if (is_on_ci()) {
check_empty_beautier_folder()
# TRUE
is_nested_sampling_mcmc(create_ns_mcmc())
# FALSE
is_nested_sampling_mcmc(create_mcmc())
is_nested_sampling_mcmc("nonsense")
check_empty_beautier_folder()
}
Run the code above in your browser using DataLab