-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 855 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
Package: smokingPrevalence
Title: Tidy data and creating chart for smoking prevalence
Version: 0.1.0
Authors@R:
person("Zoë", "Turner", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-1033-9158"))
Description: Helper functions to tidy local and ONS data on smoking prevalence in preparation to visualise
in charts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
withr,
stringr,
readxl,
janitor,
tidyr,
magrittr,
utils,
tidyselect,
lubridate
URL: https://github.com/Lextuga007/smokingPrevalence
BugReports: https://github.com/Lextuga007/smokingPrevalence/issues
VignetteBuilder: knitr