data.table::setDTthreads(1) # For CRAN
if (FALSE) {
# re-estimate the example fit without thinning:
# As the model is compiled on Windows, this will fail on other platforms
if (identical(.Platform$OS.type, "windows")) {
fit <- update(gaussian_example_fit, thin = 1)
}
}
Run the code above in your browser using DataLab