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-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 1c42e7986 docs(r): fix some pkgdown website linking issues (#2154)
1c42e7986 is described below
commit 1c42e7986229acbb26b0c8d2a0e0e0769a7bb966
Author: eitsupi <[email protected]>
AuthorDate: Thu Sep 12 00:04:03 2024 +0900
docs(r): fix some pkgdown website linking issues (#2154)
- Fix base URL of each sites. Due to the base URLs, the site search does
not appear to be working.
For example, I searched "adbc" in
<https://arrow.apache.org/adbc/current/r/adbcdrivermanager/index.html>
returns
<https://arrow.apache.org/reference/adbc_driver_log.html?q=adbc#ref-usage>
(On a related note, the search feature seems to stop working when a new
version is released and the base URL changes; we can confirm that the
search does not work in previous versions of the `arrow` package.)
- It seems that pkgdown (downlit) uses the first value in the URL field
of the DESCRIPTION file to autolinking, and bringing the pkgdown site
first seems to be the expected use. (e.g. tidyverse/glue#300)
---
r/adbcdrivermanager/DESCRIPTION | 2 +-
r/adbcdrivermanager/_pkgdown.yml | 2 +-
r/adbcdrivermanager/man/adbcdrivermanager-package.Rd | 2 +-
r/adbcflightsql/DESCRIPTION | 2 +-
r/adbcflightsql/_pkgdown.yml | 2 +-
r/adbcflightsql/man/adbcflightsql-package.Rd | 2 +-
r/adbcpostgresql/DESCRIPTION | 2 +-
r/adbcpostgresql/_pkgdown.yml | 2 +-
r/adbcpostgresql/man/adbcpostgresql-package.Rd | 2 +-
r/adbcsnowflake/DESCRIPTION | 2 +-
r/adbcsnowflake/_pkgdown.yml | 2 +-
r/adbcsnowflake/man/adbcsnowflake-package.Rd | 2 +-
r/adbcsqlite/DESCRIPTION | 2 +-
r/adbcsqlite/_pkgdown.yml | 2 +-
r/adbcsqlite/man/adbcsqlite-package.Rd | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/r/adbcdrivermanager/DESCRIPTION b/r/adbcdrivermanager/DESCRIPTION
index c81ad7dc1..47c4d0937 100644
--- a/r/adbcdrivermanager/DESCRIPTION
+++ b/r/adbcdrivermanager/DESCRIPTION
@@ -21,7 +21,7 @@ Suggests:
withr
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
-URL: https://github.com/apache/arrow-adbc,
https://arrow.apache.org/adbc/current/r/adbcdrivermanager/
+URL: https://arrow.apache.org/adbc/current/r/adbcdrivermanager/,
https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports:
nanoarrow (>= 0.3.0)
diff --git a/r/adbcdrivermanager/_pkgdown.yml b/r/adbcdrivermanager/_pkgdown.yml
index 4c85fbd64..84078cf0d 100644
--- a/r/adbcdrivermanager/_pkgdown.yml
+++ b/r/adbcdrivermanager/_pkgdown.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-url: ~
+url: https://arrow.apache.org/adbc/current/r/adbcdrivermanager/
template:
bootstrap: 5
# Link back to ADBC R documentation
diff --git a/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
b/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
index ee342c720..136494326 100644
--- a/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
+++ b/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
@@ -11,8 +11,8 @@ Provides a developer-facing interface to 'Arrow' Database
Connectivity ('ADBC')
\seealso{
Useful links:
\itemize{
- \item \url{https://github.com/apache/arrow-adbc}
\item \url{https://arrow.apache.org/adbc/current/r/adbcdrivermanager/}
+ \item \url{https://github.com/apache/arrow-adbc}
\item Report bugs at \url{https://github.com/apache/arrow-adbc/issues}
}
diff --git a/r/adbcflightsql/DESCRIPTION b/r/adbcflightsql/DESCRIPTION
index 24134dc54..4480fbf14 100644
--- a/r/adbcflightsql/DESCRIPTION
+++ b/r/adbcflightsql/DESCRIPTION
@@ -22,6 +22,6 @@ Suggests:
SystemRequirements: GNU make, Go (>= 1.21)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
-URL: https://github.com/apache/arrow-adbc,
https://arrow.apache.org/adbc/current/r/adbcflightsql/
+URL: https://arrow.apache.org/adbc/current/r/adbcflightsql/,
https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager
diff --git a/r/adbcflightsql/_pkgdown.yml b/r/adbcflightsql/_pkgdown.yml
index 1073f55a0..57f5cd12a 100644
--- a/r/adbcflightsql/_pkgdown.yml
+++ b/r/adbcflightsql/_pkgdown.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-url: ~
+url: https://arrow.apache.org/adbc/current/r/adbcflightsql/
template:
bootstrap: 5
# Link back to ADBC R documentation
diff --git a/r/adbcflightsql/man/adbcflightsql-package.Rd
b/r/adbcflightsql/man/adbcflightsql-package.Rd
index 9efc82abd..03cb30b1a 100644
--- a/r/adbcflightsql/man/adbcflightsql-package.Rd
+++ b/r/adbcflightsql/man/adbcflightsql-package.Rd
@@ -11,8 +11,8 @@ Provides a developer-facing interface to the 'Arrow' Database
Connectivity ('ADB
\seealso{
Useful links:
\itemize{
- \item \url{https://github.com/apache/arrow-adbc}
\item \url{https://arrow.apache.org/adbc/current/r/adbcflightsql/}
+ \item \url{https://github.com/apache/arrow-adbc}
\item Report bugs at \url{https://github.com/apache/arrow-adbc/issues}
}
diff --git a/r/adbcpostgresql/DESCRIPTION b/r/adbcpostgresql/DESCRIPTION
index ecb566f59..ebb0c6440 100644
--- a/r/adbcpostgresql/DESCRIPTION
+++ b/r/adbcpostgresql/DESCRIPTION
@@ -22,6 +22,6 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
-URL: https://github.com/apache/arrow-adbc,
https://arrow.apache.org/adbc/current/r/adbcpostgresql/
+URL: https://arrow.apache.org/adbc/current/r/adbcpostgresql/,
https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager
diff --git a/r/adbcpostgresql/_pkgdown.yml b/r/adbcpostgresql/_pkgdown.yml
index b7d0fd31a..6d8b72936 100644
--- a/r/adbcpostgresql/_pkgdown.yml
+++ b/r/adbcpostgresql/_pkgdown.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-url: ~
+url: https://arrow.apache.org/adbc/current/r/adbcpostgresql/
template:
bootstrap: 5
# Link back to ADBC R documentation
diff --git a/r/adbcpostgresql/man/adbcpostgresql-package.Rd
b/r/adbcpostgresql/man/adbcpostgresql-package.Rd
index d692f515e..6fd1ae426 100644
--- a/r/adbcpostgresql/man/adbcpostgresql-package.Rd
+++ b/r/adbcpostgresql/man/adbcpostgresql-package.Rd
@@ -11,8 +11,8 @@ Provides a developer-facing interface to the 'Arrow' Database
Connectivity ('ADB
\seealso{
Useful links:
\itemize{
- \item \url{https://github.com/apache/arrow-adbc}
\item \url{https://arrow.apache.org/adbc/current/r/adbcpostgresql/}
+ \item \url{https://github.com/apache/arrow-adbc}
\item Report bugs at \url{https://github.com/apache/arrow-adbc/issues}
}
diff --git a/r/adbcsnowflake/DESCRIPTION b/r/adbcsnowflake/DESCRIPTION
index feb3e5d25..6676378df 100644
--- a/r/adbcsnowflake/DESCRIPTION
+++ b/r/adbcsnowflake/DESCRIPTION
@@ -23,6 +23,6 @@ Suggests:
SystemRequirements: GNU make, Go (>= 1.21)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
-URL: https://github.com/apache/arrow-adbc,
https://arrow.apache.org/adbc/current/r/adbcsnowflake/
+URL: https://arrow.apache.org/adbc/current/r/adbcsnowflake/,
https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager
diff --git a/r/adbcsnowflake/_pkgdown.yml b/r/adbcsnowflake/_pkgdown.yml
index 272145e25..998214452 100644
--- a/r/adbcsnowflake/_pkgdown.yml
+++ b/r/adbcsnowflake/_pkgdown.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-url: ~
+url: https://arrow.apache.org/adbc/current/r/adbcsnowflake/
template:
bootstrap: 5
# Link back to ADBC R documentation
diff --git a/r/adbcsnowflake/man/adbcsnowflake-package.Rd
b/r/adbcsnowflake/man/adbcsnowflake-package.Rd
index 2a57bdc0a..d9f5822f4 100644
--- a/r/adbcsnowflake/man/adbcsnowflake-package.Rd
+++ b/r/adbcsnowflake/man/adbcsnowflake-package.Rd
@@ -11,8 +11,8 @@ Provides a developer-facing interface to the 'Arrow' Database
Connectivity ('ADB
\seealso{
Useful links:
\itemize{
- \item \url{https://github.com/apache/arrow-adbc}
\item \url{https://arrow.apache.org/adbc/current/r/adbcsnowflake/}
+ \item \url{https://github.com/apache/arrow-adbc}
\item Report bugs at \url{https://github.com/apache/arrow-adbc/issues}
}
diff --git a/r/adbcsqlite/DESCRIPTION b/r/adbcsqlite/DESCRIPTION
index a36f88622..0aa8686f3 100644
--- a/r/adbcsqlite/DESCRIPTION
+++ b/r/adbcsqlite/DESCRIPTION
@@ -22,6 +22,6 @@ Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
-URL: https://github.com/apache/arrow-adbc,
https://arrow.apache.org/adbc/current/r/adbcsqlite/
+URL: https://arrow.apache.org/adbc/current/r/adbcsqlite/,
https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager
diff --git a/r/adbcsqlite/_pkgdown.yml b/r/adbcsqlite/_pkgdown.yml
index daa8f8146..04ee31dcd 100644
--- a/r/adbcsqlite/_pkgdown.yml
+++ b/r/adbcsqlite/_pkgdown.yml
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-url: ~
+url: https://arrow.apache.org/adbc/current/r/adbcsqlite/
template:
bootstrap: 5
# Link back to ADBC R documentation
diff --git a/r/adbcsqlite/man/adbcsqlite-package.Rd
b/r/adbcsqlite/man/adbcsqlite-package.Rd
index bd062e32b..6af152480 100644
--- a/r/adbcsqlite/man/adbcsqlite-package.Rd
+++ b/r/adbcsqlite/man/adbcsqlite-package.Rd
@@ -11,8 +11,8 @@ Provides a developer-facing interface to the 'Arrow' Database
Connectivity ('ADB
\seealso{
Useful links:
\itemize{
- \item \url{https://github.com/apache/arrow-adbc}
\item \url{https://arrow.apache.org/adbc/current/r/adbcsqlite/}
+ \item \url{https://github.com/apache/arrow-adbc}
\item Report bugs at \url{https://github.com/apache/arrow-adbc/issues}
}