chrisvwn / Rnightlights

R package to extract data from satellite nightlights.
GNU General Public License v3.0
47 stars 14 forks source link

Using Rnightlights with RStudio Coud #43

Closed nreguera closed 4 years ago

nreguera commented 4 years ago

Hi Chris,

I am trying to use RStudio cloud but when I try to install the library it gives me the error that is not available for the version (3.6.0 and 3.5.3, I have tried with both). Is there a way to run it over the cloud?

Thanks.

chrisvwn commented 4 years ago

Hi Natxo,

I have taken the package offline for review after some issues were raised. I am hoping to have it back up in a couple of weeks. Meanwhile you can install the latest version from the archive like so:

packageurl <- "https://cran.r-project.org/src/contrib/Archive/Rnightlights/Rnightlights_0.2.4.tar.gz"
install.packages(packageurl, repos=NULL, type="source")
nreguera commented 4 years ago

Does it affect as well to local RStudio? I had to reinstall everything in my laptop, and now when I try to install Rnightlights package I get this error message:

Untitled

I am using RStudio 1.1.463 and R 3.6.1

nreguera commented 4 years ago

I managed to install the dependencies separatelly, and it looks its working. But now, when I try to download the data, it gives me the following error:

Untitled

nreguera commented 4 years ago

Never mind, I just tried again and it worked. No idea why, as I didn´t change anything. Thanks anyway.

chrisvwn commented 4 years ago

Nice that you were able to solve this. Most likely a temporary network issue.