forked from nhs-r-community/NHSRepisodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.07 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
Package: NHSRepisodes
Title: Package Relating to Hospital Episode Intervals
Version: 0.1.0.9000
Authors@R:
c(person(given = "Zoë",
family = "Turner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1033-9158")),
person(given = "Tim",
family = "Taylor",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8587-7113")),
person(given = "NHS R",
role = "cph"))
Description: Hospital episodes can overlap or have gaps which can result in
under or over counting. This package contains functions which can be used to
rectify this common analytical issue in NHS data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
data.table
Suggests:
dplyr,
ivs,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://nhs-r-community.github.io/NHSRepisodes/