I recently tried to download the 'rFIA' package from github using both the install.packages('rFIA') method and the recommended 'devtools::install_github('hunter-stanke/rFIA')' options. Neither one seemed to work. I received this warning message when trying to use the install.packages method:
Warning in install.packages :
package ‘rFIA’ is not available for this version of R
I recently tried to download the 'rFIA' package from github using both the install.packages('rFIA') method and the recommended 'devtools::install_github('hunter-stanke/rFIA')' options. Neither one seemed to work. I received this warning message when trying to use the install.packages method:
Warning in install.packages : package ‘rFIA’ 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
And using devtools, I received this error message:
Using GitHub PAT from the git credential store. Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials
Rate limit remaining: 59/60 Rate limit reset at: 2024-11-05 15:25:34 UTC
Is this an issue with R version 4.4.1 or is there another way I can download rFIA?