-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.52 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
Package: hddtools
Title: Hydrological Data Discovery Tools
Version: 0.9.5
Authors@R: c(person(given = "Claudia", family = "Vitolo",
role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4252-1176")),
person(given = "Wouter", family = "Buytaert", role = c("ctb"),
comment = "Supervisor"),
person(given = "Erin", family = "Le Dell", role = c("ctb"),
comment = "Erin reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/73"),
person(given = "Michael", family = "Sumner", role = c("ctb"),
comment = "Michael reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/73"),
person(given = "Dorothea", family = "Hug Peter", role = c("aut", "cre"), email = "[email protected]"))
Maintainer: Dorothea Hug Peter <[email protected]>
URL: https://docs.ropensci.org/hddtools/, https://github.com/ropensci/hddtools
BugReports: https://github.com/ropensci/hddtools/issues
Description: Tools to discover hydrological data, accessing catalogues and databases from various data providers. The package is described in Vitolo (2017) "hddtools: Hydrological Data Discovery Tools" <doi:10.21105/joss.00056>.
Depends: R (>= 3.5.0)
Imports: zoo, curl, XML, terra, readxl, tidyr, sf
Suggests: testthat, leaflet, rmarkdown, knitr, dplyr
VignetteBuilder: knitr
License: GPL-3
Repository: CRAN
RoxygenNote: 7.2.0
Encoding: UTF-8