Package: icdpicr
Type: Package
Title: 'ICD' Programs for Injury Categorization in R
Version: 1.0.1
Authors@R: c(
    person("Adam", "Black", email = "ablack3@gmail.com", role = c("aut", "cre", "cph")),
    person("David", "Clark", role = c("aut", "cph")))
Description: Categorization and scoring of injury severity typically involves
    trained personnel with access to injured persons or their medical records. 'icdpicr' contains a function
    that provides automated calculation of Abbreviated Injury Scale ('AIS') and Injury Severity Score ('ISS')
    from International Classification of Diseases ('ICD') codes and may be a useful substitute to manual injury 
    severity scoring. 'ICDPIC' was originally developed in 'Stata', and 'icdpicr' is an open-access update 
    that accepts both 'ICD-9' and 'ICD-10' codes. 
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: stringr (>= 1.0.0)
Depends: R (>= 2.10)
Suggests: testthat, knitr, rmarkdown, dplyr, rcmdcheck
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-03-12 20:06:46 UTC; adamblack
Author: Adam Black [aut, cre, cph],
  David Clark [aut, cph]
Maintainer: Adam Black <ablack3@gmail.com>
Repository: CRAN
Date/Publication: 2022-03-12 20:20:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:23:34 UTC; windows
