tools/winlibs.R

VERSION <- commandArgs(TRUE)
if(!file.exists(sprintf("../windows/harfbuzz-%s/include/png.h", VERSION))){
  if(getRversion() < "3.3.0") setInternet2()
  download.file(sprintf("https://github.com/rwinlib/harfbuzz/archive/v%s.zip", VERSION), "lib.zip", quiet = TRUE)
  dir.create("../windows", showWarnings = FALSE)
  unzip("lib.zip", exdir = "../windows")
  unlink("lib.zip")
}

Try the svglite package in your browser

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

svglite documentation built on Oct. 11, 2023, 9:06 a.m.