tools/get_h5_api_cflags.R

if (pkgbuild::has_rtools()) {
  ver<-pkgbuild::rtools_needed()
  CFLAGS<-""
  if (ver != "Rtools 4.0") {
    CFLAGS<-"-DH5_USE_110_API"
  }
  cat(CFLAGS)
  quit("no", status=0)
}
quit("no", status=127)

Try the vol2birdR package in your browser

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

vol2birdR documentation built on May 31, 2023, 6 p.m.