-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.17 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
Package: roadtrafficdeaths
Title: Road Traffic Deaths Data from Brazil
Version: 0.6.0
Authors@R:
c(person(
given = c("Pedro", "Augusto", "Borges"),
family = "Santos",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0550-4251")),
person(
given = c("João", "Pedro", "Melani"),
family = "Saraiva",
email = "[email protected]",
role = "aut"
),
person("ONSV - National Road Safety Observatory", role = c("cph", "fnd")))
Description: This package contains one dataset of death certificates from road
traffic crashes that happened in Brazil. This data is provided by the
Brazilian Ministry of Health, and includes all certificated between 1996
and 2022.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
LazyData: true
Date: 2023-10-04
BugReports: https://github.com/pabsantos/roadtrafficdeaths/issues
LazyDataCompression: bzip2
URL: https://pabsantos.github.io/roadtrafficdeaths/, https://github.com/pabsantos/roadtrafficdeaths
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr