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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 22 Jun 2023 21:51:02 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-interp_1.1-4-1.dsc 2.0 KiB 932f6809eede4de37246687a0f740fc7137395feec9c14e2705e959386b705a3
r-cran-interp_1.1-4.orig.tar.gz 1.1 MiB 4f7b5d388132a4d76e8635e2a7c4fa0d705df2b49e7d108faa16ce2236e34d06
r-cran-interp_1.1-4-1.debian.tar.xz 2.4 KiB ffb0c4d143eba82408939422cd6a5a77d68bf537a9a83f3477f87cc77eeea7b1

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