Open GVizz opened 2 years ago
Just did the same for my new MacBook now. I didn't encounter any problems. What problems do you face?
Running into similar issue:
Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials
Rate limit remaining: 55/60 Rate limit reset at: 2024-10-21 17:32:09 UTC
I have followed the directions written in the notebook but I'm getting an error while running
devtools::install_github("rmcelreath/rethinking")
I have installed the C++ R toolchain and gfortran for Monterey 12.4 and followed the directions written in the book:
install.packages(c("coda","mvtnorm","devtools")) library(devtools) devtools::install_github("rmcelreath/rethinking")
Has anyone else come across issues with this OS?