forked from pabsantos/roadtrafficdeaths
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.17 KB
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.17 KB
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.7.0
Authors@R:
c(person(
given = c("Pedro", "Augusto", "Borges"),
family = "Santos",
email = "pabsantos21@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0550-4251")),
person(
given = c("João", "Pedro", "Melani"),
family = "Saraiva",
email = "jpsaraiva2002@gmail.com",
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 2024.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
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