-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.06 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
Package: qrensemble
Title: Forecast ensembles using Quantile Regression Average (QRA)
Version: 0.1.3.9000
Authors@R:
c(person(given = "Sebastian",
family = "Funk",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2842-3406")),
person(given = "Sam Abbott",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8057-8037")))
Description: Performs quantile regression average
Depends:
R (>= 4.1.0)
Imports:
checkmate,
data.table,
purrr,
quantgen,
scoringutils
Suggests:
knitr,
rmarkdown,
roxyglobals,
testthat (>= 3.0.0)
Remotes:
ryantibs/quantgen/quantgen
License: MIT + file LICENSE.md
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3