In Rstudio, I tried to run remotes::install_github("PPBDS/primer.data") in the console to download that package, and I got this error:
Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/PPBDS/primer.data/tarball/HEAD' failed
I'm using a new mac with macOS Big Sur version 11.0.1, and I had just installed R and Rstudio. This command never gave me an error like this on my Windows machine, so what's causing the issue?
Downloading GitHub repo PPBDS/primer.data@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/PPBDS/primer.data/tarball/HEAD' failedremotespackage and rtools40 when I was using my Windows machine. Is there something similar to rtools40 for mac? I couldn't find it onlinedevtools::install('path to package clone'). 4) Open an issue on their package page, describing the problem.