Skip to content

Commit

Permalink
docs: My repo, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jun 26, 2024
1 parent 8295729 commit 9635815
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Description: The DuckDB project is an embedded analytical data management
system with support for the Structured Query Language (SQL). This
package includes C and ADBC bindings to duckdb.
License: MIT + file LICENSE
URL: https://duckdb.org/, https://github.com/duckdblabs/duckdbneo
BugReports: https://github.com/duckdblabs/duckdbneo/issues
URL: https://duckdb.org/, https://github.com/krlmlr/duckdbneo
BugReports: https://github.com/krlmlr/duckdbneo/issues
Depends:
R (>= 4.0.0)
Imports:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can install the development version of duckdbneo like so:

``` r
# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
pak::pak("duckdblabs/duckdbneo")
pak::pak("krlmlr/duckdbneo")
```

## Goals
Expand Down
4 changes: 2 additions & 2 deletions man/duckdbneo-package.Rd

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

0 comments on commit 9635815

Please sign in to comment.