cinterpolate: Interpolation From C

Simple interpolation methods designed to be used from C code. Supports constant, linear and spline interpolation. An R wrapper is included but this package is primarily designed to be used from C code using 'LinkingTo'. The spline calculations are classical cubic interpolation, e.g., Forsythe, Malcolm and Moler (1977) <ISBN: 9780131653320>.

Version: 1.0.1
Suggests: knitr, rmarkdown, testthat
Published: 2023-11-29
Author: Rich FitzJohn [aut, cre], Imperial College of Science, Technology and Medicine [cph]
Maintainer: Rich FitzJohn <rich.fitzjohn at gmail.com>
BugReports: https://github.com/mrc-ide/cinterpolate/issues
License: MIT + file LICENSE
URL: https://github.com/mrc-ide/cinterpolate
NeedsCompilation: yes
Language: en-GB
Materials: README
CRAN checks: cinterpolate results

Documentation:

Reference manual: cinterpolate.pdf
Vignettes: Using cinterpolate

Downloads:

Package source: cinterpolate_1.0.1.tar.gz
Windows binaries: r-devel: cinterpolate_1.0.1.zip, r-release: cinterpolate_1.0.1.zip, r-oldrel: cinterpolate_1.0.1.zip
macOS binaries: r-release (arm64): cinterpolate_1.0.1.tgz, r-oldrel (arm64): cinterpolate_1.0.1.tgz, r-release (x86_64): cinterpolate_1.0.1.tgz
Old sources: cinterpolate archive

Reverse dependencies:

Reverse imports: odin

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cinterpolate to link to this page.