Skip to contents

Check the asleep Python Module

Usage

have_asleep()

asleep_check(...)

asleep_version(...)

Arguments

...

additional arguments to pass to reticulate::py_list_packages

Value

A logical value indicating whether the asleep Python module is available.

Examples

# \donttest{
  if (have_asleep()) {
     asleep_version()
  }
#> [1] "0.5.0"
# }