Package: cinterpolate Title: Interpolation From C Version: 1.0.2 Description: 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) . License: MIT + file LICENSE Encoding: UTF-8 Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"), email = "rich.fitzjohn@gmail.com"), person("Imperial College of Science, Technology and Medicine", role = "cph")) URL: https://github.com/mrc-ide/cinterpolate BugReports: https://github.com/mrc-ide/cinterpolate/issues RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Language: en-GB Repository: https://mrc-ide.r-universe.dev Date/Publication: 2024-09-17 16:34:42 UTC RemoteUrl: https://github.com/mrc-ide/cinterpolate RemoteRef: master RemoteSha: 4b06d8b46210b7479eaf1ae0cb311423fb6f37a2 NeedsCompilation: yes Packaged: 2026-06-24 00:29:07 UTC; root Author: Rich FitzJohn [aut, cre], Imperial College of Science, Technology and Medicine [cph] Maintainer: Rich FitzJohn