Skip to content

Commit 222ddcd

Browse files
authored
is_false() follow up (#2127)
* Drop link * Drop namespaced `rlang::is_false()`
1 parent 56707a8 commit 222ddcd

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

β€ŽR/expect-constant.Rβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#'
88
#' Attributes are ignored.
99
#'
10-
#' @seealso [is_false()] for complement
1110
#' @inheritParams expect_that
1211
#' @family expectations
1312
#' @examples

β€ŽR/reporter-debug.Rβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ recover2 <- function(start_frame = 1L, end_frame = sys.nframe()) {
5959

6060
calls <- calls[start_frame:from]
6161

62-
if (rlang::is_false(peek_option("testthat_format_srcrefs"))) {
62+
if (is_false(peek_option("testthat_format_srcrefs"))) {
6363
calls <- lapply(calls, zap_srcref)
6464
}
6565
calls <- utils::limitedLabels(calls)

β€Žman/logical-expectations.Rdβ€Ž

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)