Closed StijnKas closed 1 year ago
Same issue!
> devtools::install_github("tidyverse/ggplot2") Downloading GitHub repo tidyverse/ggplot2@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/tidyverse/ggplot2/tarball/HEAD'
devtools::install_github("tidyverse/ggplot2")
Hi @MARVELMafia,
Thanks for contacting us. You seem to be trying to install ggplot2
from source here. We recommend using binary CRAN packages only for the dependencies of PDSTools.
Please see https://github.com/pegasystems/pega-datascientist-tools/wiki#installation.
Regards
I had trouble installing on a new device with a new R instance, I got the following error message:
I found this GitHub issue describing the solution that worked for me: https://github.com/r-lib/remotes/issues/130#issuecomment-735354677
Adding this line of code made it work without any issues:
Perhaps we could add this line to the install instructions, or even add the 'libcurl' method to the install_github command directly.