-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
37 lines (37 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
37
Package: phstemplates
Title: PHS R Templates
Version: 1.2.2
Authors@R: c(
person("Public Health Scotland", , , "phs.datascience@phs.scot", role = "cph"),
person("Alan", "Yeung", , "alan.yeung@phs.scot", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5226-3695")),
person("Anna", "Price", , "Anna.Price@Statistics.gov.uk", role = "aut"),
person("Rosalyn", "Pearson", , "rosalyn.pearson@phs.scot", role = "aut"),
person("James", "McMahon", , "James.McMahon@phs.scot", role = "ctb",
comment = c(ORCID = "0000-0002-5380-2029")),
person("Ellie", "Bates", , "Ellie.Bates@phs.scot", role = "ctb")
)
Description: Templates for Public Health Scotland.
License: MIT + file LICENSE
URL: https://github.com/Public-Health-Scotland/phstemplates,
https://public-health-scotland.github.io/phstemplates/
BugReports: https://github.com/Public-Health-Scotland/phstemplates/issues
Depends:
R (>= 3.2.0)
Imports:
magrittr,
officer,
renv,
rmarkdown (>= 2.12),
rstudioapi,
utils
Suggests:
dplyr,
flextable (>= 0.5.7),
ggplot2,
janitor,
lubridate,
tidyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2