tools/winlibs.R

# Download GSL for Windows
if(!file.exists("../windows/gsl-2.4/include/gsl/gsl_blas.h")){
  download.file("https://github.com/rwinlib/gsl/archive/v2.4.zip", "lib.zip", quiet = TRUE)
  dir.create("../windows", showWarnings = FALSE)
  unzip("lib.zip", exdir = "../windows")
  unlink("lib.zip")
}
certifiedwaif/blma documentation built on July 8, 2023, 10:29 p.m.