From 50133d37a09a43d73fc92190c16bd3c98dbcd310 Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Tue, 12 May 2026 14:09:54 -0500 Subject: [PATCH] Transfer to api2r org --- .github/CONTRIBUTING.md | 2 +- .github/SUPPORT.md | 4 ++-- AGENTS.md | 2 +- DESCRIPTION | 4 ++-- README.Rmd | 8 ++++---- README.md | 8 ++++---- inst/talks/recruit/recruit.qmd | 2 +- man/beekeeper-package.Rd | 4 ++-- tests/testthat/_fixtures/DESCRIPTION | 6 +++--- vignettes/pagination.Rmd | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c26eb2a..573e6e0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,7 +16,7 @@ If you’ve found a bug, please file an issue that illustrates the bug with a mi ### Pull request process -* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("jonthegeek/beekeeper", fork = TRUE)`. +* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("api2r/beekeeper", fork = TRUE)`. * Install all development dependencies with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`. If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing. diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index a734693..03056b6 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -16,12 +16,12 @@ Armed with your reprex, the next step is to figure out where to ask. * If it's a question: It's best to ask on the [R4DS Online Learning Community Slack](https://r4ds.io/join). Other options include [Posit Community](https://community.rstudio.com/), and StackOverflow. There are more people there to answer questions. -* If it's a bug: you're in the right place, [file an issue](https://github.com/jonthegeek/beekeeper/issues/new). +* If it's a bug: you're in the right place, [file an issue](https://github.com/api2r/beekeeper/issues/new). * If you're not sure: let the community help you figure it out! If your problem _is_ a bug or a feature request, you can easily return here and report it. -Before opening a new issue, be sure to [search issues and pull requests](https://github.com/jonthegeek/beekeeper/issues) to make sure the bug hasn't been reported and/or already fixed in the development version. +Before opening a new issue, be sure to [search issues and pull requests](https://github.com/api2r/beekeeper/issues) to make sure the bug hasn't been reported and/or already fixed in the development version. By default, the search will be pre-populated with `is:issue is:open`. You can [edit the qualifiers](https://help.github.com/articles/searching-issues-and-pull-requests/) (e.g. `is:pr`, `is:closed`) as needed. For example, you'd simply remove `is:open` to search _all_ issues in the repo, open or closed. diff --git a/AGENTS.md b/AGENTS.md index 4d44d53..752f453 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,7 +9,7 @@ Automatically generate R package skeletons from 'application (OAS)'. The skeletons implement best practices to streamline package development. -https://beekeeper.api2r.org, https://github.com/jonthegeek/beekeeper +https://beekeeper.api2r.org, https://github.com/api2r/beekeeper ### Overall structure diff --git a/DESCRIPTION b/DESCRIPTION index 32a370c..bd5d47f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,8 +11,8 @@ Description: Automatically generate R package skeletons from 'application (OAS)'. The skeletons implement best practices to streamline package development. License: MIT + file LICENSE -URL: https://beekeeper.api2r.org, https://github.com/jonthegeek/beekeeper -BugReports: https://github.com/jonthegeek/beekeeper/issues +URL: https://beekeeper.api2r.org, https://github.com/api2r/beekeeper +BugReports: https://github.com/api2r/beekeeper/issues Depends: R (>= 4.1.0) Imports: diff --git a/README.Rmd b/README.Rmd index 251d1b1..5289ac2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,8 +17,8 @@ knitr::opts_chunk$set( [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/beekeeper)](https://CRAN.R-project.org/package=beekeeper) -[![Codecov test coverage](https://codecov.io/gh/jonthegeek/beekeeper/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/beekeeper?branch=main) -[![R-CMD-check](https://github.com/jonthegeek/beekeeper/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/beekeeper/actions/workflows/R-CMD-check.yaml) +[![Codecov test coverage](https://codecov.io/gh/api2r/beekeeper/branch/main/graph/badge.svg)](https://app.codecov.io/gh/api2r/beekeeper?branch=main) +[![R-CMD-check](https://github.com/api2r/beekeeper/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/api2r/beekeeper/actions/workflows/R-CMD-check.yaml) Use beekeeper to create and maintain R packages that wrap APIs. @@ -78,7 +78,7 @@ Install the released version of beekeeper from [CRAN](https://cran.r-project.org ```{r, eval = FALSE} # (not yet, so instead install the dev version) # install.packages("pak") -pak::pak("jonthegeek/beekeeper") +pak::pak("api2r/beekeeper") ``` ::: @@ -87,7 +87,7 @@ Install the development version of beekeeper from [GitHub](https://github.com/): ```{r, eval = FALSE} # install.packages("pak") -pak::pak("jonthegeek/beekeeper") +pak::pak("api2r/beekeeper") ``` ::: diff --git a/README.md b/README.md index 746ff2b..d7711b7 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h [![CRAN status](https://www.r-pkg.org/badges/version/beekeeper)](https://CRAN.R-project.org/package=beekeeper) [![Codecov test -coverage](https://codecov.io/gh/jonthegeek/beekeeper/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/beekeeper?branch=main) -[![R-CMD-check](https://github.com/jonthegeek/beekeeper/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/beekeeper/actions/workflows/R-CMD-check.yaml) +coverage](https://codecov.io/gh/api2r/beekeeper/branch/main/graph/badge.svg)](https://app.codecov.io/gh/api2r/beekeeper?branch=main) +[![R-CMD-check](https://github.com/api2r/beekeeper/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/api2r/beekeeper/actions/workflows/R-CMD-check.yaml) Use beekeeper to create and maintain R packages that wrap APIs. The @@ -111,7 +111,7 @@ Install the released version of beekeeper from ``` r # (not yet, so instead install the dev version) # install.packages("pak") -pak::pak("jonthegeek/beekeeper") +pak::pak("api2r/beekeeper") ``` @@ -123,7 +123,7 @@ Install the development version of beekeeper from ``` r # install.packages("pak") -pak::pak("jonthegeek/beekeeper") +pak::pak("api2r/beekeeper") ``` diff --git a/inst/talks/recruit/recruit.qmd b/inst/talks/recruit/recruit.qmd index ee7b9dc..7c8c01c 100644 --- a/inst/talks/recruit/recruit.qmd +++ b/inst/talks/recruit/recruit.qmd @@ -275,7 +275,7 @@ beekeeper::generate_pkg() # 🙏 Thanks! ::: nonincremental -- 🐙 GitHub: [github.com/jonthegeek/beekeeper](https://github.com/jonthegeek/beekeeper) +- 🐙 GitHub: [github.com/api2r/beekeeper](https://github.com/api2r/beekeeper) - 🐝 Website: [beekeeper.api2r.org](https://beekeeper.api2r.org) - 📬 Contact: [@jonthegeek](https://bsky.app/profile/jonthegeek.com), [DSLC.io](https://DSLC.io) ::: diff --git a/man/beekeeper-package.Rd b/man/beekeeper-package.Rd index 8014463..ee69f9a 100644 --- a/man/beekeeper-package.Rd +++ b/man/beekeeper-package.Rd @@ -14,8 +14,8 @@ Automatically generate R package skeletons from 'application programming interfa Useful links: \itemize{ \item \url{https://beekeeper.api2r.org} - \item \url{https://github.com/jonthegeek/beekeeper} - \item Report bugs at \url{https://github.com/jonthegeek/beekeeper/issues} + \item \url{https://github.com/api2r/beekeeper} + \item Report bugs at \url{https://github.com/api2r/beekeeper/issues} } } diff --git a/tests/testthat/_fixtures/DESCRIPTION b/tests/testthat/_fixtures/DESCRIPTION index b669652..c8662db 100644 --- a/tests/testthat/_fixtures/DESCRIPTION +++ b/tests/testthat/_fixtures/DESCRIPTION @@ -12,8 +12,8 @@ Description: Automatically generate R package skeletons from 'application development. License: MIT + file LICENSE URL: https://beekeeper.api2r.org, - https://github.com/jonthegeek/beekeeper -BugReports: https://github.com/jonthegeek/beekeeper/issues + https://github.com/api2r/beekeeper +BugReports: https://github.com/api2r/beekeeper/issues Imports: cli, desc, @@ -43,4 +43,4 @@ Remotes: Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 \ No newline at end of file +RoxygenNote: 7.2.3 diff --git a/vignettes/pagination.Rmd b/vignettes/pagination.Rmd index f77a449..49ee5c3 100644 --- a/vignettes/pagination.Rmd +++ b/vignettes/pagination.Rmd @@ -124,4 +124,4 @@ Within `010-call.R`, I apply the function like this: ## Help us improve -If you find a pattern in pagination implementation from the API description and/or endpoint function parameters, please [submit an issue or a pull request](https://github.com/jonthegeek/beekeeper/issues) to help us improve the output of this package. +If you find a pattern in pagination implementation from the API description and/or endpoint function parameters, please [submit an issue or a pull request](https://github.com/api2r/beekeeper/issues) to help us improve the output of this package.