View source: R/cleanup_utils.R
| te_cleanup_default_venv | R Documentation |
Removes the default 'reticulate' virtual environment at '~/.virtualenvs/r-reticulate' to avoid conflicts with uv-managed environments used by transforEmotion. This is optional and only needed if you want to ensure uv's environment is preferred.
te_cleanup_default_venv(confirm = TRUE)
confirm |
Logical. Ask for confirmation before removal. Default TRUE. |
Invisibly returns TRUE on success, FALSE otherwise.
## Not run:
te_cleanup_default_venv()
te_cleanup_default_venv(confirm = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.