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 Config/pak/sysreqs: libicu-dev Repository: https://ablack3.r-universe.dev Date/Publication: 2022-03-12 20:10:36 UTC RemoteUrl: https://github.com/ablack3/icdpicr RemoteRef: HEAD RemoteSha: 67e17f8bd7356a6d5a54599e0a8f8d4440712e82 NeedsCompilation: no Packaged: 2026-06-21 11:08:33 UTC; root Author: Adam Black [aut, cre, cph], David Clark [aut, cph] Maintainer: Adam Black