This is an automated email from the ASF dual-hosted git repository. thisisnic pushed a commit to branch remove-duplicated-heading in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 13c9e401b1006bc246210b9c301f1fb93cb901b6 Author: Nic Crane <[email protected]> AuthorDate: Tue Aug 9 13:26:37 2022 +0100 Remove duplicated heading --- r/R/type.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/r/R/type.R b/r/R/type.R index 0ec62eed83..d4d7d52ad5 100644 --- a/r/R/type.R +++ b/r/R/type.R @@ -58,8 +58,6 @@ FLOAT_TYPES <- c("float16", "float32", "float64", "halffloat", "float", "double" #' Infer the arrow Array type from an R object #' -#' Infer the arrow Array type from an R object. -#' #' [type()] is deprecated in favor of [infer_type()]. #' #' @param x an R object (usually a vector) to be converted to an [Array] or
