-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.01 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
Package: cpr
Title: Control Polygon Reduction
Version: 0.4.0.9000
Authors@R:
c(person("Peter", "DeWitt", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6391-0795")),
person("Samantha", "MaWhinney", email = "[email protected]", role = c("ths")),
person("Nichole", "Carlson", email = "[email protected]", role = c("ths")))
Description: Implementation of the Control Polygon Reduction and Control Net
Reduction methods for finding parsimonious B-spline regression models.
Depends:
R (>= 3.5.0)
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/dewittpe/cpr/, http://www.peteredewitt.com/cpr/
BugReports: https://github.com/dewittpe/cpr/issues
Language: en-us
LazyData: true
Imports:
ggplot2 (>= 3.0.0),
lme4 (>= 1.1.35.1),
plot3D,
Rcpp (>= 1.0.11),
rgl,
scales
LinkingTo: Rcpp, RcppArmadillo
Suggests:
Matrix (>= 1.6-4),
geepack,
ggpubr,
knitr,
qwraps2 (>= 0.6.0)
RoxygenNote: 7.3.2
VignetteBuilder: knitr