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

Changelog

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

  * New upstream version
  * debhelper-compat 12
  * Standards-Version: 4.4.1
  * Trim trailing whitespace.

 -- Andreas Tille <email address hidden>  Wed, 15 Jan 2020 11:55:31 +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.0-33-1.dsc 2.1 KiB bcbb4c0a32ce0152cf3e59d8f33746bc47ed807096629523299f91816ec9820e
r-cran-interp_1.0-33.orig.tar.gz 58.8 KiB 661f927115fea3a5d4e67d5fff469ca9c0bf45ce718edf4a25423dbaf7f9be84
r-cran-interp_1.0-33-1.debian.tar.xz 2.2 KiB 91dc1e46d7bf361907efe5c51ac258025c6171af2438cca6ac16a65b5c38695f

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