tools/get_hdf5_libraries.R

if (pkgbuild::has_rtools()) {
  ver<-pkgbuild::rtools_needed()
  LIBS<-"-lhdf5 -lwsock32 -lz -lsz -lm -ldl -lws2_32"
  if (ver == "Rtools 4.0") {
    LIBS<-"-lhdf5 -lz"
  }
  cat(LIBS)
  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.