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