Package: cinterpolate 1.0.2
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:
cinterpolate_1.0.2.tar.gz
cinterpolate_1.0.2.zip(r-4.5)cinterpolate_1.0.2.zip(r-4.4)cinterpolate_1.0.2.zip(r-4.3)
cinterpolate_1.0.2.tgz(r-4.4-x86_64)cinterpolate_1.0.2.tgz(r-4.4-arm64)cinterpolate_1.0.2.tgz(r-4.3-x86_64)cinterpolate_1.0.2.tgz(r-4.3-arm64)
cinterpolate_1.0.2.tar.gz(r-4.5-noble)cinterpolate_1.0.2.tar.gz(r-4.4-noble)
cinterpolate_1.0.2.tgz(r-4.4-emscripten)cinterpolate_1.0.2.tgz(r-4.3-emscripten)
cinterpolate.pdf |cinterpolate.html✨
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
Last updated 2 months agofrom:4b06d8b462 (on master). Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win-x86_64 | OK | Nov 16 2024 |
R-4.5-linux-x86_64 | OK | Nov 16 2024 |
R-4.4-win-x86_64 | OK | Nov 16 2024 |
R-4.4-mac-x86_64 | OK | Nov 16 2024 |
R-4.4-mac-aarch64 | OK | Nov 16 2024 |
R-4.3-win-x86_64 | OK | Nov 16 2024 |
R-4.3-mac-x86_64 | OK | Nov 16 2024 |
R-4.3-mac-aarch64 | OK | Nov 16 2024 |
Exports:interpolation_function
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create an interpolation function | interpolation_function |