Package: cinterpolate
Title: Interpolation From C
Version: 1.0.0
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) <ISBN: 9780131653320>.
License: MIT + file LICENSE
Encoding: UTF-8
Authors@R: person("Rich", "FitzJohn", role = c("aut", "cre"),
    email = "rich.fitzjohn@gmail.com")
URL: https://github.com/mrc-ide/cinterpolate
BugReports: https://github.com/mrc-ide/cinterpolate/issues
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Language: en-GB
NeedsCompilation: yes
Packaged: 2019-04-09 18:08:48 UTC; rfitzjoh
Author: Rich FitzJohn [aut, cre]
Maintainer: Rich FitzJohn <rich.fitzjohn@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-10 17:05:44 UTC
Built: R 4.1.0; x86_64-apple-darwin17.0; 2021-05-26 00:37:17 UTC; unix
Archs: cinterpolate.so.dSYM
