-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
38 lines (38 loc) · 1.17 KB
/
DESCRIPTION
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
38
Package: splines2
Title: Regression Spline Functions and Classes
Version: 0.5.4.9000
Authors@R: c(
person(given = "Wenjie", family = "Wang",
email = "wang@wwenjie.org",
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 basis functions of B-splines, M-splines,
I-splines, convex splines (C-splines), periodic splines,
natural cubic splines, generalized Bernstein polynomials,
their derivatives, and integrals (except C-splines)
by closed-form recursive formulas.
It also contains a C++ head-only library integrated with Rcpp.
See Wang and Yan (2021) <doi:10.6339/21-JDS1020> for details.
Imports:
stats,
graphics,
Rcpp
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
knitr,
rmarkdown,
tinytest,
RcppArmadillo
Depends:
R (>= 3.2.3)
VignetteBuilder: knitr
License: GPL (>= 3)
URL: https://wwenjie.org/splines2, https://github.com/wenjie2wang/splines2
BugReports: https://github.com/wenjie2wang/splines2/issues
Encoding: UTF-8
RoxygenNote: 7.3.2