-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.4 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
Package: hydrobr
Title: Access to the Brazilian National Water Agency (Agência Nacional de Águas) hydrological data
Version: 0.0.0.9000
Authors@R:
c(person("Arthur", "Calegario", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1921-5234")),
person("Daniel", "Althoff", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-5390-575X")),
person("Artur", "Lourenço", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-1999-2524")),
person("Roberto", "Filgueiras", , email = "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0002-0186-8907")))
Description: Package developed to download, clean, and quality check hydrological
data freely available for Brazil and perform general hydrological analyses.
This work is a volunteer initiative from a few Brazilian hydrologists.
(improve later).
License: GPL (>= 3)
Imports: tibble, dplyr, tidyr, magrittr, stringr, lubridate, rlang, xml2,
ggplot2, sf, terra, geobr, Kendall, randtests, reshape2, trend, whitebox,
zoo, padr, plyr, openxlsx, chirps, gtools, future, future.apply, progressr, exactextractr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr