Pakillo / rSDM

Species Distribution Modelling in R
https://pakillo.github.io/rSDM/
7 stars 1 forks source link

Can't load package #4

Closed gdlr closed 3 years ago

gdlr commented 3 years ago

Hi, when I try and download the package from

devtools::install_github("Pakillo/rSDM")

I get the error:

Downloading GitHub repo Pakillo/rSDM@HEAD Error: Failed to install 'rSDM' from GitHub: lazy-load database '/Library/Frameworks/R.framework/Versions/4.0/Resources/library/pkgbuild/R/pkgbuild.rdb' is corrupt In addition: Warning messages: 1: In get0(oNam, envir = ns) : restarting interrupted promise evaluation 2: In get0(oNam, envir = ns) : internal error -3 in R_decompress1

Can you please help? I'm very interested in the point to cell function in this!

Pakillo commented 3 years ago

Hi Gabriel,

Did you manage to install? I think it should work if you just shut down and restart R before attempting installation again (e.g. see https://github.com/lme4/lme4/issues/407)

gdlr commented 3 years ago

That worked! Who knew it would be so easy...!

Pakillo commented 3 years ago

Great. Thanks for reporting. And good luck with your analysis! Closing