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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Mon, 29 Jan 2024 21:45:36 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-interp_1.1-6-1.dsc 2.0 KiB 818268a0d329c7b11fead8cafa6cfba038ac03c25b6b1437c304b9d5d69c49b2
r-cran-interp_1.1-6.orig.tar.gz 1.1 MiB 3674044e5334ecdf124054303929c084fc0797d3123e28576a230492ea6ecd34
r-cran-interp_1.1-6-1.debian.tar.xz 2.4 KiB 922d9e5b09c70f56b35e1a3f16e71952272fad8bf410236effcc9449115e05d9

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