-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 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
Package: whitewater
Title: Parallel Processing Options for Package 'dataRetrieval'
Version: 0.1.3
Authors@R:
person(given = "Josh",
family = "Erickson",
role = c('aut', 'cre', 'cph'),
email = "[email protected]"
)
Description: Provides methods for retrieving United States Geological Survey (USGS) water data using sequential and parallel processing (Bengtsson, 2022 <doi:10.32614/RJ-2021-048>). In addition to parallel methods, data wrangling and additional statistical attributes are provided.
URL: https://github.com/joshualerickson/whitewater/,
https://joshualerickson.github.io/whitewater/
BugReports: https://github.com/joshualerickson/whitewater/issues/
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dataRetrieval,
dplyr,
cli,
crayon,
furrr,
httr,
plyr,
purrr,
stringr,
usethis,
lubridate,
readr,
tidyr,
future
Suggests:
ggplot2,
covr,
rmarkdown,
knitr,
ggfx,
broom,
patchwork,
jsonlite,
Kendall,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.4.0)
LazyData: true