Skip to contents

Check a sessions loaded packages against the validated packages list

Usage

check_session(attached_only = TRUE, approved_only = TRUE)

# S3 method for class 'sctovalidity'
print(x, ...)

Arguments

attached_only

logical, should all loaded packages be shown (FALSE; default), or only those that are attached (TRUE)

approved_only

logical, should only validated (approved) packages be shown (TRUE; default), or also those awaiting approval (FALSE)

x

output from check_session

...

options passed to methods

Examples

if (FALSE) { # \dontrun{
check_session()
} # }