localize_report_tgz.Rd
This function is used to pull down a report.tgz file from Bioconductor and save it locally. The file is saved with a name that is the md5sum of the file, and the file is saved to the `local_dir`.
localize_report_tgz(url, local_dir = tempdir())
character(1) The URL of the report.tgz file
character(1) The directory to which the report.tgz file will be copied (default: tempdir())
A character(1) with the path to the localized report.tgz file.
localize_report_tgz("https://bioconductor.org/checkResults/3.14/bioc-LATEST/report.tgz")
#> [1] "/var/folders/s3/5l6g4_rj4q9923t7hw7k2lpr0000gq/T//Rtmp80R4Fb/b0e50af261966e090388524f021bb139-report.tgz"