tests/testthat/helper.R

skip_if_no_mbpwd <- function() {
  if (!identical(Sys.getenv("MBPWD"), "")) {
    return(invisible(TRUE))
  }

  skip("No env variable MBPWD")
}

Try the move2 package in your browser

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

move2 documentation built on April 4, 2025, 12:24 a.m.