tools/winlibs.R

# Download GSL 2.7 Rtools build
if (!file.exists("../windows/gsl-2.7/include/gsl/gsl_blas.h")) {
    download.file("https://github.com/rwinlib/gsl/archive/v2.7.zip", "lib.zip", quiet = TRUE)
    dir.create("../windows", showWarnings = FALSE)
    unzip("lib.zip", exdir = "../windows")
    unlink("lib.zip")
}

Try the RcppGSL package in your browser

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

RcppGSL documentation built on Jan. 13, 2023, 1:13 a.m.