-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 846 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
Package: hydrogauge
Title: Pulls information from the Kisters Kiwis and Hydstra APIs
Version: 0.0.0.9000
Authors@R:
person("Galen", "Holt", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7455-9275"))
Description: This package provides R wrappers to (some) of the API calls possible to the Victorian gauge network. I have tried to provide functionality to query available options for the different arguments.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
doFuture,
dplyr,
foreach,
furrr,
ggplot2,
httr2,
lubridate,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
future,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3