tests/testthat/bad4/R/package.R

foobar <- function(argument) {
  argument
}

#' foobar2
#' @export
#' @examples
#' foobar2()

foobar2 <- function() {
  outfile <- Sys.getenv("RCMDCHECK_OUTPUT", "")
  if (nzchar(outfile)) {
    cat(Sys.getpid(), sep = "\n", file = outfile)
  }
}

foobar2()

while (TRUE) Sys.sleep(1000)

Try the rcmdcheck package in your browser

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

rcmdcheck documentation built on Sept. 27, 2021, 5:13 p.m.