Skip to content

Commit

Permalink
docs(r): fix source links from pkgdown site (#1434)
Browse files Browse the repository at this point in the history
Same as apache/arrow-nanoarrow#315

Since the R package is in a subdirectory, I believe this setting is
necessary to ensure that the links to the source files are generated
correctly.
  • Loading branch information
eitsupi authored Jan 5, 2024
1 parent ec68c93 commit 3c9e2ec
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions r/adbcdrivermanager/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ template:
</a>
</li>
</ul>
repo:
url:
home: https://github.com/apache/arrow-adbc/
source: https://github.com/apache/arrow-adbc/blob/main/r/adbcdrivermanager/
issue: https://github.com/apache/arrow-adbc/issues/
user: https://github.com/
7 changes: 7 additions & 0 deletions r/adbcflightsql/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ template:
</a>
</li>
</ul>
repo:
url:
home: https://github.com/apache/arrow-adbc/
source: https://github.com/apache/arrow-adbc/blob/main/r/adbcflightsql/
issue: https://github.com/apache/arrow-adbc/issues/
user: https://github.com/
7 changes: 7 additions & 0 deletions r/adbcpostgresql/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ template:
</a>
</li>
</ul>
repo:
url:
home: https://github.com/apache/arrow-adbc/
source: https://github.com/apache/arrow-adbc/blob/main/r/adbcpostgresql/
issue: https://github.com/apache/arrow-adbc/issues/
user: https://github.com/
7 changes: 7 additions & 0 deletions r/adbcsnowflake/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ template:
</a>
</li>
</ul>
repo:
url:
home: https://github.com/apache/arrow-adbc/
source: https://github.com/apache/arrow-adbc/blob/main/r/adbcsnowflake/
issue: https://github.com/apache/arrow-adbc/issues/
user: https://github.com/
7 changes: 7 additions & 0 deletions r/adbcsqlite/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ template:
</a>
</li>
</ul>
repo:
url:
home: https://github.com/apache/arrow-adbc/
source: https://github.com/apache/arrow-adbc/blob/main/r/adbcsqlite/
issue: https://github.com/apache/arrow-adbc/issues/
user: https://github.com/

0 comments on commit 3c9e2ec

Please sign in to comment.