-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.25 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: mlr3forecast
Title: Extending 'mlr3' to Time Series Forecasting
Version: 0.0.1
Authors@R:
person("Maximilian", "Mücke", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-9432-9795"))
Description: Extends the 'mlr3' ecosystem to time series forecasting.
License: LGPL-3
Depends:
mlr3 (>= 0.22.1.9000),
R (>= 3.3.0)
Imports:
backports (>= 1.5.0),
checkmate (>= 2.3.2),
data.table (>= 1.16.4),
lgr,
mlr3misc (>= 0.15.0),
mlr3pipelines,
paradox (>= 1.0.1),
R6 (>= 2.5.0)
Suggests:
forecast,
testthat (>= 3.2.0),
tsbox,
withr (>= 3.0.0)
Remotes:
mlr-org/mlr3
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.2
Collate:
'ForecastLearner.R'
'ForecastRecursiveLearner.R'
'zzz.R'
'LearnerRegrArfima.R'
'LearnerRegrArima.R'
'LearnerRegrAutoArima.R'
'LearnerRegrBats.R'
'LearnerRegrEts.R'
'LearnerRegrForecast.R'
'LearnerRegrTbats.R'
'MeasureDirectional.R'
'PipeOpFcstLag.R'
'PipeOpTargetTrafo.R'
'ResamplingForecastCV.R'
'ResamplingForecastHoldout.R'
'TaskFcstAirpassengers.R'
'as_task_fcst.R'
'bibentries.R'
'utils.R'