NEWS.md
Core exported functions:
setup_py_env: Set up a python environment with required packagesget_conda_paths: Search for conda 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: Import main module and default functionspython_is_installed: Check that python is installedshutdown_virtual_env: Shut down virtual environmentExamples:
pythonR_examples: Environment containing pythonR example functionsget_py_example: Retrieve example function from pythonR_examples