tests/run.R

library(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 1, 2019, 8:46 p.m.