You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2023/06/22 13:35:10 UTC

[arrow-adbc] branch main updated: chore(r/adbcdrivermanager): Add link in DESCRIPTION (#836)

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 2320ba9f chore(r/adbcdrivermanager): Add link in DESCRIPTION (#836)
2320ba9f is described below

commit 2320ba9f687808113ddf8b051f18cc7448ff28e8
Author: Dewey Dunnington <de...@voltrondata.com>
AuthorDate: Thu Jun 22 10:35:05 2023 -0300

    chore(r/adbcdrivermanager): Add link in DESCRIPTION (#836)
    
    From the CRAN incoming reviewer:
    
    ```
    Thanks,
    
    Please add a web reference for the API in the form <https:.....> to the description of the DESCRIPTION file with no space after 'https:' and angle brackets for auto-linking.
    
    Please fix and resubmit.
    ```
---
 r/adbcdrivermanager/DESCRIPTION                      | 4 ++--
 r/adbcdrivermanager/man/adbcdrivermanager-package.Rd | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/r/adbcdrivermanager/DESCRIPTION b/r/adbcdrivermanager/DESCRIPTION
index 0ac0668a..3bb8509d 100644
--- a/r/adbcdrivermanager/DESCRIPTION
+++ b/r/adbcdrivermanager/DESCRIPTION
@@ -10,8 +10,8 @@ Authors@R: c(
 Description: Provides a developer-facing interface to 'Arrow' Database
   Connectivity ('ADBC') for the purposes of driver development, driver
   testing, and building high-level database interfaces for users. 'ADBC'
-  is an API standard for database access libraries that uses 'Arrow' for
-  result sets and query parameters.
+  <https://arrow.apache.org/adbc/> is an API standard for database access
+  libraries that uses 'Arrow' for result sets and query parameters.
 License: Apache License (>= 2)
 Encoding: UTF-8
 Roxygen: list(markdown = TRUE)
diff --git a/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd b/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
index ddb83a14..99870464 100644
--- a/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
+++ b/r/adbcdrivermanager/man/adbcdrivermanager-package.Rd
@@ -6,7 +6,7 @@
 \alias{adbcdrivermanager-package}
 \title{adbcdrivermanager: 'Arrow' Database Connectivity ('ADBC') Driver Manager}
 \description{
-Provides a developer-facing interface to 'Arrow' Database Connectivity ('ADBC') for the purposes of driver development, driver testing, and building high-level database interfaces for users. 'ADBC' is an API standard for database access libraries that uses 'Arrow' for result sets and query parameters.
+Provides a developer-facing interface to 'Arrow' Database Connectivity ('ADBC') for the purposes of driver development, driver testing, and building high-level database interfaces for users. 'ADBC' \url{https://arrow.apache.org/adbc/} is an API standard for database access libraries that uses 'Arrow' for result sets and query parameters.
 }
 \seealso{
 Useful links: