Enable rapt integration
Description
Hooks into install.packages() to automatically use apt for
packages available in the r2u repository. When enabled, calls to
install.packages() will:
1.
2.
3.
This is called automatically at startup when rapt is installed via
the Debian package (added to /etc/R/Rprofile.site).
Usage
1enable()
Value
Invisible NULL.
See Also
disable, manager
Examples
1enable()
2install.packages("dplyr")
3#> Installing via apt: dplyr