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/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new afad3ad8 docs(r/sedonadb): Minor fix to remove an unintentional 
cross-ref (#390)
afad3ad8 is described below

commit afad3ad8729d7492db924451b9be500196b87af1
Author: Hiroaki Yutani <[email protected]>
AuthorDate: Sun Nov 30 13:08:17 2025 +0900

    docs(r/sedonadb): Minor fix to remove an unintentional cross-ref (#390)
---
 r/sedonadb/DESCRIPTION             | 2 +-
 r/sedonadb/R/dataframe.R           | 2 +-
 r/sedonadb/man/sd_write_parquet.Rd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/r/sedonadb/DESCRIPTION b/r/sedonadb/DESCRIPTION
index ca1ce031..e7b68e5f 100644
--- a/r/sedonadb/DESCRIPTION
+++ b/r/sedonadb/DESCRIPTION
@@ -8,7 +8,7 @@ Description: Provides bindings for Apache SedonaDB, a 
lightweight
 License: Apache License (>= 2)
 Encoding: UTF-8
 Roxygen: list(markdown = TRUE)
-RoxygenNote: 7.3.2
+RoxygenNote: 7.3.3
 SystemRequirements: Cargo (Rust's package manager), rustc
 Depends: R (>= 4.1.0)
 Suggests:
diff --git a/r/sedonadb/R/dataframe.R b/r/sedonadb/R/dataframe.R
index 4dabad55..deb2e976 100644
--- a/r/sedonadb/R/dataframe.R
+++ b/r/sedonadb/R/dataframe.R
@@ -214,7 +214,7 @@ sd_preview <- function(.data, n = NULL, ascii = NULL, width 
= NULL) {
 #'   for every geometry column in the output: some readers can use these 
columns
 #'   to prune row groups when files contain an effective spatial ordering.
 #'   The extra columns will appear just before their geometry column and
-#'   will be named "[geom_col_name]_bbox" for all geometry columns except
+#'   will be named "\[geom_col_name\]_bbox" for all geometry columns except
 #'   "geometry", whose bounding box column name is just "bbox"
 #' @param overwrite_bbox_columns Use TRUE to overwrite any bounding box columns
 #'   that already exist in the input. This is useful in a read -> modify
diff --git a/r/sedonadb/man/sd_write_parquet.Rd 
b/r/sedonadb/man/sd_write_parquet.Rd
index 11f59a84..afd48384 100644
--- a/r/sedonadb/man/sd_write_parquet.Rd
+++ b/r/sedonadb/man/sd_write_parquet.Rd
@@ -38,7 +38,7 @@ Use "1.1" to compute an additional bounding box column
 for every geometry column in the output: some readers can use these columns
 to prune row groups when files contain an effective spatial ordering.
 The extra columns will appear just before their geometry column and
-will be named "\link{geom_col_name}_bbox" for all geometry columns except
+will be named "[geom_col_name]_bbox" for all geometry columns except
 "geometry", whose bounding box column name is just "bbox"}
 
 \item{overwrite_bbox_columns}{Use TRUE to overwrite any bounding box columns

Reply via email to