-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
70 lines (70 loc) · 2.09 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: agroclimatico
Title: Índices y Estadísticos Climáticos e Hidrológicos
Version: 1.1.0
Authors@R:
c(person(given = "Yanina",
family = "Bellini Saibene",
role = c("ctb"),
email = "[email protected]"),
person(given = "Elio",
family = "Campitelli",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7742-9230")),
person(given = "Paola",
family = "Corrales",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Natalia",
family = "Gattinoni",
role = c("aut"),
email = "[email protected]"),
person(family = "INTA",
role = c("cph")),
person("Ruida", "Zhong", role = "cph"),
person("Verónica", "Cruz-Alonso", role = "rev",
comment = "Verónica revisó el paquete (v. 1.1.0) para rOpenSci, <https://github.com/ropensci/software-review/issues/599>"),
person("Priscilla", "Minotti", role = "rev",
comment = "Priscilla revisó el paquete (v. 1.1.0) para rOpenSci, <https://github.com/ropensci/software-review/issues/599>")
)
Description: Conjunto de funciones para calcular índices y estadísticos climáticos
hidrológicos a partir de datos tidy. Incluye una función para graficar resultados
georeferenciados y e información cartográfica.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/ropensci/agroclimatico, https://docs.ropensci.org/agroclimatico/
BugReports: https://github.com/ropensci/agroclimatico/issues
Depends:
R (>= 2.10)
Imports:
readr,
data.table,
scales,
lmomco,
sf,
automap,
png,
grid,
ggnewscale,
tidyr,
ggplot2,
rappdirs,
magrittr,
kableExtra,
Rcpp (>= 0.12.0),
cli,
SPEI (>= 1.8.1)
Suggests:
testthat,
dplyr,
vdiffr,
lubridate,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp