You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2022/08/23 14:01:07 UTC

[arrow] branch master updated: MINOR: [R][Docs] Fix the Rd file of `infer_type` (#13878)

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

jonkeane 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 78d586a458 MINOR: [R][Docs] Fix the Rd file of `infer_type` (#13878)
78d586a458 is described below

commit 78d586a45852b69c40b88a43d86a1c90efdf1e0d
Author: eitsupi <50...@users.noreply.github.com>
AuthorDate: Tue Aug 23 23:00:56 2022 +0900

    MINOR: [R][Docs] Fix the Rd file of `infer_type` (#13878)
    
    Authored-by: SHIMA Tatsuya <ts...@gmail.com>
    Signed-off-by: Jonathan Keane <jk...@gmail.com>
---
 r/man/infer_type.Rd | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/r/man/infer_type.Rd b/r/man/infer_type.Rd
index e340afa915..1bba272556 100644
--- a/r/man/infer_type.Rd
+++ b/r/man/infer_type.Rd
@@ -19,9 +19,6 @@ type(x)
 An arrow \link[=data-type]{data type}
 }
 \description{
-Infer the arrow Array type from an R object.
-}
-\details{
 \code{\link[=type]{type()}} is deprecated in favor of \code{\link[=infer_type]{infer_type()}}.
 }
 \examples{