Core exported functions:
setup_py_env
: Set up a python environment with required packagesget_conda_paths
: Search forconda
installationsinstall_py_pkgs
: Install python packages to a python environmentcheck_py_pkgs_installed
: Helper function for ensuring required python packages are installedimport_py_pkgs
: Import installed python packages into the python environmentimport_main_py
: Importmain
module and default functionspython_is_installed
: Check that python is installedshutdown_virtual_env
: Shut down virtual environment
Examples:
pythonR_examples
: Environment containing pythonR example functionsget_py_example
: Retrieve example function frompythonR_examples