-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (28 loc) · 1.03 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
Package: pharm
Type: Package
Title: pharm
Version: 0.1.0
Date: 2021-05-17
Author@R: c(person("Yeh-Yung", "Chiu", email = "lawrance39@gmail.com", role = "cre"),
person("Yi-Ju", "Tseng", role = "aut", email = "yjtseng@mail.cgu.edu.tw"))
Maintainer: YEHYUNG CHIU <lawrance39@gmail.com>
Description: A health data analysis tool of electric medication record in R.
An open-source package tool aimed at integrating standard drug code, indication screening and definition of daily dose calculation function.
Mapping RxNorm, ATC, NDC, and Taiwan NHI code.
Providing functions for medication analysis such as Drug Era, DDD and visualization of individual medication histories.
BugReports: https://github.com/DHLab-TSENG/pharm/issues
Depends: R (>= 3.4.0)
Encoding: UTF-8
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.1
Imports:
doParallel,
data.table
Suggests:
testthat (>= 3.0.0),
roxygen2,
knitr,
devtools,
rmarkdown
URL: https://dhlab-tseng.github.io/pharm/