tools/winlibs.R

if (!file.exists("../windows/rwinlib-elbird-0.11.2/include/kiwi/capi.h")) {

  if (getRversion() < "3.3.0") setInternet2()
  download.file("https://github.com/mrchypark/rwinlib-elbird/archive/refs/tags/v0.11.2.zip", destfile = "kiwi-release.zip", quiet = TRUE)
  dir.create("../windows", showWarnings = FALSE)
  unzip("kiwi-release.zip", exdir = "../windows")
  unlink("kiwi-release.zip")

}

Try the elbird package in your browser

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

elbird documentation built on Aug. 12, 2022, 5:08 p.m.