forked from rpradosiqueira/datasus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·31 lines (31 loc) · 1.02 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
Package: datasus
Type: Package
Title: An Interface to DATASUS System
Version: 0.5.2
Authors@R: c(person("Renato", "Prado Siqueira", email = "[email protected]", role = c("aut", "cre"),),person("Rodrigo E.", "Santana Borges", email = "[email protected]", role = "aut",))
Description: It allows the user to retrieve the data from the systems of
DATASUS (SUS IT department related to the Brazilian Ministry of Health,
see <http://datasus.saude.gov.br/informacoes-de-saude/tabnet/> for more
information) much in the same way that is done in the online portal.
For now the package allows access to the SINASC and SIM's (ICD-10)
systems, that is, the 'Estatísticas Vitais'.
License: GPL-3
Encoding: UTF-8
URL: http://github.com/rpradosiqueira/datasus
BugReports: http://github.com/rpradosiqueira/datasus/issues
Imports:
dplyr,
httr,
magrittr,
RCurl,
readr,
rvest,
stringi,
stringr,
xml2
LazyData: true
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr