Skip to content

Commit

Permalink
Merge pull request duckdb#70 from maelle/pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Feb 9, 2024
2 parents c3184e8 + 7b4559c commit a487572
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ RELEASE.md
^\.git$
^cran-comments\.md$
^CRAN-SUBMISSION$
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ src/*.so
/src/Makevars.duckdb
/.ccache
/src/symbols.rds
/docs/
12 changes: 2 additions & 10 deletions R/duckdb.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
#' DuckDB client package for R
#'
#' R client package for DuckDB: an embeddable SQL OLAP Database Management System.
#'
#' @seealso
#' [duckdb()] for connection instructions.
#'
#' <https://duckdb.org/> for the project website.
#'
## usethis namespace: start
#' @useDynLib duckdb, .registration = TRUE
## usethis namespace: end
#' @docType package
#' @name duckdb-package
#' @keywords internal
"_PACKAGE"
NULL
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<div align="center">
<img src="https://duckdb.org/images/logo-dl/DuckDB_Logo-stacked.svg" height="120">
</div>

# duckdb R package
# duckdb <a href="https://r.duckdb.org/"><img src="man/figures/logo" align="right" height="120" alt="duckdb website" /></a>

## Installation from CRAN

Expand Down
12 changes: 9 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
url: https://r.duckdb.org/

template:
bootstrap: 5

authors:
Hannes Mühleisen:
href: "http://hannes.muehleisen.org/"
Mark Raasveldt:
href: "https://mytherin.github.io/"

reference:
- title: Driver
contents:
Expand All @@ -22,6 +31,3 @@ reference:
- duckdb_prepare_substrait
- duckdb_prepare_substrait_json
- duckdb_explain-class
- title: duckdb Package
contents:
- duckdb-package
15 changes: 11 additions & 4 deletions man/duckdb-package.Rd

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

Binary file added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/android-chrome-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.
Binary file added pkgdown/favicon/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pkgdown/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a487572

Please sign in to comment.