-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.08 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
Package: microdatasus
Title: Download and Process 'DataSUS' Files
Version: 2.3.4
Authors@R:
person(given = "Raphael",
family = "Saldanha",
role = c("aut", "cre"),
email = "raphael.saldanha@fiocruz.br",
comment = c(ORCID = "0000-0003-0652-8466"))
URL: https://github.com/rfsaldanha/microdatasus, https://rfsaldanha.github.io/microdatasus/
BugReports: https://github.com/rfsaldanha/microdatasus/issues
Description: Downloads data files from 'DataSUS' health information systems from <ftp.datasus.gov.br> and process the data, including labeling categorical variables.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
checkmate,
cli,
curl,
data.table,
dplyr,
dtplyr,
foreign,
lubridate,
magrittr,
RCurl,
read.dbc,
rlang,
stringi,
tibble,
utils,
zip
Remotes:
danicat/read.dbc
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
Config/Needs/website: rmarkdown