Hi,
I am having a weird problem with brms. My models don’t seem to run, and I get the error:
running command ''/Library/Frameworks/R.framework/Resources/bin/R' CMD config CXX14 2>/dev/null' had status 72
I recently updated OSX to Mojave. I received the same error in brms 2.6.0 and the dev version 2.6.1
Does it look like something on my end or the brms end? Thanks!
Jon
sample Model:
o_test <- brm(
state ~ pheno, data = data,
family = cumulative(),
iter = 5000
)
Data is attached as csv
Here is the traceback
Error in if (nchar(CXX) == 0) { : argument is of length zero
11.
(function (file, model_name = "anon_model", model_code = "", stanc_ret = NULL, boost_lib = NULL, eigen_lib = NULL, save_dso = TRUE, verbose = FALSE, auto_write = rstan_options("auto_write"), obfuscate_model_name = TRUE, allow_undefined = FALSE, includes = NULL) ...
10.
do.call(rstan::stan_model, stan_model_args)
9.
eval(expr, envir)
8.
eval(expr, envir)
7.
eval(expr, pf)
6.
eval(expr, pf)
5.
withVisible(eval(expr, pf))
4.
evalVis(expr)
3.
utils::capture.output(out <- eval(expr, envir), type = type, ...)
2.
eval_silent(do.call(rstan::stan_model, stan_model_args), silent = silence_stan_model, type = "message")
1.
brm(state ~ pheno, data = data2, family = cumulative(), iter = 5000)
Please also provide the following information in addition to your question:
- Operating System:OSX Mojave 10.14
- brms Version: 2.6.1ordinal_test.csv (3.1 KB)