if (FALSE) {
# Check which LTO version is active:
which_lto()
# Print summary info about active LTO version to console:
print_lto()
# Print summary of existing LTO versions:
fetch_lto_version_tags()
# Store LTO version tags as a character vector:
lto_version_tags <- fetch_lto_version_tags()
lto_version_tags
# Configure the latest LTO version, only if it is not already setup:
configure_lto(version = "latest")
# Reconfigure the latest LTO version from scratch:
configure_lto(version = "latest", overwrite_json = TRUE, overwrite_rds = TRUE)
# Change to latest LTO version:
set_lto(version = "latest")
}
Run the code above in your browser using DataLab