-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 964 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: agrometR
Title: For downloading meteorological data from the API of agromet.
Description: Allows to access the meteorological data of the networks
station of agromet around Chile.
Version: 0.1.0
Authors@R: c(
person(
"Joshua",
"Kunst",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Francisco",
family = "Zambrano",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6896-8534")
)
)
URL: https://github.com/ODES-Chile/agrometR
BugReports: https://github.com/jbkunst/agrometR/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends:
R (>= 2.10)
Imports:
purrr,
dplyr,
xml2,
lubridate,
stringr,
janitor,
tibble,
httr,
readr,
progress,
rlang,
tidyselect
Suggests:
knitr,
rmarkdown,
ggplot2
LazyData: true
VignetteBuilder: knitr