-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 931 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
Package: senamhiR
Type: Package
Title: A Collection of Functions to Obtain Peruvian Climate Data
Version: 0.7.0
Date: 2018-12-20
Authors@R: c(person(given = c("Conor", "I."), family = "Anderson",
role = c("aut","cre"), email = "[email protected]"),
person(given = c("William", "A."), family = "Gough", role = "ths",
email = "[email protected]"))
Maintainer: Conor I. Anderson <[email protected]>
Description: A collection of functions to obtain archived Peruvian climatological or
hydrological data form the Peruvian National Meterology and Hydrology Service.
Depends:
R (>= 3.1.0)
Imports:
dplyr,
geosphere,
httr,
rlang,
tibble,
utils,
zoo
Suggests:
leaflet,
testthat,
covr
License: GPL (>= 3)
URL: https://gitlab.com/ConorIA/senamhiR/
BugReports: https://gitlab.com/ConorIA/senamhiR/issues
LazyData: TRUE
RoxygenNote: 6.0.1