check_env: Check that the active Python environment is setup for slendr
Description
This function inspects the Python environment which has been activated by the
reticulate package and prints the versions of all slendr Python dependencies
to the console.
Usage
check_env(verbose = TRUE)
Value
Either TRUE (slendr Python environment is present) or FALSE
(slendr Python environment is not present).
Arguments
verbose
Should a log message be printed? If FALSE, only a logical
value is returned (invisibly).