Package: splines2
Title: Regression Spline Functions and Classes
Version: 0.3.0
Date: 2020-07-09
Authors@R: c(
    person(given = "Wenjie", family = "Wang",
           email = "wenjie.2.wang@uconn.edu",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0363-3180")),
    person(given = "Jun", family = "Yan", role = "aut",
           comment = c(ORCID = "0000-0003-4401-7296"))
    )
Description: Constructs B-splines and its integral, M-splines
    and its integral (I-splines), convex splines (C-splines),
    generalized Bernstein polynomials, and their derivatives.
    It also contains a C++ head-only library integrated with Rcpp.
    See De Boor (1978) <doi:10.1002/zamm.19800600129>,
    Ramsay (1988) <doi:10.1214/ss/1177012761>, and
    Meyer (2008) <doi:10.1214/08-AOAS167>
    for more information about the spline basis.
Imports: Rcpp, stats
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown, tinytest
Depends: R (>= 3.2.3)
VignetteBuilder: knitr
License: GPL (>= 3)
URL: https://github.com/wenjie2wang/splines2
BugReports: https://github.com/wenjie2wang/splines2/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-07-09 12:18:40 UTC; wenjie
Author: Wenjie Wang [aut, cre] (<https://orcid.org/0000-0003-0363-3180>),
  Jun Yan [aut] (<https://orcid.org/0000-0003-4401-7296>)
Maintainer: Wenjie Wang <wenjie.2.wang@uconn.edu>
Repository: CRAN
Date/Publication: 2020-07-09 14:00:03 UTC
