Package: cinterpolate 1.0.2

Rich FitzJohn

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

Authors:Rich FitzJohn [aut, cre], Imperial College of Science, Technology and Medicine [cph]

cinterpolate_1.0.2.tar.gz
cinterpolate_1.0.2.zip(r-4.7)cinterpolate_1.0.2.zip(r-4.6)cinterpolate_1.0.2.zip(r-4.5)
cinterpolate_1.0.2.tgz(r-4.6-x86_64)cinterpolate_1.0.2.tgz(r-4.6-arm64)cinterpolate_1.0.2.tgz(r-4.5-x86_64)cinterpolate_1.0.2.tgz(r-4.5-arm64)
cinterpolate_1.0.2.tar.gz(r-4.7-arm64)cinterpolate_1.0.2.tar.gz(r-4.7-x86_64)cinterpolate_1.0.2.tar.gz(r-4.6-arm64)cinterpolate_1.0.2.tar.gz(r-4.6-x86_64)
cinterpolate_1.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
cinterpolate/json (API)

# Install 'cinterpolate' in R:
install.packages('cinterpolate', repos = c('https://mrc-ide.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mrc-ide/cinterpolate/issues

Uses libs:
  • openblas– Optimized BLAS

On CRAN:

Conda:

infrastructureopenblas

5.95 score 8 stars 7 packages 2 scripts 1.1k downloads 1 exports 0 dependencies

Last updated from:4b06d8b462 (on master). Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK138
linux-devel-x86_64OK118
source / vignettesOK152
linux-release-arm64OK112
linux-release-x86_64OK118
macos-release-arm64OK81
macos-release-x86_64OK171
macos-oldrel-arm64OK93
macos-oldrel-x86_64OK189
windows-develOK77
windows-releaseOK81
windows-oldrelOK127
wasm-releaseOK96

Exports:interpolation_function

Dependencies:

Using cinterpolate

Rendered fromcinterpolate.Rmdusingknitr::rmarkdownon May 29 2026.

Last update: 2019-04-11
Started: 2018-07-17