tests/run.R

if (require('RUnit')) {
  library(lisp)
  results <- runTestSuite(defineTestSuite('lisp',
                                          'lisp',
                                          testFileRegexp='^.+\\.[rR]'))
  printTextProtocol(results)
  errors <- getErrors(results)
  if (errors$nErr || errors$nFail)
    stop('Unit testing failed (vide supra).')
}

Try the lisp package in your browser

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

lisp documentation built on May 2, 2019, 4:45 p.m.