-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 839 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
Package: sinimr
Type: Package
Title: Chilean Municipalities Information System Wrapper
Version: 0.3.2
Date: 2022-09-12
Authors@R: c(person("Roberto", "Salas", email =
"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9607-3930")))
Description: Access SINIM data and view it as data frames.
License: file LICENSE
LazyData: true
Imports:
httr (>= 1.3.1),
jsonlite (>= 1.5),
XML (>= 3.98-1.16),
reshape2 (>= 1.4.3),
stats,
sf
Collate:
get_sinim_cats.R
get_sinim.R
get_sinim_vars.R
get_sinim_var_name.R
search_sinim_vars.R
mm.R
helpers.R
data.R
Encoding: UTF-8
RoxygenNote: 7.2.1
Suggests: testthat,
covr,
knitr,
rmarkdown
URL: https://github.com/robsalasco/sinimr
BugReports: https://github.com/robsalasco/sinimr/issues
VignetteBuilder: knitr