diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 652ad6f..4cb0855 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/slackapi", 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/slackapi", 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 8240f89..e8947de 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/slackapi/issues/new). +* If it's a bug: you're in the right place, [file an issue](https://github.com/api2r/slackapi/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/slackapi/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/slackapi/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/.gitignore b/.gitignore index b4c1d84..74dd8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ .quarto docs .positai + +/.quarto/ diff --git a/DESCRIPTION b/DESCRIPTION index c998e2a..c6c5753 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,16 +1,15 @@ Package: slackapi -Title: `Slack Web API` Client +Title: 'Slack Web API' Client Version: 0.0.0.9000 Authors@R: person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4781-4346")) -Description: A client to interact with the `Slack Web API` - . The `Slack Web API` is an interface for - querying information from and enacting change in a `Slack` workspace. +Description: A client to interact with the 'Slack Web API' + . The 'Slack Web API' is an interface for + querying information from and enacting change in a 'Slack' workspace. License: MIT + file LICENSE -URL: https://github.com/jonthegeek/slackapi, - https://jonthegeek.github.io/slackapi/ -BugReports: https://github.com/jonthegeek/slackapi/issues +URL: https://slackapi.api2r.org/, https://github.com/api2r/slackapi +BugReports: https://github.com/api2r/slackapi/issues Imports: cli, dplyr, @@ -26,10 +25,11 @@ Suggests: httptest2, testthat (>= 3.0.0) Remotes: - jonthegeek/nectar, - jonthegeek/stbl + api2r/nectar, + wranglezone/stbl, + wranglezone/tibblify +Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -Config/roxygen2/version: 8.0.0 diff --git a/README.Rmd b/README.Rmd index 1b2986a..be0ced7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,8 +18,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/slackapi)](https://CRAN.R-project.org/package=slackapi) -[![Codecov test coverage](https://codecov.io/gh/jonthegeek/slackapi/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/slackapi) -[![R-CMD-check](https://github.com/jonthegeek/slackapi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/slackapi/actions/workflows/R-CMD-check.yaml) +[![Codecov test coverage](https://codecov.io/gh/api2r/slackapi/graph/badge.svg)](https://app.codecov.io/gh/api2r/slackapi) +[![R-CMD-check](https://github.com/api2r/slackapi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/api2r/slackapi/actions/workflows/R-CMD-check.yaml) A client to interact with the [Slack Web API](https://api.slack.com/web). @@ -31,7 +31,7 @@ You can install the development version of {slackapi} from [GitHub](https://gith ``` r # install.packages("pak") -pak::pak("jonthegeek/slackapi") +pak::pak("api2r/slackapi") ``` ## Made with {beekeeper} @@ -41,4 +41,4 @@ Development is very active, and this package will likely change a lot in the com ## Code of Conduct -Please note that the slackapi project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/slackapi/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. +Please note that the slackapi project is released with a [Contributor Code of Conduct](https://slackapi.api2r.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. diff --git a/README.md b/README.md index 1b3993b..4a14f7d 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/slackapi)](https://CRAN.R-project.org/package=slackapi) [![Codecov test -coverage](https://codecov.io/gh/jonthegeek/slackapi/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/slackapi) -[![R-CMD-check](https://github.com/jonthegeek/slackapi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/slackapi/actions/workflows/R-CMD-check.yaml) +coverage](https://codecov.io/gh/api2r/slackapi/graph/badge.svg)](https://app.codecov.io/gh/api2r/slackapi) +[![R-CMD-check](https://github.com/api2r/slackapi/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/api2r/slackapi/actions/workflows/R-CMD-check.yaml) A client to interact with the [Slack Web @@ -25,7 +25,7 @@ You can install the development version of {slackapi} from ``` r # install.packages("pak") -pak::pak("jonthegeek/slackapi") +pak::pak("api2r/slackapi") ``` ## Made with {beekeeper} @@ -37,6 +37,5 @@ active, and this package will likely change a lot in the coming weeks. ## Code of Conduct Please note that the slackapi project is released with a [Contributor -Code of -Conduct](https://jonthegeek.github.io/slackapi/CODE_OF_CONDUCT.html). By +Code of Conduct](https://slackapi.api2r.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. diff --git a/_pkgdown.yml b/_pkgdown.yml index e368b9b..69b981d 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://jonthegeek.github.io/slackapi/ +url: https://slackapi.api2r.org/ template: bootstrap: 5 lang: en-US diff --git a/man/slackapi-package.Rd b/man/slackapi-package.Rd index 14aaef5..97d5743 100644 --- a/man/slackapi-package.Rd +++ b/man/slackapi-package.Rd @@ -4,16 +4,16 @@ \name{slackapi-package} \alias{slackapi} \alias{slackapi-package} -\title{slackapi: `Slack Web API` Client} +\title{slackapi: 'Slack Web API' Client} \description{ -A client to interact with the `Slack Web API` \url{https://api.slack.com/web}. The `Slack Web API` is an interface for querying information from and enacting change in a `Slack` workspace. +A client to interact with the 'Slack Web API' \url{https://api.slack.com/web}. The 'Slack Web API' is an interface for querying information from and enacting change in a 'Slack' workspace. } \seealso{ Useful links: \itemize{ - \item \url{https://github.com/jonthegeek/slackapi} - \item \url{https://jonthegeek.github.io/slackapi/} - \item Report bugs at \url{https://github.com/jonthegeek/slackapi/issues} + \item \url{https://slackapi.api2r.org/} + \item \url{https://github.com/api2r/slackapi} + \item Report bugs at \url{https://github.com/api2r/slackapi/issues} } }