Assert that the given Python packages are available.
Arguments
- packages
(
character())
Python packages to check.- python_version
(
character(1))
Python version to use. IfNULL, the default Python version is used.
Value
(character())
Invisibly returns the input packages vector if all requested Python packages are available; otherwise throws an error listing the missing packages.