donaldRwilliams / BGGM

Bayesian Gaussian Graphical Models
https://donaldrwilliams.github.io/BGGM/
GNU General Public License v2.0
54 stars 14 forks source link

issue installing BGGM #95

Closed erbschille closed 1 month ago

erbschille commented 1 month ago

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!

erbschille commented 1 month ago

wow, ok, turns out I just needed to update R which fixed it..😬