-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 846 Bytes
/
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
Package: rfars
Version: 0.1.0
Title: Functions to analize the US census of fatal crash vehicle injuries
Description: A package developed for the course "Building R Packages" offered by
the Johns Hopkins University through the Coursera's platform. It consists
of a set of functions used to analyze the data from the US National Highway
Traffic Safety Administration's Fatality Analysis Reporting System (FARS).
Authors@R: person("Cesar", "Urteaga", , "[email protected]", c("aut", "cre"))
Depends:
R (>= 3.4.1)
Imports:
dplyr,
graphics,
magrittr,
maps,
readr,
tidyr
Suggests:
knitr,
rmarkdown,
testthat
License: GPL-3
URL: https://github.com/Cesar-Urteaga/rfars
BugReports: https://github.com/Cesar-Urteaga/rfars/issues
LazyData: true
Encoding: UTF-8
RoxygenNote: 6.0.1
VignetteBuilder: knitr