1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Package: splines2
Title: Regression Spline Functions and Classes
Version: 0.3.1
Date: 2020-07-13
Authors@R: c(
person(given = "Wenjie", family = "Wang",
email = "wjwang.stat@gmail.com",
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-13 17:08:25 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 <wjwang.stat@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-14 13:30:02 UTC
|