Description Options Author(s) Examples
Factors have driven people to extreme measures, like ordering custom conference ribbons and laptop stickers to express how HELLNO we feel about stringsAsFactors. And yet, sometimes you need them. Can they be made less maddening? Let's find out.
testthat.use_colours
: Should the output be coloured? (Default: TRUE
).
testthat.summary.max_reports
: The maximum number of detailed test
reports printed for the summary reporter (default: 10).
testthat.summary.omit_dots
: Omit progress dots in the summary reporter
(default: FALSE
).
Maintainer: Chris Zheng chriszheng@vip.sina.com.cn (ORCID)
1 2 3 4 5 6 7 | ## Not run:
library(testthat)
a <- 9
expect_that(a, is_less_than(10))
expect_lt(a, 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.