Hi, I am trying to install the bayesmodels package with devtools::install_github("AlbertoAlmuinha/bayesmodels")
I get the following error:
Error: package or namespace load failed for ‘bayesmodels’:
.onLoad failed in loadNamespace() for 'bayesmodels', details:
call: check_mode_for_new_engine(model, eng, mode)
error: 'regression' is not a known mode for model gen_additive_reg().
Error: loading failed
Execution halted
It seems that the parsnip defined modes are not properly passed during the installation.
Any idea how to fix that?
Session info:
R version 4.2.0 (2022-04-22)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Monterey 12.2.1
Hi, I am trying to install the bayesmodels package with
devtools::install_github("AlbertoAlmuinha/bayesmodels")
I get the following error:
It seems that the parsnip defined modes are not properly passed during the installation.
Any idea how to fix that?
Session info: