tests/testthat/helper-fontconfig.R

# based on: https://github.com/lionel-/vdiffr/blob/master/tests/testthat/helper-fontconfig.R
on_appveyor <- function() {
  identical(Sys.getenv("APPVEYOR"), "True")
}
on_cran <- function() {
  !identical(Sys.getenv("NOT_CRAN"), "true")
}

Try the atlantistools package in your browser

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

atlantistools documentation built on Aug. 16, 2017, 9:05 a.m.