if (FALSE) {
# install with pip (with reticulate)
gd_install()
# use virtual environment with default name "r-rgeedim"
gd_install(method = "virtualenv")
# use "conda" environment named "foo"
gd_install(method = "conda", envname = "foo")
# install with pip (system() call)
gd_install(system = TRUE)
}
Run the code above in your browser using DataLab