src/library/pkgdepends/R/install-zip.R

make_unzip_process <- function(zipfile, exdir = ".",
                               post_process = NULL, stdout = "|",
                               stderr = "2>&1", ...) {
  up <- zip::unzip_process()
  up$new(zipfile, exdir = exdir, post_process = post_process,
         stdout = stdout, stderr = stderr, ...)
}
r-lib/pkg documentation built on May 6, 2024, 3:04 p.m.