Hello! Please forgive me if I am doing something silly/missing something obvious. I am wanting to use BGGM, but when I try to download in R (using install.packages("BGGM")), I get the following error:
Warning in install.packages :
package ‘BGGM’ is not available for this version of R
When I try remotes::install_github("donaldRwilliams/BGGM"), I get the following error:
Using GitHub PAT from the git credential store.
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials
Hello! Please forgive me if I am doing something silly/missing something obvious. I am wanting to use BGGM, but when I try to download in R (using install.packages("BGGM")), I get the following error:
Warning in install.packages : package ‘BGGM’ is not available for this version of R
When I try remotes::install_github("donaldRwilliams/BGGM"), I get the following error:
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-10-10 00:49:41 UTC
Any guidance is much appreciated!