You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2022/08/09 12:26:44 UTC

[arrow] branch remove-duplicated-heading created (now 13c9e401b1)

This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a change to branch remove-duplicated-heading
in repository https://gitbox.apache.org/repos/asf/arrow.git


      at 13c9e401b1 Remove duplicated heading

This branch includes the following new commits:

     new 13c9e401b1 Remove duplicated heading

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow] 01/01: Remove duplicated heading

Posted by th...@apache.org.
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 <th...@gmail.com>
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