View source: R/python_environment.R
checkGiottoEnvironment | R Documentation |
checkGiottoEnvironment
checkGiottoEnvironment(mini_install_path = NULL, verbose = TRUE)
mini_install_path |
(optional) path to miniconda or conda directory within which the giotto environment lives If not provided, automatically determined by reticulate::miniconda_path() Note the required input format: Correct format –> mini_install_path = "C:/my/conda/lives/here" OR "C:\my\conda\lives\here" INCORRECT formats –> mini_install_path = "C:/my/conda/lives/here/" AND "C:\my\conda\lives\here\" |
verbose |
be verbose |
Checks if a miniconda giotto environment can be found.
Can be installed with installGiottoEnvironment
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.