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

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 31ed814  fix(r): Don't link to arrow package R6 class pages (#269)
31ed814 is described below

commit 31ed814c41e6bdae6b021f87a071bb54f88bce9d
Author: Dewey Dunnington <[email protected]>
AuthorDate: Mon Jul 24 11:38:37 2023 -0300

    fix(r): Don't link to arrow package R6 class pages (#269)
    
    These pages were renamed as part of the 13.0.0 release and will cause
    submission problems for arrow's reverse dependency checks (since the
    page removal causes the CMD check to fail).
---
 r/R/array.R                 | 4 ++--
 r/man/as_nanoarrow_array.Rd | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/r/R/array.R b/r/R/array.R
index e9e5f6f..5347dc9 100644
--- a/r/R/array.R
+++ b/r/R/array.R
@@ -20,8 +20,8 @@
 #' In nanoarrow an 'array' refers to the `struct ArrowArray` definition
 #' in the Arrow C data interface. At the R level, we attach a
 #' [schema][as_nanoarrow_schema] such that functionally the nanoarrow_array
-#' class can be used in a similar way as an [arrow::Array]. Note that in
-#' nanoarrow an [arrow::RecordBatch] and a non-nullable [arrow::StructArray]
+#' class can be used in a similar way as an `arrow::Array`. Note that in
+#' nanoarrow an `arrow::RecordBatch` and a non-nullable `arrow::StructArray`
 #' are represented identically.
 #'
 #' @param x An object to convert to a array
diff --git a/r/man/as_nanoarrow_array.Rd b/r/man/as_nanoarrow_array.Rd
index fccf5cc..eba88d6 100644
--- a/r/man/as_nanoarrow_array.Rd
+++ b/r/man/as_nanoarrow_array.Rd
@@ -21,8 +21,8 @@ An object of class 'nanoarrow_array'
 In nanoarrow an 'array' refers to the \verb{struct ArrowArray} definition
 in the Arrow C data interface. At the R level, we attach a
 \link[=as_nanoarrow_schema]{schema} such that functionally the nanoarrow_array
-class can be used in a similar way as an \link[arrow:array]{arrow::Array}. 
Note that in
-nanoarrow an \link[arrow:RecordBatch]{arrow::RecordBatch} and a non-nullable 
\link[arrow:array]{arrow::StructArray}
+class can be used in a similar way as an \code{arrow::Array}. Note that in
+nanoarrow an \code{arrow::RecordBatch} and a non-nullable 
\code{arrow::StructArray}
 are represented identically.
 }
 \examples{

Reply via email to