-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
43 lines (43 loc) · 990 Bytes
/
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
Package: AdaptiveDiscreteSmoothing
Title: Adaptive Discrete Smoothing
Version: 0.0.0.9000
Authors@R:
person(given = "Sven",
family = "Klaassen",
role = c("aut", "cre"),
email = "sven.klaassen@uni-hamburg.de")
Description: Implementation of the adaptive discrete smoothing framework of
Chen et al. (2019) <https://arxiv.org/abs/1912.12867>.
License: MIT + file LICENSE
URL: https://github.com/SvenKlaassen/AdaptiveDiscreteSmoothing/
BugReports: https://github.com/SvenKlaassen/AdaptiveDiscreteSmoothing/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
checkmate,
R6,
mlr3,
mlr3learners,
reshape2,
ggplot2,
rlang,
viridis,
plotly,
scales
Suggests:
testthat (>= 3.0.0),
patrick,
dplyr,
glmnet,
rpart,
covr,
knitr,
rmarkdown,
ranger,
xgboost,
future,
future.apply
Config/testthat/edition: 3
VignetteBuilder: knitr