| expect_autotest_no_err | R Documentation |
Expect autotest_package() to be clear of errors
expect_autotest_no_err(object)
object |
An |
(invisibly) The same object
Other expectations:
expect_autotest_no_testdata(),
expect_autotest_no_warn(),
expect_autotest_notes(),
expect_autotest_testdata()
x <- autotest_package (package = "stats", functions = "cov", test = TRUE)
testthat::expect_failure (expect_autotest_no_err (x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.