Skip to contents

This function will check for:

  • Packages that might not be installed by default: qs, clustermq, future, future.callr (if the system doesn't support forking/multicore), SC3 (if it is not installed from <github.com/gorgitko/SC3>)

  • If pandoc is available.

  • If yq is available.

Usage

check_scdrake(verbose = TRUE)

Arguments

verbose

A logical scalar: if TRUE, be verbose.

Value

Invisibly TRUE if all checks return TRUE, FALSE otherwise.