Package: interpolators Title: Some Interpolation Methods Version: 1.0.1 Authors@R: person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")) Description: Some interpolation methods taken from 'Boost': barycentric rational interpolation, modified Akima interpolation, PCHIP (piecewise cubic Hermite interpolating polynomial) interpolation, and Catmull-Rom splines. License: GPL-3 URL: https://github.com/stla/interpolators BugReports: https://github.com/stla/interpolators/issues Imports: Rcpp LinkingTo: BH, Rcpp Encoding: UTF-8 RoxygenNote: 7.2.3 Repository: https://stla.r-universe.dev Date/Publication: 2023-11-10 15:31:01 UTC RemoteUrl: https://github.com/stla/interpolators RemoteRef: HEAD RemoteSha: bfc46c7a29d8c88c3ae20ded56485a9543e6deb9 NeedsCompilation: yes Packaged: 2026-07-09 06:29:52 UTC; root Author: Stéphane Laurent [aut, cre] Maintainer: Stéphane Laurent