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
I'm just getting started with GLM. On a fresh install of R,
remotes::install_github('usgs-r/glmtools')
gives:I've installed GLM3r using
devtools::install_github("GLEON/GLM3r")
andlibrary(GLM3r)
seems to work. Installing glmtools failed the same way before and after I installed GLM3rIf it helps,
version
gives: