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/10 08:35:20 UTC

[arrow] branch master updated: MINOR: [R] Remove duplicated heading

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

thisisnic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 74f221c925 MINOR: [R] Remove duplicated heading
74f221c925 is described below

commit 74f221c925688a1fab05c0394818256d816ccfc1
Author: Nic Crane <th...@gmail.com>
AuthorDate: Wed Aug 10 09:35:07 2022 +0100

    MINOR: [R] Remove duplicated heading
    
    Closes #13824 from thisisnic/type
    
    Authored-by: Nic Crane <th...@gmail.com>
    Signed-off-by: Nic Crane <th...@gmail.com>
---
 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