Skip to content

interp

Interpolation Methods

v1.1-6 · Jan 26, 2024 · GPL (>= 2)

Description

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. Linear interpolation is implemented in interp::interp(..., method="linear"), 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 irregular grid spline interpolation (akima::interp(..., linear=FALSE)) is now also available via interp::interp(..., method="akima"). Estimators for partial derivatives are now also available in interp::locpoly(), these are a prerequisite for the spline interpolation. The basic part is a GPLed triangulation algorithm (sweep hull algorithm by David Sinclair) providing the starting point for the irregular grid interpolator. As side effect this algorithm is also used to provide replacements for almost all functions of the tripack package which also suffers from the same ACM license restrictions. All functions are designed to be backward compatible with their akima / tripack counterparts.

Downloads

54.7K

Last 30 days

487th

159.2K

Last 90 days

682K

Last year

Trend: +3.4% (30d vs prior 30d)

CRAN Check Status

2 NOTE
12 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-oldrel-macos-arm64

installed package size

installed size is 39.5Mb
  sub-directories of 1Mb or more:
    doc    1.1Mb
    libs  38.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 34.6Mb
  sub-directories of 1Mb or more:
    doc    1.1Mb
    libs  33.1Mb

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is 39.5Mb
  sub-directories of 1Mb or more:
    doc    1.1Mb
    libs  38.1Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is 34.6Mb
  sub-directories of 1Mb or more:
    doc    1.1Mb
    libs  33.1Mb

Reverse Dependencies (58)

depends

Dependency Network

Dependencies Reverse dependencies Rcpp deldir contourPlot BayesX EvolutionaryGames FieldSimR GPFDA Luminescence OUwie RCarb SOMbrero SharkDemography TCIU alphahull cassowaryr childsds covalchemy +43 more reverse deps interp

Version History

new 1.1-6 Mar 10, 2026
updated 1.1-6 ← 1.1-5 diff Jan 25, 2024
updated 1.1-5 ← 1.1-4 diff Nov 26, 2023
updated 1.1-4 ← 1.1-3 diff Mar 30, 2023
updated 1.1-3 ← 1.1-2 diff Jul 12, 2022
updated 1.1-2 ← 1.1-1 diff May 9, 2022
updated 1.1-1 ← 1.0-33 diff May 2, 2022
updated 1.0-33 ← 1.0-32 diff Jan 8, 2020
updated 1.0-32 ← 1.0-31 diff May 3, 2019
updated 1.0-31 ← 1.0-30 diff Mar 25, 2018
updated 1.0-30 ← 1.0-29 diff Jan 16, 2018
updated 1.0-28 ← 1.0-27 diff Jun 16, 2017
updated 1.0-29 ← 1.0-28 diff Jun 16, 2017
new 1.0-27 Jun 15, 2017