jackwasey / icd

Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch.
https://jackwasey.github.io/icd/
GNU General Public License v3.0
242 stars 60 forks source link

package no longer available on cran #202

Closed 11mkapadia closed 4 years ago

11mkapadia commented 4 years ago

It looks like icd is no longer available on CRAN. What are the future plans?

patrickmdnet commented 4 years ago

You can install icd directly from GitHub with:

devtools::install_github("jackwasey/icd")

however this requires that you have RTools installed because you will need to build the binaries.

11mkapadia commented 4 years ago

Thanks this was done