if (FALSE) {
library(cmdstanr)
library(gptoolsStan)
# Compile the model with paths set up to include 'Stan' sources from 'gptoolsStan'.
model <- cmdstan_model(
stan_file = "/path/to/your/model.stan",
include_paths = gptools_include_path(),
)
}
Run the code above in your browser using DataLab