Skip to content

Commit 42a802a

Browse files
committed
Add missing docs
1 parent 5aaea02 commit 42a802a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

R/skip.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ skip_on_cran <- function() {
181181

182182
#' @export
183183
#' @rdname skip
184+
#' @param on_cran Pretend we're on CRAN (`TRUE`) or not (`FALSE`).
185+
#' @param frame Calling frame to tie change to; expect use only.
184186
local_on_cran <- function(on_cran, frame = caller_env()) {
185187
check_bool(on_cran)
186188
withr::local_envvar(NOT_CRAN = tolower(!on_cran), .local_envir = frame)

man/skip.Rd

Lines changed: 6 additions & 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)