command is from the vignette:
FUNCTION_EFFECTS <- est(FUNCTIONS, level=3, iters=300, chains=2, cores=2, return_summary=TRUE, prior=c('normal','normal','normal'))
The command is returning this:
Error in compileCode(f, code, language = language, verbose = verbose) :
Compilation ERROR, function(s)/method(s) not created! Warning message:
running command 'make -f "C:/PROGRA~1/R/R-34~1.0/etc/x64/Makeconf" -f "C:/PROGRA~1/R/R-34~1.0/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="file31705bd04747.dll" WIN=64 TCLBIN=64 OBJECTS="file31705bd04747.o"' had status 127
In addition: Warning message:
running command 'C:/PROGRA~1/R/R-34~1.0/bin/x64/R CMD SHLIB file31705bd04747.cpp 2> file31705bd04747.cpp.err.txt' had status 1
My (off the cuff) guess is that there's something that is trying to compile inside of a library directory, and those are owned by Admin.
command is from the vignette: FUNCTION_EFFECTS <- est(FUNCTIONS, level=3, iters=300, chains=2, cores=2, return_summary=TRUE, prior=c('normal','normal','normal'))
The command is returning this:
Error in compileCode(f, code, language = language, verbose = verbose) : Compilation ERROR, function(s)/method(s) not created! Warning message: running command 'make -f "C:/PROGRA~1/R/R-34~1.0/etc/x64/Makeconf" -f "C:/PROGRA~1/R/R-34~1.0/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="file31705bd04747.dll" WIN=64 TCLBIN=64 OBJECTS="file31705bd04747.o"' had status 127 In addition: Warning message: running command 'C:/PROGRA~1/R/R-34~1.0/bin/x64/R CMD SHLIB file31705bd04747.cpp 2> file31705bd04747.cpp.err.txt' had status 1
My (off the cuff) guess is that there's something that is trying to compile inside of a library directory, and those are owned by Admin.