ARCCSS-extremes / climpact2

Combining climdex.pcic and climpact @ UNSW
GNU General Public License v3.0
36 stars 26 forks source link

Missing dependencies #33

Closed taerwin closed 9 years ago

taerwin commented 9 years ago

Packages caTools and Rcpp need to be added to the dependency list.

On running climpact2.checker package climdex.pcic fails with the following error:

ERROR: dependencies ‘caTools’, ‘Rcpp’ are not available for package ‘climdex.pcic’

Also ncdf4 package requires the netcdf header files or compilation will fail.

heroldn commented 9 years ago

Thanks, I've added those in. Keep in mind that for now you need to install the version of climdex.pcic that comes with this package. climpact2.checker will install this but it won't uninstall an existing climdex.pcic package. So if climdex.pcic is already installed you need to manually remove it (otherwise some of the percentile indices won't work).