GLEON / glmtools

Tools for interacting with the General Lake Model (GLM) in R
Other
22 stars 31 forks source link

Fresh install fails #271

Closed charman2 closed 3 years ago

charman2 commented 3 years ago

I'm just getting started with GLM. On a fresh install of R, remotes::install_github('usgs-r/glmtools') gives:

Downloading GitHub repo usgs-r/glmtools@HEAD
Skipping 1 packages not available: GLMr
Installing 9 packages: tidyselect, generics, sp, plyr, dplyr, akima, ncdf4, rLakeAnalyzer, GLMr
Error: Failed to install 'glmtools' from GitHub:
  (converted from warning) package ‘GLMr’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

I've installed GLM3r using devtools::install_github("GLEON/GLM3r") and library(GLM3r) seems to work. Installing glmtools failed the same way before and after I installed GLM3r

If it helps, version gives:

platform       x86_64-apple-darwin17.0     
arch           x86_64                      
os             darwin17.0                  
system         x86_64, darwin17.0          
status                                     
major          4                           
minor          0.3                         
year           2020                        
month          10                          
day            10                          
svn rev        79318                       
language       R                           
version.string R version 4.0.3 (2020-10-10)
nickname       Bunny-Wunnies Freak Out     
jordansread commented 3 years ago

try devtools::install_github("GLEON/GLMr") first

charman2 commented 3 years ago

That worked. Thanks for the quick reply!