use_mran_snapshot: Utilities for working with MRAN snapshots
Description
These functions are for working with the MRAN checkpoint server. use_mran_snapshot updates the CRAN mirror for your R session to point to an MRAN snapshot, using options(repos). list_mran_snapshots returns the dates for which an MRAN snapshot exists.
# NOT RUN {list_mran_snapshots()
use_mran_snapshot("2020-01-01")
# validate=TRUE will detect an invalid snapshot dateuse_mran_snapshot("1970-01-01", validate=TRUE)
# }