I want to install semPlot packages in R

79 Views Asked by At

if i do install.packages("semPlot") in R,

"C:/rtools40/mingw32/bin/"g++ -std=gnu++11 -I"C:/PROGRA~1/R/R-41~1.0/include" -DNDEBUG -I. -Iicu69/ -Iicu69/unicode -Iicu69/common -Iicu69/i18n -DU_STRINGI_PATCHES -DUCONFIG_USE_LOCAL -DU_STATIC_IMPLEMENTATION -DU_COMMON_IMPLEMENTATION -DU_I18N_IMPLEMENTATION -DU_TOOLUTIL_IMPLEMENTATION -UDEBUG -DNDEBUG -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DU_USE_STRTOD_L=0 -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c stri_exception.cpp -o stri_exception.o

is repeating because of the stringi packages in semPlot packages. how can i solve this problem?

0

There are 0 best solutions below