r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
330 stars 152 forks source link

add 'curl' to system requirements of 'remotes' #739

Closed pedrobtz closed 12 months ago

pedrobtz commented 1 year ago

Currently, the package 'remotes' has only 'git' has system requirement, but in fact 'curl' is also used/need.

> remotes::system_requirements(package = "remotes", os = "ubuntu", os_release = "20.04")
[1] "apt-get install -y git"