-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 744 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 744 Bytes
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
Package: tidyroll
Title: Time-Series Prediction with Irregular Time Slices using Tidymodels
Version: 0.0.0.9000
Authors@R:
person(given = "Giovanni",
family = "Colitti",
role = c("aut", "cre"),
email = "gacolitti@gmail.com")
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Suggests:
covr,
spelling,
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/gacolitti/tidyroll
BugReports: https://github.com/gacolitti/tidyroll/issues
Depends:
R (>= 3.2)
Language: en-US
Imports:
recipes,
rsample,
dplyr,
tidyr,
lubridate,
rlang,
purrr,
magrittr,
tibble