tools/getzipexe.R

if(getRversion() < "3.3.0") setInternet2()

if (!file.exists("../tools/zip.exe")) {
  download.file(
    "https://github.com/rwinlib/zip/blob/master/zip.exe?raw=true",
    "../tools/zip.exe",
    quiet = TRUE,
    mode = "wb"
  )
}

file.copy("../tools/zip.exe", "tools/zip.exe")

Try the zip package in your browser

Any scripts or data that you put into this service are public.

zip documentation built on April 17, 2023, 5:08 p.m.