How to Install and Uninstall r-cran-rinside Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "r-cran-rinside" package

Please follow the guidelines below to install r-cran-rinside on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install r-cran-rinside

2. Uninstall "r-cran-rinside" package

This guide let you learn how to uninstall r-cran-rinside on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove r-cran-rinside $ sudo apt autoclean && sudo apt autoremove

3. Information about the r-cran-rinside package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: r-cran-rinside
Priority: optional
Section: universe/gnu-r
Installed-Size: 672
Maintainer: Ubuntu Developers
Original-Maintainer: Dirk Eddelbuettel
Architecture: amd64
Version: 0.2.13-1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2), r-base-core (>= 3.2.2-1), r-api-3, r-cran-rcpp
Filename: pool/universe/r/r-cran-rinside/r-cran-rinside_0.2.13-1_amd64.deb
Size: 89494
MD5sum: 8085673efc2f1d5df037882c8230fabc
SHA1: 491b9ed77b411defb874b4c68e62c073d43811f2
SHA256: 39dd21fea90c188ec431c65b37aca6a17491313974e14de57917b309ffe1ef28
Description-en: GNU R package to embed R in C++ application
The 'RInside' packages makes it easier to have "R inside" your C++
application by providing a C++ wrapper class providing the R
interpreter.
.
As R itself is embedded into your application, a shared library build
of R is required. This works on Linux, OS X and even on Windows
provided you use the same tools used to build R itself.
.
Numerous examples are provided in the eight subdirectories of the
examples/ directory of the installed package: standard, mpi (for
parallel computing) qt (showing how to embed 'RInside' inside a Qt
GUI application), wt (showing how to build a "web-application" using
the Wt toolkit), armadillo (for 'RInside' use with 'RcppArmadillo')
and eigen (for 'RInside' use with 'RcppEigen'). The example use
GNUmakefile(s) with GNU extensions, so a GNU make is required (and
will use the GNUmakefile automatically).
.
Doxygen-generated documentation of the C++ classes is available at
the 'RInside' website as well.
Description-md5: 65830fcc8af65e2f4db0fcb8fea1ea04
Homepage: http://dirk.eddelbuettel.com/code/rinside.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu