-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·35 lines (35 loc) · 978 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
Package: ngboostForecast
Title: Probabilistic Time Series Forecasting
Version: 0.1.1
Authors@R:
person(given = "Resul",
family = "Akay",
role = c("aut", "cre"),
email = "resulakay1@gmail.com")
Description: Probabilistic time series forecasting via Natural Gradient Boosting for Probabilistic Prediction.
License: Apache License (>= 2)
URL: https://github.com/Akai01/ngboostForecast
BugReports: https://github.com/Akai01/ngboostForecast/issues
Encoding: UTF-8
LazyData: true
SystemRequirements: Python (>= 3.6)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
dplyr (>= 1.0.7),
forecast (>= 8.15),
magrittr (>= 2.0.1),
R6 (>= 2.5.1)
Suggests:
ggplot2 (>= 3.3.5),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/reticulate:
list(
packages = list(
list(package = 'importlib-metadata', pip = TRUE),
list(package = 'ngboost', pip = TRUE))
)
Depends:
R (>= 3.6),
reticulate (>= 1.20)