You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/20 19:17:59 UTC

[GitHub] [arrow] nealrichardson commented on a change in pull request #10757: ARROW-13386: [R][C++] CSV streaming changes break Rtools 35 32-bit build

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org