-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.46 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
Package: medhist
Type: Package
Title: A preprocessor to construct medical history table from data source
Version: 0.1.0
Date: 2021-01-21
Authors@R:
c(person(given = "Herdiantri",
family = "Sufriyana",
role = c("aut", "cre"),
email = "herdiantrisufriyana@unusa.ac.id",
comment = c(ORCID = "0000-0001-9178-0222")),
person(given = "Yu-Wei",
family = "Wu",
role = c("ths"),
email = "yuwei.wu@tmu.edu.tw",
comment = c(ORCID = "0000-0002-5603-1194")),
person(given = "Emily Chia-Yu",
family = "Su",
role = c("ths"),
email = "emilysu@tmu.edu.tw",
comment = c(ORCID = "0000-0003-4801-5159"))
)
Depends: R (>= 4.0.2)
Description: This package construct a medical-history table from several tables
of an electronic medical record database. The medical-history table may be
utilized for both causal and predictive modeling.
License: GPL-3
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
devtools,
tidyverse,
pbapply,
parallel,
BiocGenerics,
lubridate,
Biobase,
broom,
survival,
imputeTS,
caret,
MLeval
Suggests:
BiocStyle,
knitr,
rmarkdown,
kableExtra,
dslabs,
magick,
testthat
URL: https://github.com/herdiantrisufriyana/medhist
BugReports: https://github.com/herdiantrisufriyana/medhist/issues
VignetteBuilder: knitr