This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
forked from Public-Health-Scotland/phsmethods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 2.09 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
Package: phsmethods
Title: Standard Methods for Use in Public Health Scotland
Version: 1.0.0
Authors@R: c(
person("Public Health Scotland", , , "phs.datascience@phs.scot", role = "cph"),
person("David", "Caldwell", , "David.Caldwell@phs.scot", role = "aut"),
person("Lucinda", "Lawrie", , "Lucinda.Lawrie@phs.scot", role = "rev"),
person("Jack", "Hannah", , "jack.hannah2@phs.scot", role = "aut"),
person("Tina", "Fu", , "Yuyan.Fu2@phs.scot", role = c("aut", "cre")),
person("Ciara", "Gribben", , "Ciara.Gribben@phs.scot", role = "aut"),
person("Chris", "Deans", , "Chris.Deans2@phs.scot", role = "aut"),
person("Jaime", "Villacampa", , "Jaime.Villacampa@phs.scot", role = "aut"),
person("Graeme", "Gowans", , "Graeme.Gowans@phs.scot", role = "aut"),
person("Alice", "Byers", role = "ctb"),
person("Alan", "Yeung", , "Alan.Yeung@phs.scot", role = "ctb"),
person("James", "McMahon", , "James.McMahon@phs.scot", role = "aut",
comment = c(ORCID = "0000-0002-5380-2029")),
person("Nicolaos", "Christofidis", , "nicolaos.christofidis@phs.scot", 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 (>= 2.10)
Imports:
cli,
dplyr,
lifecycle,
lubridate,
magrittr,
readr,
rlang,
scales (>= 1.0.0),
stringr,
tibble,
utils
Suggests:
covr,
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.2.3