forked from Public-Health-Scotland/phsmethods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1002 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: phsmethods
Title: Standard Methods for use in Public Health Scotland
Version: 0.0.0.9000
Authors@R: c(
person("Jack", "Hannah", email = "[email protected]", role = c("aut", "cre")),
person("David", "Caldwell", email = "[email protected]", role = c("aut", "rev")),
person("Lucinda", "Lawrie", email = "[email protected]", role = "rev"),
person("Tina", "Fu", email = "[email protected]", role = "aut"),
person("Ciara", "Gribben", email = "[email protected]", role = "aut")
)
Description: Bespoke functions for commonly undertaken analytical tasks in Public Health Scotland.
License: GPL (>= 2)
URL: https://github.com/Health-SocialCare-Scotland/phsmethods
BugReports: https://github.com/Health-SocialCare-Scotland/phsmethods/issues
Imports:
dplyr,
gdata,
glue,
lubridate,
magrittr,
purrr,
stringi,
stringr,
tibble
Suggests:
covr,
here,
testthat (>= 2.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2