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
238 stars 60 forks source link

Not able to install ICD package #215

Open Lilyhappiness opened 1 year ago

Lilyhappiness commented 1 year ago

I had this package running before. Now I couldn't install it in R. @jackwasey Do you have any updates on this package? Is it still available to the public?

itang1 commented 1 year ago

You can install it from the archive using

remotes::install_github("jackwasey/icd")
PradoVarathan commented 1 year ago

I have tried the above method but it still throws the following issue

g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-43~1.0/include" -DNDEBUG -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS -I'C:/Users/pugalenp/AppData/Local/R/win-library/4.3/Rcpp/include' -I'C:/Users/pugalenp/AppData/Local/R/win-library/4.3/RcppEigen/include' -I"c:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o

/bin/sh: line 1: g++: command not found make: *** [C:/PROGRA~1/R/R-43~1.0/etc/x64/Makeconf:272: RcppExports.o] Error 127 ERROR: compilation failed for package 'icd'