-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.53 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
Package: hydroscoper
Type: Package
Title: Interface to the Greek National Data Bank for Hydrometeorological Information
Version: 1.7.0
Authors@R: c(person("Konstantinos", "Vantas",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6387-8791")),
person("Sharla", "Gelfand",
role = c("ctb", "rev"),
comment = "Sharla Gelfand reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/185"),
person("Tim", "Trice",
role = "rev",
comment = "Tim Trice reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/185"))
Maintainer: Konstantinos Vantas <[email protected]>
Description: R interface to the Greek National Data Bank for Hydrological and
Meteorological Information. It covers
Hydroscope's data sources and provides functions to transliterate,
translate and download them into tidy dataframes.
URL: https://github.com/ropensci/hydroscoper,
https://docs.ropensci.org/hydroscoper/
BugReports: https://github.com/ropensci/hydroscoper/issues
Depends: R (>= 3.4)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports: stringi (>= 1.8),
stringr (>= 1.5),
tibble(>= 3.2),
readr (>= 2.1),
jsonlite (>= 1.8)
Suggests:
ggplot2 (>= 3.5),
knitr (>= 1.45),
rmarkdown (>= 2.25),
testthat (>= 3.2)
VignetteBuilder: knitr