Skip to content

Commit

Permalink
don't run examples that require runwithcapturedr
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Jul 30, 2022
1 parent 0e7fdbd commit b72ac2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r/R/compute.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ cast_options <- function(safe = TRUE, ...) {
#' @return `NULL`, invisibly
#' @export
#'
#' @examplesIf arrow_with_dataset()
#' @examplesIf FALSE && arrow_with_dataset()
#' library(dplyr, warn.conflicts = FALSE)
#'
#' some_model <- lm(mpg ~ disp + cyl, data = mtcars)
Expand Down
2 changes: 1 addition & 1 deletion r/man/register_scalar_function.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b72ac2c

Please sign in to comment.