-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
21 lines (21 loc) · 1019 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: read.dbc
Title: Read Data Stored in DBC (Compressed DBF) Files
Description: Functions for reading and decompressing the DBC (compressed DBF) files. Please note that this is the file format used by the Brazilian Ministry of Health (DATASUS) to publish healthcare datasets. It is not related to the FoxPro or CANdb DBC file formats.
Version: 1.0.7
Depends:
R (>= 3.3.0)
Imports:
foreign
Authors@R: c(
person("Daniela", "Petruzalek", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Mark", "Adler", email = "[email protected]", role = c("cph", "ctb")),
person("Pablo", "Marcondes Fonseca", email = "[email protected]", role = c("cph", "ctb"))
)
Maintainer: Daniela Petruzalek <[email protected]>
URL: https://github.com/danicat/read.dbc
BugReports: https://github.com/danicat/read.dbc/issues
Copyright: 2016 Daniela Petruzalek
License: AGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1