Package: doseminer
Type: Package
Title: Extract Drug Dosages from Free-Text Prescriptions
Version: 0.1.0
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'))
Maintainer: David Selby <david.selby@manchester.ac.uk>
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>.
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
NeedsCompilation: no
Packaged: 2021-05-11 14:38:44 UTC; David
Author: David Selby [aut, cre] (<https://orcid.org/0000-0001-8026-5663>),
  Belay Birlie Yimer [ctb],
  Ben Marwick [ctb]
Repository: CRAN
Date/Publication: 2021-05-12 12:12:16 UTC
