Rdocumentation
powered by
Learn R Programming
crandalf (version 0.0.1)
apt_get: A wrapper for
apt-get
on Ubuntu/Debian
Description
This function installs or builds dependencies for R packages if the relevant Debian packages exist.
Usage
apt_get(pkgs, command = "install", R = TRUE)
Arguments
pkgs
a character vector of packages
command
the command for
apt-get
R
whether to treat
pkgs
as R packages