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

50.7K

Last 30 days

473rd

50.7K

Last 90 days

50.7K

Last year

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 (14 non-OK)
OK 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

*


            
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
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

*


            

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 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 (59)

depends

Dependency Network

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

Version History

new 1.1-6 Mar 9, 2026