jackwasey / icd

Fast ICD-10 and ICD-9 comorbidities, decoding and validation in R. NB use main instead of master for default branch.

Home Page:https://jackwasey.github.io/icd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to install ICD package

Lilyhappiness opened this issue · comments

commented

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?

commented

You can install it from the archive using

remotes::install_github("jackwasey/icd")

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

g++ -std=gnu++11 -I"C:/PROGRA1/R/R-431.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:/PROGRA1/R/R-431.0/etc/x64/Makeconf:272: RcppExports.o] Error 127
ERROR: compilation failed for package 'icd'

also doesnt work for me