-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 984 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
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: KeyWestMopeds
Title: Explore Motorcyle and Moped Crashes in Florida
Version: 0.0.0.9000
Authors@R:
person(given = "Rob",
family = "Wiederstein",
role = c("aut", "cre"),
email = "rob@robwiederstein.org",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: This package explores motorcycle and moped crashes in Florida with particular focus on tourist destinations.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Imports:
readr,
dplyr,
magrittr,
readxl,
stringr,
lifecycle,
DT,
ggplot2,
kableExtra,
scales,
import,
tidyr
Suggests:
rmarkdown,
knitr,
spelling,
testthat (>= 3.0.0),
covr
LazyData: true
VignetteBuilder: knitr
Language: en-US
URL: https://github.com/RobWiederstein/KeyWestMopeds
BugReports: https://github.com/RobWiederstein/KeyWestMopeds/issues
Config/testthat/edition: 3