-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·52 lines (52 loc) · 1.18 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: neon4cast
Title: Helper Utilities for the EFI NEON Forecast Challenge
Version: 0.1.0
Authors@R: c(person(
"Carl", "Boettiger",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Quinn", "Thomas", role = "aut",
comment = c(ORCID = "0000-0003-1282-7825"))
)
Description: Helper utilities for the NEON forecast challenge. Convience
utilities only, this package is not intended for more general use.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
aws.s3,
usethis,
ncdf4,
dplyr,
tidyr,
arrow,
rlang,
tibble,
read4cast (>= 0.0.0.9000),
yaml
RoxygenNote: 7.2.3
Language: en-US
Suggests:
EFIstandards,
testthat (>= 3.0.0),
glue,
fable,
feasts,
urca,
jsonlite,
lubridate,
purrr,
stringr,
tidyselect,
ISOweek,
readr,
EML,
tidync,
tidyverse,
tsibble
Additional_repositories: https://cboettig.github.io/drat
Config/testthat/edition: 3
Remotes:
github::eco4cast/read4cast,
github::cboettig/aws.s3