-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.72 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.72 KB
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
Package: MDDC
Type: Package
Title: Modified Detecting Deviating Cells Algorithm in
Pharmacovigilance
Version: 1.1.0
Authors@R:
c(
person(given = "Anran", family = "Liu", role = c("aut", "cre"),
email = "anranliu@buffalo.edu",
comment = c(ORCID = "0000-0002-4504-9786")),
person(given = "Raktim", family = "Mukhopadhyay",
role = c("aut"), email = "raktimmu@buffalo.edu",
comment = c(ORCID = "0009-0007-8972-6682")),
person(given = "Marianthi", family = "Markatou",
role = c("aut"), email = "markatou@buffalo.edu",
comment = c(ORCID = "0000-0002-1453-8229"))
)
Maintainer: Anran Liu <anranliu@buffalo.edu>
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.2
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
NeedsCompilation: yes
Packaged: 2025-04-07 21:40:22 UTC; raktimmukhopadhyay
Author: Anran Liu [aut, cre] (<https://orcid.org/0000-0002-4504-9786>),
Raktim Mukhopadhyay [aut] (<https://orcid.org/0009-0007-8972-6682>),
Marianthi Markatou [aut] (<https://orcid.org/0000-0002-1453-8229>)
Repository: CRAN
Date/Publication: 2025-04-07 22:10:01 UTC