r-cran-interp 1.1-5-1 source package in Ubuntu

Changelog

r-cran-interp (1.1-5-1) unstable; urgency=medium

  * New upstream version

 -- Andreas Tille <email address hidden>  Mon, 08 Jan 2024 20:06:24 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-interp_1.1-5-1.dsc 2.0 KiB 9e6f7c56d4bd3eeeb294d8ec70adf9e717b7addcba84d6ad6e802fd358364ec5
r-cran-interp_1.1-5.orig.tar.gz 1.0 MiB 0c520971a10156162e4430873066e73b798be2f45aa0f222d64c987aba0e4b20
r-cran-interp_1.1-5-1.debian.tar.xz 2.4 KiB d322967aca8cf74caa42b3533f5786fe4509bfdd3bd72a20f1fec1d9bced3faa

Available diffs

No changes file available.

Binary packages built by this source

r-cran-interp: 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.

r-cran-interp-dbgsym: debug symbols for r-cran-interp