Learn R Programming

staninside (version 0.0.4)

clear_stan_cache: Clear Stan Cache

Description

This function clears anything that may exist in the Stan Cache. Most Commonly if you are using the CmdStan backend, you'll have items in your cache.

Usage

clear_stan_cache(pkgname)

Value

invisible null

Arguments

pkgname

a string, the name of the package

Warning

This will removed cached models and requires that rappdirs is installed