tools/winlibs.R

if(!file.exists("../windows/gsl-master/include/gsl/gsl_version.h")){
  if(getRversion() < "3.3.0") setInternet2()
  download.file("https://github.com/rwinlib/gsl/archive/master.zip", "lib.zip", quiet = TRUE)
  dir.create("../windows", showWarnings = FALSE)
  unzip("lib.zip", exdir = "../windows")
  unlink("lib.zip")
}

Try the flowPeaks package in your browser

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

flowPeaks documentation built on Nov. 8, 2020, 5:02 p.m.