Thanks to visit codestin.com Credit goes to github.com
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 f4e02ca commit 0d3eca4Copy full SHA for 0d3eca4
tests/testthat/helper-bs4_book.R
@@ -1,8 +1,6 @@
1
-# TODO: Replace if helper in testthat gets vectorised
2
-# https://github.com/r-lib/testthat/issues/1398
3
skip_if_bs4_book_deps_missing <- function() {
4
- check <- vapply(bs4_book_deps(), skip_if_not_installed, logical(1L), USE.NAMES = FALSE)
5
- invisible(check)
+ lapply(bs4_book_deps(), skip_if_not_installed)
+ invisible(TRUE)
6
}
7
8
local_bs4_book <- function(name = "book",
0 commit comments