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 2022/03/20 10:15:41 UTC

[GitHub] [arrow] eitsupi commented on a change in pull request #12546: ARROW-15814: [R][DOCS] Improve documentation for cast()

eitsupi commented on a change in pull request #12546:
URL: https://github.com/apache/arrow/pull/12546#discussion_r830592186



##########
File path: r/R/type.R
##########
@@ -320,11 +320,27 @@ NestedType <- R6Class("NestedType", inherit = DataType)
 #' @return An Arrow type object inheriting from DataType.
 #' @export
 #' @seealso [dictionary()] for creating a dictionary (factor-like) type.
-#' @examplesIf arrow_available()
+#' @examplesIf arrow_available() && arrow_with_dataset()

Review comment:
       I am wondering if it is sufficient to just remove this condition in the first place since #12533 was merged.




-- 
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