NEONScience / NEON-geolocation

Code package for handling NEON geolocation data. Includes functions to extract spatial data from the API based on a named location, and to calculate more precise locations for select observational data products.
GNU Affero General Public License v3.0
20 stars 5 forks source link

No geoNEON for R 3.6.1 #8

Closed mjones01 closed 3 years ago

mjones01 commented 5 years ago

Function devtools::install_github("NEONScience/NEON-geolocation/geoNEON") [Edit: correct function] Describe the bug Unable to install the package. When tried, we get the following message: Warning in install.packages: package 'geoNEON' is not available ( for R version 3.6.1).

To Reproduce This occurred on all computers in today's workshop that had R 3.6.1 installed.

System (please complete the following information):

cklunch commented 5 years ago

@mjones01 Thanks for the alert, I'm running 3.6.1 on my machine, and I'm unable to replicate this. Do we have it happening on a machine that's coming back to HQ so I can troubleshoot?

mjones01 commented 5 years ago

@cklunch No we had the issue on four computers on Friday AM but nobody else had updated to R 3.6.1 and with the issue, we didn't want to try mid-workshop.

cklunch commented 5 years ago

@mjones01 Got it, makes sense. Are we sure they weren't using install.packages()? Because if you try to run install.packages('geoNEON'), the error message you get is Warning in install.packages: package 'geoNEON' is not available ( for R version 3.6.1).