tests/testthat.R

library(testthat)

std_getwd <- function() 
{
  pwd <- getwd()
  # Enforce upper case Windows drive letters
  substring(pwd, 1, 1) <- toupper(substring(pwd, 1, 1))
  pwd
}

test_check("pathological")
richierocks/pathological documentation built on May 27, 2019, 8:47 a.m.