nealrichardson commented on a change in pull request #11324:
URL: https://github.com/apache/arrow/pull/11324#discussion_r727352871



##########
File path: r/R/field.R
##########
@@ -54,11 +54,11 @@ Field <- R6Class("Field",
     }
   )
 )
-Field$create <- function(name, type, metadata) {
+Field$create <- function(name, type, metadata, nullable = TRUE) {

Review comment:
       Judging from the PR diff, it looks like you need to upgrade roxygen2 to 
the latest version (which adds the `@examplesIf` tag) and then re-render the 
docs.




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


Reply via email to