-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
66 lines (66 loc) · 1.52 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
Package: squat
Title: Statistics for Quaternion Temporal Data
Version: 0.3.0.9000
Authors@R: c(
person(given = "Lise",
family = "Bellanger",
role = "aut",
email = "lise.bellanger@univ-nantes.fr"),
person(given = "Pierre",
family = "Drouin",
role = "aut",
email = "pdrouin@umanit.fr"),
person(given = "Aymeric",
family = "Stamm",
role = c("aut", "cre"),
email = "aymeric.stamm@cnrs.fr",
comment = c(ORCID = "0000-0002-8725-3654")),
person(given = "Benjamin",
family = "Martineau",
role = "ctb"))
Description: An implementation of statistical tools for the analysis
of rotation-valued time series and functional data. It relies on
pre-existing quaternion data structure provided by the 'Eigen' 'C++'
library.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
LinkingTo:
Rcpp,
RcppArmadillo,
RcppEigen,
fdacluster
Imports:
cli,
dbscan,
dtw,
fdacluster,
funData,
furrr,
ggplot2,
ggrepel,
MFPCA,
progressr,
purrr,
Rcpp,
rlang,
roahd,
scales,
tibble,
tidyr
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1.0)
Suggests:
covr,
future,
gganimate,
gghighlight,
testthat (>= 3.0.0),
vdiffr,
withr
Config/testthat/edition: 3
URL: https://github.com/LMJL-Alea/squat,
https://lmjl-alea.github.io/squat/
BugReports: https://github.com/LMJL-Alea/squat/issues