bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
20 stars 15 forks source link

r-ncdf4 update #146

Closed nilshempelmann closed 8 years ago

nilshempelmann commented 8 years ago

missing library: impossible de charger l'objet partagé '/home/estimr2/birdhouse/anaconda/envs/flyingpigeon/lib/R/library/ncdf4/libs/ncdf4.so': libnetcdf.so.7: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type

nilshempelmann commented 8 years ago

runnning on Kubuntu

nilshempelmann commented 8 years ago

short term solution: source activate flyingpigeon wget https://cran.r-project.org/src/contrib/ncdf4_1.15.tar.gz R

remove.package('ncdf4') install.packages('/path/to/ncdf4_1.15.tar.gz', repos = NULL, type="source") quit()

nilshempelmann commented 8 years ago

Done