This function will automatically download a Python miniconda distribution dedicated to an R-Python interface. It will also create a slendr-specific Python environment with all the required Python dependencies.
setup_env(quiet = FALSE, agree = FALSE, pip = FALSE)
No return value, called for side effects
Should informative messages be printed to the console? Default
is FALSE
.
Automatically agree to all questions?
Should pip be used instead of conda for installing slendr's Python dependencies?