-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
52 lines (52 loc) · 1.37 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: princurve
Version: 2.1.6
Title: Fit a Principal Curve in Arbitrary Dimension
Authors@R: c(
person("Trevor", "Hastie", email = "[email protected]", role = "aut"),
person("Andreas", "Weingessel", email = "[email protected]", role = "aut"),
person(
"Kurt", "Hornik",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-4198-9911")
),
person(
"Henrik", "Bengtsson",
email = "[email protected]",
role = "ctb",
comment = c(github = "HenrikBengtsson")
),
person(
"Robrecht", "Cannoodt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
))
Description: Fitting a principal curve to a data matrix in arbitrary dimensions.
Hastie and Stuetzle (1989) <doi:10.2307/2289936>.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.0)
Imports:
stats,
graphics,
grDevices,
Rcpp
Suggests:
devtools,
testthat
LinkingTo:
Rcpp
NeedsCompilation: yes
RoxygenNote: 7.1.1
URL: https://github.com/rcannood/princurve
BugReports: https://github.com/rcannood/princurve/issues
Collate:
'RcppExports.R'
'bias_correct_curve.R'
'deprecated.R'
'package.R'
'periodic_lowess.R'
'smoother_functions.R'
'principal_curve.R'
'start_circle.R'