install_environment {vmsae} | R Documentation |
Install python environment.
Description
This function creates the vmsae python environment and installs required packages.
Usage
install_environment(envname = "vmsae", use_gpu = FALSE)
Arguments
envname |
Character. The name of the Python environment to create or update.
Default is |
use_gpu |
Boolean. An indicator for whether to install packages with GPU support.
Default is |
Value
No return value, called for side effects
Examples
## Not run:
library(vmsae)
# this function is time consuming for the first run
install_environment() # Install into default "vmsae" environment
# this step is time consuming for the first run
install_environment("custom") # Install into a custom-named environment
## End(Not run)
[Package vmsae version 0.1.1 Index]