if (FALSE) {
# Track currently active conda environment
track_conda_env(output_file = tempfile(fileext = ".yml"),
registry_file = tempfile(fileext = ".json"))
# Track specific environment
track_conda_env(env_name = "bioinfo_env",
output_file = tempfile(fileext = ".yml"),
registry_file = tempfile(fileext = ".json"))
# Use mamba instead
track_conda_env(use_mamba = TRUE,
output_file = tempfile(fileext = ".yml"),
registry_file = tempfile(fileext = ".json"))
}
Run the code above in your browser using DataLab