fdschneider / caspr

Cellular Automata for Spatial Pressure in R
MIT License
4 stars 0 forks source link

Error during installation of caspr package #13

Closed alaindanet closed 9 years ago

alaindanet commented 9 years ago

The dependencies "spatialwarnings" is not found. May be it's just because the name of the actual repository is "spatial_warnings".

alexgenin commented 9 years ago

You need to install it explicitely using devtools first, otherwise document() tries to install it from CRAN:

devtools::install_github('fdschneider/spatial_warnings')
fdschneider commented 9 years ago

Seems so. That is why I tried to specify an additional repository to look it up. But that does not work apparently. Any suggestions are welcome.

alaindanet commented 9 years ago

Okay, I just removed the spatial warnings dependencie but now a new error happens during the installation. It justs some help files are missing.

fdschneider commented 9 years ago

I think this was caused because the functions and model objects were not added to the NAMESPACE. I think this is fixed, but could you verify, please @alaindanet?

alaindanet commented 9 years ago

It works now!