Skip to content

Commit 1764ab0

Browse files
authored
Don't use "internet connection" as the example here (#1729)
Now we have `skip_if_offline()` for that
1 parent 9eb4a92 commit 1764ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/skip.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#' @param host A string with a hostname to lookup
4141
#' @export
4242
#' @examples
43-
#' if (FALSE) skip("No internet connection")
43+
#' if (FALSE) skip("Some Important Requirement is not available")
4444
#'
4545
#' test_that("skip example", {
4646
#' expect_equal(1, 1L) # this expectation runs

man/skip.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)