-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.46 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
53
Package: puls
Title: Partitioning Using Local Subregions
Version: 0.1.2
Authors@R:
c(person(given = "Mark",
family = "Greenwood",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6933-1201")),
person(given = "Tan",
family = "Tran",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9881-6339")))
Description: A method of clustering functional data using
subregion information of the curves. It is intended to supplement the
'fda' and 'fda.usc' packages in functional data object clustering. It
also facilitates the printing and plotting of the results in a tree
format and limits the partitioning candidates into a specific set of
subregions.
License: GPL (>= 2)
URL: https://vinhtantran.github.io/puls/,
https://github.com/vinhtantran/puls
BugReports: https://github.com/vinhtantran/puls/issues
Depends:
R (>= 3.3.0)
Imports:
cluster (>= 2.0.5),
dplyr (>= 1.0.0),
fda,
fda.usc (>= 1.3.0),
ggplot2,
graphics,
monoClust (>= 1.2.0),
purrr (>= 0.3.0),
rlang (>= 0.3.0),
stats,
tibble (>= 3.0.0),
tidyr (>= 1.0.0)
Suggests:
covr,
knitr,
lubridate,
rmarkdown,
testthat,
vdiffr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1