We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f79d2 commit 74d7b34Copy full SHA for 74d7b34
tests/testthat/test-cache-with-r-cache.R
@@ -2,12 +2,10 @@
2
capture.output(test_that("No warnings are issued when R.cache is installed", {
3
skip_if_not_installed("R.cache")
4
on.exit(clear_testthat_cache())
5
- expect_silent(assert_R.cache_installation(installation_only = TRUE))
6
expect_silent(assert_R.cache_installation())
7
expect_warning(style_text("1+1"), NA)
8
expect_warning(activate_testthat_cache(), NA)
9
10
11
12
}))
13
0 commit comments