-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
67 lines (67 loc) · 2.13 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: roahd
Type: Package
Title: Robust Analysis of High Dimensional Data
Version: 1.4.3.9000
Authors@R: c(
person(given = "Nicholas",
family = "Tarabelloni",
role = "aut",
email = "[email protected]"),
person(given = "Ana",
family = "Arribas-Gil",
role = "aut",
email = "[email protected]"),
person(given = "Francesca",
family = "Ieva",
role = "aut",
email = "[email protected]"),
person(given = "Anna Maria",
family = "Paganoni",
role = "aut",
email = "[email protected]"),
person(given = "Juan",
family = "Romo",
role = "aut",
email = "[email protected]"),
person(given = "Francesco",
family = "Palma",
role = "ctb",
email = "[email protected]"),
person(given = "Aymeric",
family = "Stamm",
role = c("ctb", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8725-3654")),
person(given = "Antonio",
family = "Elias-Fernandez",
role = "ctb"))
Description: A collection of methods for the robust analysis of univariate and
multivariate functional data, possibly in high-dimensional cases, and hence
with attention to computational efficiency and simplicity of use. See the R
Journal publication of Ieva et al. (2019) <doi:10.32614/RJ-2019-032> for an
in-depth presentation of the 'roahd' package. See Aleman-Gomez et al. (2021)
<arXiv:2103.08874> for details about the concept of depthgram.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: yes
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
withr,
vdiffr
Imports:
scales,
robustbase,
magrittr,
dplyr,
ggplot2,
plotly
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
URL: https://astamm.github.io/roahd/, https://github.com/astamm/roahd
BugReports: https://github.com/astamm/roahd/issues
Language: en-US
Config/testthat/edition: 3