-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
60 lines (60 loc) · 2.16 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: phsmethods
Title: Standard Methods for Use in Public Health Scotland
Version: 1.0.2
Authors@R: c(
person("Public Health Scotland", , , "[email protected]", role = "cph"),
person("David", "Caldwell", , "[email protected]", role = "aut"),
person("Lucinda", "Lawrie", , "[email protected]", role = "rev"),
person("Jack", "Hannah", , "[email protected]", role = "aut"),
person("Tina", "Fu", , "[email protected]", role = c("aut", "cre")),
person("Ciara", "Gribben", , "[email protected]", role = "aut"),
person("Chris", "Deans", , "[email protected]", role = "aut"),
person("Jaime", "Villacampa", , "[email protected]", role = "aut"),
person("Graeme", "Gowans", , "[email protected]", role = "aut"),
person("Alice", "Byers", role = "ctb"),
person("Alan", "Yeung", , "[email protected]", role = "ctb"),
person("James", "McMahon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-5380-2029")),
person("Nicolaos", "Christofidis", , "[email protected]", role = "aut")
)
Description: A collection of methods for commonly undertaken analytical
tasks, primarily developed for Public Health Scotland (PHS) analysts,
but the package is also generally useful to others working in the
healthcare space, particularly since it has functions for working with
Community Health Index (CHI) numbers. The package can help to make
data manipulation and analysis more efficient and reproducible.
License: GPL (>= 2)
URL: https://github.com/Public-Health-Scotland/phsmethods,
https://public-health-scotland.github.io/phsmethods/
BugReports: https://github.com/Public-Health-Scotland/phsmethods/issues
Depends:
R (>= 3.6)
Imports:
cli,
dplyr,
lifecycle,
lubridate,
magrittr,
readr,
rlang,
scales (>= 1.0.0),
stringr,
tibble,
utils
Suggests:
covr,
ggplot2,
here,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr