How to Install and Uninstall r-cran-interp Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 10,2024

1. Install "r-cran-interp" package

Please follow the step by step instructions below to install r-cran-interp on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "r-cran-interp" package

This is a short guide on how to uninstall r-cran-interp on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the r-cran-interp package on Ubuntu 20.10 (Groovy Gorilla)

Package: r-cran-interp
Architecture: amd64
Version: 1.0-33-1build2
Priority: optional
Section: universe/gnu-r
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian R Packages Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 680
Depends: r-base-core (>= 4.0.0.20200528-1), r-api-4.0, r-cran-rcpp (>= 0.12.9), r-cran-deldir, r-cran-rcppeigen, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Suggests: r-cran-sp
Filename: pool/universe/r/r-cran-interp/r-cran-interp_1.0-33-1build2_amd64.deb
Size: 335808
MD5sum: 96e18b9471123cc26e4c1b3d61e1d544
SHA1: 8c3ec986f3834c5395524579cfa84cd294c2d65a
SHA256: 51bbed226bafc6aa1f27402d74e03dad3c02a7cc86e65f03df8a303662ff4906
SHA512: 02c1bc5ba0e29c6eba5f67caf166260d3ead5f9188530e6ee5f257c70c472b7ee6ce7f32a50db6e3fefc5cfd62be425fe1c9dc68c69ddc36a57a2a1308f48bab
Homepage: https://cran.r-project.org/package=interp
Description-en: GNU R interpolation methods
Bivariate data interpolation on regular and irregular
grids, either linear or using splines are the main part of this
package. It is intended to provide FOSS replacement functions for
the ACM licensed akima::interp and tripack::tri.mesh functions.
Currently the piecewise linear interpolation part of akima::interp
(and also akima::interpp) is implemented in interp::interp, this
corresponds to the call akima::interp(..., linear=TRUE) which is the
default setting and covers most of akima::interp use cases in
depending packages. A re-implementation of Akimas spline
interpolation (akima::interp(..., linear=FALSE)) is currently under
development and will complete this package in a later
version. Estimators for partial derivatives are already available,
these are a prerequisite for the spline interpolation. The basic
part is currently a GPLed triangulation algorithm (sweep hull
algorithm by David Sinclair) providing the starting point for the
piecewise linear interpolator. As side effect this algorithm is also
used to provide replacements for the basic functions of the tripack
package which also suffer from the ACM restrictions. All functions
are designed to be backward compatible with their akima / tripack
counterparts.
Description-md5: 9c6c8d2149476f25fc1e210142a5d61b