-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 932 Bytes
/
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
Package: bnaiaR
Type: Package
Title: Bayesian Network Analysis of Intracranial Aneurysm
Version: 1.0.0.0000
Date: 2022-06-21
Authors@R: person("Matteo", "Delucchi", email = "[email protected]",
comment = c(ORCID = "0000-0002-9327-1496"),
role = c("aut", "cre"))
Description: Data preparation and analysis of risk factors for intracranial aneurysms.
URL: https://github.com/hirsch-lab/bnaiaR/releases/tag/v1.0
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
kableExtra,
pROC,
pscl,
ROCR,
sjPlot,
survminer,
survAUC,
survival,
Rgraphviz,
BiocManager,
cowplot,
correlationfunnel
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Imports:
tidyr,
forcats,
purrr,
ggplot2,
lubridate,
RMariaDB,
stringr,
dplyr,
tidyselect,
abn,
bnlearn,
data.table,
caret,
magrittr
Depends:
R (>= 3.5.0)