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

CRAN

50.1K

Last 30 days

511th

167.3K

Last 90 days

702.5K

Last year

Trend: -12.6% (30d vs prior 30d)

r2u CRAN

414

Last 30 days

1.4K

Last 90 days

3.9K

Last year

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

autoCRAN

9

Last 7 days

32

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 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-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
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 History

OK 12 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 25, 2026
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 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
ERROR 11 OK · 2 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/interp.Rcheck/00install.out' for details.
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
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 (60)

depends

Dependency Network

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

Version History

14 tracked
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-29 ← 1.0-28 diff Jun 16, 2017
updated 1.0-28 ← 1.0-27 diff Jun 16, 2017
new 1.0-27 Jun 15, 2017