Optionally removes the enw_cache_location
environment variable from
the user .Renviron file and/or removes it from the local
environment. If you unset the local cache and want to switch
back to using the persistent cache, you can reload the
.Renviron
file using readRenviron("~/.Renviron")
.
Usage
enw_unset_cache(type = c("session", "persistent", "all"))
See also
Functions used to help convert models into the format required for stan
enw_formula_as_data_list()
,
enw_get_cache()
,
enw_model()
,
enw_pathfinder()
,
enw_priors_as_data_list()
,
enw_replace_priors()
,
enw_sample()
,
enw_set_cache()
,
enw_stan_to_r()
,
remove_profiling()
,
write_stan_files_no_profile()