Entering edit mode
18 months ago
Andy
▴
120
Good afternoon,
I meet a problem to install SCP. When I install the required package RcppEigen, I encountered following problem.
Installing RcppEigen ...
Traceback (most recent calls last):
16: renv::install("RcppEigen")
15: renv_install_impl(records)
14: renv_install_staged(records)
13: renv_install_default(records)
12: handler(package, renv_install_package(record))
11: renv_install_package(record)
10: withCallingHandlers(renv_install_package_impl(record), error = function(e) writef("FAILED"))
9: renv_install_package_impl(record)
8: r_cmd_install(package, path)
7: r(args, stdout = TRUE, stderr = TRUE)
6: suppressWarnings(system2(R(), args, ...))
5: withCallingHandlers(expr, warning = function(w) if (inherits(w,
classes)) tryInvokeRestart("muffleWarning"))
4: system2(R(), args, ...)
3: .signalSimpleWarning("running command ''/risapps/rhel7/R/4.2.1/lib64/R/bin/R' --vanilla CMD INSTALL --preclean --no-multiarch --with-keep.source -l '~/scp/SCP_env/renv/staging/1' '~/.cache/R/renv/source/repository/RcppEigen/RcppEigen_0.3.3.9.3.tar.gz' 2>&1' had status 1",
base::quote(system2(R(), args, ...)))
2: withRestarts({
.Internal(.signalCondition(simpleWarning(msg, call), msg,
call))
.Internal(.dfltWarn(msg, call))
}, muffleWarning = function() NULL)
1: makeRestartList(...)
Terminated
I am wondering whoever used SCP before could offer some suggestion for me.
Best Andy
Please use
options(renv.verbose = TRUE)
or useinstall.packages()
so one sees the compilation log. Above message is not helpful for debugging.