-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.43 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
Package: MDDC
Type: Package
Title: Modified Detecting Deviating Cells Algorithm in Pharmacovigilance
Version: 1.0.0
Authors@R:
c(
person(given = "Anran", family = "Liu", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4504-9786")),
person(given = "Raktim", family = "Mukhopadhyay",
role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0009-0007-8972-6682")),
person(given = "Marianthi", family = "Markatou",
role = c("aut"), email = "[email protected]",
comment = c(ORCID = "0000-0002-1453-8229"))
)
Maintainer: Anran Liu <[email protected]>
Description: Methods for detecting signals related to (adverse event, medical
product e.g. drugs, vaccines) pairs, a data generation function for
simulating pharmacovigilance datasets, and various utility functions.
For more details please see Liu A., Mukhopadhyay R., and Markatou M.
<doi:10.48550/arXiv.2410.01168>.
URL: https://github.com/niuniular/MDDC
BugReports: https://github.com/niuniular/MDDC/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
doParallel,
foreach,
ggplot2,
MASS,
Rcpp,
stats
Suggests:
knitr,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder:
knitr
Depends: R (>= 3.5.0)
Config/testthat/edition: 3
Language: en-US