powered by
Construct MRAN url if snapshot date provided
construct_mran_url(mran_date = NULL, cran_like_url = NULL)
MRAN snapshot date (e.g. "2019-08-05")
url to CRAN-like repository
CRAN-like url
# NOT RUN { construct_mran_url(mran_date = "2019-08-05") construct_mran_url(cran_like_url = "https://cloud.r-project.org") # }
Run the code above in your browser using DataLab