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 <[email protected]>
AuthorDate: Tue Aug 23 23:00:56 2022 +0900
MINOR: [R][Docs] Fix the Rd file of `infer_type` (#13878)
Authored-by: SHIMA Tatsuya <[email protected]>
Signed-off-by: Jonathan Keane <[email protected]>
---
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{