r-cran-interp 1.0-33-1build1 source package in Ubuntu

Changelog

r-cran-interp (1.0-33-1build1) focal; urgency=medium

  * No-change rebuild for libgcc-s1 package name change.

 -- Matthias Klose <email address hidden>  Mon, 23 Mar 2020 19:17:22 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-interp_1.0-33.orig.tar.gz 58.8 KiB 661f927115fea3a5d4e67d5fff469ca9c0bf45ce718edf4a25423dbaf7f9be84
r-cran-interp_1.0-33-1build1.debian.tar.xz 2.3 KiB 18c0d96677abbb212f2e9bafa3320a0b8053ce097aef77ebc1c0ec5f389dd17f
r-cran-interp_1.0-33-1build1.dsc 2.1 KiB 265ce8dbb2876a985e7bd8f8e2ea3eb7de593f3be8b981eae0fdb02523c9c9f7

View changes file

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