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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]