sessioncheck 0.1.1

Bug fixes

Testing

Documentation

sessioncheck 0.1.0

Initial CRAN release. The package provides tools for checking whether an R session is in a clean state. The main user-facing functions are:

All check functions accept an action argument ("warn", "error", "message", or "none") and return an invisible sessioncheck_status object. Default behavior and allowlists can be configured project-wide via options(sessioncheck = list(...)).