forestgeo / learn

Links to interesting articles, videos, tutorials, tips, and more
5 stars 8 forks source link

Error in utils::download.file(url, path, method = method, quiet = quiet, #238

Closed ghost closed 5 months ago

ghost commented 5 months ago

Hi there,

I am an absolute beginner taking a course on statistics, and I need to install a GitHub package to visualise some data, but I keep getting an error on the install:

remotes::install_github("avehtari/ROS-Examples",subdir = "rpackage") Downloading GitHub repo avehtari/ROS-Examples@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/avehtari/ROS-Examples/tarball/HEAD' failed

I tried using the devtools option as suggested on another thread, but it made no difference.

Any advice would be appreciated!