system_requirements {remotes} | R Documentation |
Returns a character vector of commands to run that will install system requirements for the queried operating system.
system_requirements(os, os_release, path = ".", curl = Sys.which("curl"))
os, os_release |
The operating system and operating system release version, see https://github.com/rstudio/r-system-requirements#operating-systems for the list of supported operating systems. |
path |
The path to the dev package's root directory. |
curl |
The location of the curl binary on your system. |
A character vector of commands needed to install the system requirements for the package.