forked from IMPALA-Consortium/ctas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.19 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
Package: ctas
Type: Package
Title: The package is used to identify anomalous clinical time series
Version: 0.3.0
Authors@R: c(
person("Pekka", "Tiikkainen",
role = c("aut", "cre"),
email = "[email protected]"),
person("Björn", "Koneswarakantha",
role = c("aut"),
email = "[email protected]"),
person("Bayer Pharmaceuticals",
role = "cph")
)
Description: The package is used to identify anomalies in clinical time series.
The main goal is to flag sites whose data is different from other sites in the study
but also outlying individual subjects can be identified with the results generated.
See details in the provided PHUSE EU Connect 2022 resources.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
dplyr,
R (>= 3.5.0)
LazyData: true
RoxygenNote: 7.3.2
Imports:
dbscan,
rlang,
stringr,
tidyr,
lme4,
merTools
Suggests:
testthat (>= 3.0.0),
purrr,
knitr,
rmarkdown,
pkgdown
Config/testthat/edition: 3
URL:
https://phuse.s3.eu-central-1.amazonaws.com/Archive/2022/Connect/EU/Belfast/PRE_AR04.pdf,
https://phuse.s3.eu-central-1.amazonaws.com/Archive/2022/Connect/EU/Belfast/PAP_AR04.pdf