How to Install and Uninstall r-cran-interp Package on Kali Linux

Last updated: May 17,2024

1. Install "r-cran-interp" package

Please follow the guidance below to install r-cran-interp on Kali Linux

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

2. Uninstall "r-cran-interp" package

This guide covers the steps necessary to uninstall r-cran-interp on Kali Linux:

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

3. Information about the r-cran-interp package on Kali Linux

Package: r-cran-interp
Version: 1.1-6-1
Installed-Size: 2002
Maintainer: Debian R Packages Maintainers
Architecture: amd64
Depends: 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 (>= 13.1)
Suggests: r-cran-sp, r-cran-ggplot2, r-cran-gridextra, r-cran-lattice, r-cran-stringi, r-cran-stringr, r-cran-scatterplot3d, r-cran-mass
Size: 1445424
SHA256: 79a43a390b4303e94c6104859dc8937f9636b8965376505c060babc5f35f4c09
SHA1: 674c9cda41bc88050659e52479064dfa3e467201
MD5sum: 66ff360d91ab4c35e94281e186d1f792
Description: 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:
Homepage: https://cran.r-project.org/package=interp
Section: gnu-r
Priority: optional
Filename: pool/main/r/r-cran-interp/r-cran-interp_1.1-6-1_amd64.deb