metno / esd

An R-package designed for climate and weather data analysis, empirical-statistical downscaling, and visualisation.
88 stars 30 forks source link

fail to install esd in R #238

Closed Algernonthanks closed 6 years ago

Algernonthanks commented 6 years ago

l run the follwing code:

library('devtools')

install_github('abdelkaderm/esd')#

but it fail to install and the message is displayed as follows: Error in parse(outFile) : 句法分析器22行里不能有多字节字符 ERROR: unable to collate and parse R files for package 'esd'

abdelkaderm commented 6 years ago

Dear,

Please try to use install_github('metno/esd')

Bests,