Package: icd9
Title: Tools for Working with ICD-9 Codes, and Finding Comorbidities
Description: Obsolete: 'icd9' is replaced by CRAN package 'icd'.
    Calculate comorbidities, Charlson scores, perform fast and accurate
    validation, conversion, manipulation, filtering and comparison of ICD-9-CM
    (clinical modification) codes. ICD-9 codes appear numeric but leading and
    trailing zeroes, and both decimal and non-decimal "short" format codes
    exist. The package enables a work flow from raw lists of ICD-9 codes from
    hospital billing databases to comorbidities. ICD-9 to comorbidity mappings
    from Quan (Deyo and Elixhauser versions), Elixhauser and AHRQ included. Any
    other mapping of codes, such as ICD-10, to comorbidities can be used.
Version: 1.3.1
Date: 2016-04-12
Authors@R: c(
    person(given = "Jack O.", family = "Wasey", role = c("aut", "cre", "cph"), email = "jack@jackwasey.com"),
    person(given = "William", family = "Murphy", role = "ctb", email = "WMurphy@eatright.org"),
    person("R Core Team", role = c("ctb", "cph"))
    )
Maintainer: Jack O. Wasey <jack@jackwasey.com>
URL: https://github.com/jackwasey/icd9
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 0.12.0), checkmate (>= 1.5.1), stats, utils,
        fastmatch
Suggests: testthat, devtools, knitr, microbenchmark, magrittr, XML,
        memoise, profr, ggplot2, digest, xtable, rmarkdown, roxygen2
        (>= 5.0.0)
LazyData: true
LazyDataCompression: xz
BugReports: https://github.com/jackwasey/icd9/issues
License: GPL-3
Copyright: See file (inst/)COPYRIGHTS
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-04-14 18:01:17 UTC; jack
Author: Jack O. Wasey [aut, cre, cph],
  William Murphy [ctb],
  R Core Team [ctb, cph]
Repository: CRAN
Date/Publication: 2016-04-15 08:33:09
