Skip to content

Commit eb8c17c

Browse files
committed
Clarify curl installation status
Fixes #1963
1 parent 6166099 commit eb8c17c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/skip.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#'
2020
#' * `skip_if_offline()` skips if an internet connection is not available
2121
#' (using [curl::nslookup()]) or if the test is run on CRAN. Requires
22-
#' the curl packages to be installed.
22+
#' \{curl\} to be installed and included in the dependencies of your package.
2323
#'
2424
#' * `skip_if_translated("msg")` skips tests if the "msg" is translated.
2525
#'

man/skip.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)