eitsupi commented on code in PR #13878:
URL: https://github.com/apache/arrow/pull/13878#discussion_r951970504


##########
r/R/type.R:
##########
@@ -56,7 +56,9 @@ DataType$import_from_c <- ImportType
 INTEGER_TYPES <- as.character(outer(c("uint", "int"), c(8, 16, 32, 64), 
paste0))
 FLOAT_TYPES <- c("float16", "float32", "float64", "halffloat", "float", 
"double")
 
-#' Infer the arrow Array type from an R object
+#' Infer Arrow type
+#'
+#' Infer the Arrow Array type from an R object.

Review Comment:
   The L59 is treated as title in the Rd file.
   The L61 is treated as description in the Rd file.
   I thought that the title and description should be set separately, even if 
the content is similar.
   
   I made the change in e7a375d95b5d3620ebdcef3c84111bcb9e3dfc67 because the 
roxygen2 tags can be used to clarify these intentions (this change does not 
affect the Rd file)



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