Install r-cran-rcpp
Installing r-cran-rcpp package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install r-cran-rcpp
r-cran-rcpp package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | r-cran-rcpp |
version | 0.12.4-1 |
description | GNU R package for Seamless R and C++ Integration |
subsection | gnu-r |
website | dirk.eddelbuettel.com / code / rcpp.html |
maintainer | Dirk Eddelbuettel |
Uninstall r-cran-rcpp
To remove just r-cran-rcpp package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove r-cran-rcpp
Uninstall r-cran-rcpp and it’s dependent packages
To remove the r-cran-rcpp package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove r-cran-rcpp
Purging r-cran-rcpp
If you also want to delete configuration and/or data files of r-cran-rcpp from Debian Sid then this will work:
sudo apt-get purge r-cran-rcpp
To delete configuration and/or data files of r-cran-rcpp and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove r-cran-rcpp