Package: dspline
Title: Tools for Computations with Discrete Splines
Version: 1.0.2
Authors@R: c(
    person("Logan", "Brooks", role = "ctb"),
    person("Addison", "Hu", role = "aut"),
    person("Daniel", "McDonald", role = "ctb"),
    person("Ryan", "Tibshirani", , "ryantibs@gmail.com", 
        role = c("aut", "cre", "cph"))
  )
Description: Discrete splines are a class of univariate piecewise polynomial
    functions which are analogous to splines, but whose smoothness is defined
    via divided differences rather than derivatives. Tools for efficient
    computations relating to discrete splines are provided here. These tools
    include discrete differentiation and integration, various matrix
    computations with discrete derivative or discrete spline bases matrices, and
    interpolation within discrete spline spaces. These techniques are described
    in Tibshirani (2020) <doi:10.48550/arXiv.2003.03886>.
License: MIT + file LICENSE
URL: https://github.com/glmgen/dspline,
        https://glmgen.github.io/dspline/
BugReports: https://github.com/glmgen/dspline/issues
Imports: Matrix, Rcpp, rlang
Suggests: testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppEigen
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: yes
Packaged: 2025-05-13 05:09:04 UTC; ryantibshirani
Author: Logan Brooks [ctb],
  Addison Hu [aut],
  Daniel McDonald [ctb],
  Ryan Tibshirani [aut, cre, cph]
Maintainer: Ryan Tibshirani <ryantibs@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-14 08:50:04 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 01:58:05 UTC; windows
Archs: x64
