From bde3ad37054bc593be8295f6d81860905102d06b Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Mon, 24 Jul 2023 10:21:58 -0300 Subject: [PATCH] fix arrow docs link --- 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 e9e5f6fcc..5347dc9e6 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 fccf5cc76..eba88d60b 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{