From 9635815e7d65e8c2cb2c157e3d369017966eaed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Wed, 26 Jun 2024 20:49:38 +0200 Subject: [PATCH] docs: My repo, for now --- DESCRIPTION | 4 ++-- README.md | 2 +- man/duckdbneo-package.Rd | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 68dc69c..3ea6d28 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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: diff --git a/README.md b/README.md index 838b70f..0dfd47b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/man/duckdbneo-package.Rd b/man/duckdbneo-package.Rd index f0198b7..d11f00a 100644 --- a/man/duckdbneo-package.Rd +++ b/man/duckdbneo-package.Rd @@ -12,8 +12,8 @@ The DuckDB project is an embedded analytical data management system with support Useful links: \itemize{ \item \url{https://duckdb.org/} - \item \url{https://github.com/duckdblabs/duckdbneo} - \item Report bugs at \url{https://github.com/duckdblabs/duckdbneo/issues} + \item \url{https://github.com/krlmlr/duckdbneo} + \item Report bugs at \url{https://github.com/krlmlr/duckdbneo/issues} } }