R/setup-python-pkgs.R
check_py_pkgs_installed.Rd
Helper function for ensuring required python packages are installed
check_py_pkgs_installed(py_pkgs, path = get_py_path(), warn = FALSE)
vector of python packages to check that are installed.
The path from which the module should be imported.
Logical (TRUE
/FALSE
). If TRUE
, warn instead of throwing an error.