Operating System: Windows 10
Interface Version: R interface (Rstudio)
Compiler/Toolkit:
I got this error message
Error in compileCode(f, code, language = language, verbose = verbose) :
Compilation ERROR, function(s)/method(s) not created! Error in .shlib_internal(commandArgs(TRUE)) :
C++14 standard requested but CXX14 is not defined
Calls: -> .shlib_internal
Execution halted
In addition: Warning message:
In system(cmd, intern = !verbose) :
running command ‘C:/PROGRA~1/R/R-36~1.0/bin/x64/R CMD SHLIB file174c610a1102.cpp 2> file174c610a1102.cpp.err.txt’ had status 1
Error in sink(type = “output”) : invalid connection
Can anyone please help me how to fix this?
I followed all the instruction (https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started), but still does’nt work.