-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.2 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
Package: doseminer
Type: Package
Title: Extract Drug Dosages from Free-Text Prescriptions
Version: 0.1.2.9000
Authors@R:
c(person(given = 'David',
family = 'Selby',
role = c('aut', 'cre'),
email = 'david.selby@manchester.ac.uk',
comment = c(ORCID = '0000-0001-8026-5663')),
person(given = 'Belay Birlie',
family = 'Yimer',
email = 'belaybirlie.yimer@manchester.ac.uk',
role = 'ctb'),
person(given = 'Ben',
family = 'Marwick',
email = 'benmarwick@gmail.com',
role = 'ctb'))
Description: Utilities for converting unstructured electronic prescribing instructions into structured medication data. Extracts drug dose, units, daily dosing frequency and intervals from English-language prescriptions. Based on Karystianis et al. (2015) <doi:10.1186/s12911-016-0255-x>.
BugReports: https://github.com/Selbosh/doseminer/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
magrittr(>= 2.0.1),
stringr(>= 1.4.0)
Suggests:
rmarkdown,
knitr,
testthat,
tidyr,
dplyr,
ggplot2,
prettydoc
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
Language: en-GB