View source: R/gha_python_versions.R
gha_python_versions | R Documentation |
Retrieve all python versions available for GitHub Actions runners.
gha_python_versions(
python_version = NULL,
versions_explicit = TRUE,
cache_dir = tools::R_user_dir(package = "rworkflows", which = "cache"),
verbose = TRUE
)
python_version |
Which python version to use on each OS
(e.g. "3.10", "3.7.5", or "3.x").
( |
versions_explicit |
Specify R/Bioc versions explicitly
(e.g. |
verbose |
Print messages. |
Yaml with info for all versions of python, or a character string of one or more versions of python.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.