-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
76 lines (76 loc) · 2.01 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: faers
Title: R interface for FDA Adverse Event Reporting System
Version: 1.1.7
Authors@R:
c(
person("Yun", "Peng", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2801-3332")),
person("YuXuan", "Song", , "[email protected]", role = "aut"),
person("Caipeng", "Qin", , "[email protected]", role = "aut"),
person("JiaXing", "Lin", , "[email protected]", role = "aut")
)
BugReports: https://github.com/Yunuuuu/faers
Description: The FDA Adverse Event Reporting System (FAERS) is a database used for the spontaneous reporting of adverse events and medication errors related to human drugs and therapeutic biological products. faers pacakge serves as the interface between the FAERS database and R. Furthermore, faers pacakge offers a standardized approach for performing pharmacovigilance analysis.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
BiocParallel,
brio,
cli,
curl (>= 6.0.0),
data.table,
httr2 (>= 1.0.0),
MCMCpack,
methods,
openEBGM,
rlang (>= 1.1.0),
rvest,
tools,
utils,
vroom,
xml2
Suggests:
BiocStyle,
countrycode,
knitr,
rmarkdown,
testthat (>= 3.0.0)
biocViews: Software, DataImport, BiomedicalInformatics, Pharmacogenomics, Pharmacogenomics
Encoding: UTF-8
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
Collate:
'athena.R'
'available.R'
'meddra.R'
'class-FAERS.R'
'combine.R'
'counts.R'
'dedup.R'
'download.R'
'faers-package.R'
'faers.R'
'fda_drugs.R'
'import-standalone-assert.R'
'import-standalone-cli.R'
'import-standalone-obj-type.R'
'load.R'
'merge.R'
'meta.R'
'methods-FAERS.R'
'parse.R'
'period.R'
'phv_.R'
'phv_ebgm.R'
'rxnorm.R'
'sample.R'
'signal.R'
'standardize.R'
'unify.R'
'utils-file.R'
'utils-str.R'
'utils.R'