-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.19 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
Package: mlr3fda
Title: Extending mlr3 to functional data analysis
Version: 0.0.0.9000
Authors@R: c(
person("Sebastian", "Fischer", , "sebf.fischer@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9609-3197")),
person("Maximilian", "Muecke", , "muecke.maximilian@gmail.com", role = "aut",
comment = c(ORCID = "0009-0000-9432-9795"))
)
Description: Provides extensions for functional data analysis for mlr3.
License: LGPL-3
URL: https://mlr3fda.mlr-org.com, https://github.com/mlr-org/mlr3fda
BugReports: https://github.com/mlr-org/mlr3fda/issues
Depends:
mlr3 (>= 0.14.0),
R (>= 3.1.0)
Imports:
checkmate,
data.table,
lgr,
mlr3misc (>= 0.14.0),
mlr3pipelines,
paradox,
R6,
tf
Suggests:
rpart,
testthat (>= 3.0.0),
pracma,
zoo
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.1
Collate:
'zzz.R'
'PipeOpFDAExtract.R'
'PipeOpFDAFlatten.R'
'PipeOpFDAInterpol.R'
'PipeOpFDASmooth.R'
'PipeOpFPCA.R'
'TaskClassif_phoneme.R'
'TaskRegr_dti.R'
'TaskRegr_fuel.R'
'bibentries.R'
'datasets.R'
'hash_input.R'