Package: MIMER
Title: Data Wrangling for Antimicrobial Resistance Studies
Version: 1.0.2
Authors@R: 
    c(person("Anoop", "Velluva", , "anoop.velluva@liverpool.ac.uk", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0001-6198-6016")),
    person("Alessandro", "Gerada", , "alessandro.gerada@liverpool.ac.uk", role = c("ctb"),
           comment = c(ORCID = "0000-0002-6743-4271")),
    person("Alexander", "Howard", , "alexander.howard@liverpool.ac.uk", role = c("ctb"),
           comment = c(ORCID = "0000-0000-0000-0000")))
Description: Designed for analyzing the Medical Information Mart for Intensive Care(MIMIC) dataset, 
  a repository of freely accessible electronic health records. MIMER(MIMIC-enabled Research) package, offers
  a suite of data wrangling functions tailored specifically for preparing the dataset for research purposes,
  particularly in antimicrobial resistance(AMR) studies. It simplifies complex data manipulation tasks, allowing
  researchers to focus on their primary inquiries without being bogged down by wrangling complexities.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: AMR, dplyr, fuzzyjoin, rlang, stringr, tidyr, testthat,
        data.table, reshape2
NeedsCompilation: no
Packaged: 2024-06-16 20:39:06 UTC; anoopvelluva
Author: Anoop Velluva [aut, cre] (<https://orcid.org/0009-0001-6198-6016>),
  Alessandro Gerada [ctb] (<https://orcid.org/0000-0002-6743-4271>),
  Alexander Howard [ctb] (<https://orcid.org/0000-0000-0000-0000>)
Maintainer: Anoop Velluva <anoop.velluva@liverpool.ac.uk>
Repository: CRAN
Date/Publication: 2024-06-16 20:50:02 UTC
