Skip to content

Commit

Permalink
fix(r): Don't link to arrow package R6 class pages (#269)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
paleolimbot authored Jul 24, 2023
1 parent cb7b46e commit 31ed814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions r/R/array.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions r/man/as_nanoarrow_array.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 31ed814

Please sign in to comment.