-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.12 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
Package: SISINTAR
Title: Lee y Manipula Datos de Suelo de SISINTA
Version: 0.0.0.9000
Authors@R:
c(person(given = "Yanina",
family = "Bellini Saibene",
role = c("cre", "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("aut"),
email = "[email protected]"))
Description: Permite descargar y manipular datos de perfiles de suelo disponibles
en la plataforma SISINTA.
License: GPL (>= 3)
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 2.10)
Imports:
aqp,
progress,
xml2,
urltools,
data.table,
sf,
openxlsx,
httr,
rvest,
rappdirs,
RCurl,
jsonlite
Suggests:
rmarkdown,
knitr,
covr,
testthat (>= 3.0.0),
dplyr
Config/testthat/edition: 3
VignetteBuilder:
knitr,
dplyr