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

Changelog

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

  * New upstream version
  * debhelper 12
  * Standards-Version: 4.4.0

 -- Andreas Tille <email address hidden>  Tue, 16 Jul 2019 21:07:41 +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

Downloads

File Size SHA-256 Checksum
r-cran-interp_1.0-32-1.dsc 2.0 KiB 45a8142f4df5bb84cac99bed9456b8df2335074a36dc28d31e08dab1de041739
r-cran-interp_1.0-32.orig.tar.gz 57.9 KiB 4a735773f76019d5b173eb9a79d95ff78b655dcced3c545cab61789ebed78c81
r-cran-interp_1.0-32-1.debian.tar.xz 2.2 KiB b5cb8affe78b4f37b7b04775ebe860278584792b5331ea9c907593806b734320

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: No summary available for r-cran-interp-dbgsym in ubuntu eoan.

No description available for r-cran-interp-dbgsym in ubuntu eoan.