asleep
R/install_asleep.R
asleep_setup.Rd
Check the asleep Python Module
have_asleep() asleep_check(...) asleep_version(...)
additional arguments to pass to reticulate::py_list_packages
A logical value indicating whether the asleep Python module is available.
# \donttest{ if (have_asleep()) { asleep_version() } #> [1] "0.5.0" # }