-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.02 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
Package: SangerTools
Type: Package
Title: Tools for Population Health Management Analytics
Version: 1.0.2
Authors@R: c(
person("Asif", "Laldin", , "laldin.asif@gmail.com", c("aut", "cre")),
person("Gary", "Hutson", ,"hutsons-hacks@outlook.com", "aut", comment = c(ORCID="0000-0003-3534-6143"))
)
Maintainer: Asif Laldin <laldin.asif@gmail.com>
Description: Created for population health analytics and monitoring.
The functions in this package work best when working with patient level Master Patient Index-like datasets .
Built to be used by NHS bodies and other health service providers.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
ggplot2,
dplyr,
scales,
janitor,
readr,
utils,
ggthemes,
magrittr,
readxl,
ggtext,
DBI,
odbc,
rlang,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
kableExtra
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Language: en-gb