nealrichardson commented on a change in pull request #10757:
URL: https://github.com/apache/arrow/pull/10757#discussion_r673410017
##########
File path: r/R/dataset-format.R
##########
@@ -53,7 +53,7 @@
#' It returns the appropriate subclass of `FileFormat` (e.g.
`ParquetFileFormat`)
#' @rdname FileFormat
#' @name FileFormat
-#' @examplesIf arrow_with_dataset()
+#' @examplesIf arrow_with_dataset() && tolower(Sys.info()[["sysname"]]) ==
"windows"
Review comment:
Oops, this is run-if, not skip-if
```suggestion
#' @examplesIf arrow_with_dataset() && tolower(Sys.info()[["sysname"]]) !=
"windows"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]