Skip to content

Commit

Permalink
Use examplesIf and bump roxygen version to one that supports this
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed May 21, 2021
1 parent c555711 commit dba75b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Imports:
utils,
vctrs
Roxygen: list(markdown = TRUE, r6 = FALSE, load = "source")
RoxygenNote: 7.1.1
RoxygenNote: 7.1.1.9001
VignetteBuilder: knitr
Suggests:
decor,
Expand Down
2 changes: 1 addition & 1 deletion r/R/dataset-format.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#' It returns the appropriate subclass of `FileFormat` (e.g. `ParquetFileFormat`)
#' @rdname FileFormat
#' @name FileFormat
#' @examples
#' @examplesIf arrow_available()
#' ## Semi-colon delimited files
#' # Set up directory for examples
#' tf <- tempfile()
Expand Down
13 changes: 0 additions & 13 deletions r/man/FileFormat.Rd

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

0 comments on commit dba75b1

Please sign in to comment.