diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index fbdda61..ef28099 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -8,9 +8,9 @@ assignees: wlandau ## Prework -* [ ] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/ropensci/crew.aws.batch/blob/main/CONTRIBUTING.md). +* [ ] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/wlandau/crew.aws.batch/blob/main/CONTRIBUTING.md). * [ ] Confirm that your issue is a genuine bug in the `crew.aws.batch` package itself and not a user error, known limitation, or issue from another package that `crew.aws.batch` depends on. -* [ ] If there is [already a relevant issue](https://github.com/ropensci/crew.aws.batch/issues), whether open or closed, comment on the existing thread instead of posting a new issue. +* [ ] If there is [already a relevant issue](https://github.com/wlandau/crew.aws.batch/issues), whether open or closed, comment on the existing thread instead of posting a new issue. * [ ] Post a [minimal reproducible example](https://www.tidyverse.org/help/) like [this one](https://github.com/ropensci/targets/issues/256#issuecomment-754229683) so the maintainer can troubleshoot the problems you identify. A reproducible example is: * [ ] **Runnable**: post enough R code and data so any onlooker can create the error on their own computer. * [ ] **Minimal**: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 95365ef..633eaac 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -8,8 +8,8 @@ assignees: wlandau ## Prework -* [ ] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/ropensci/crew.aws.batch/blob/main/CONTRIBUTING.md). -* [ ] If there is [already a relevant issue](https://github.com/ropensci/crew.aws.batch/issues), whether open or closed, comment on the existing thread instead of posting a new issue. +* [ ] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/wlandau/crew.aws.batch/blob/main/CONTRIBUTING.md). +* [ ] If there is [already a relevant issue](https://github.com/wlandau/crew.aws.batch/issues), whether open or closed, comment on the existing thread instead of posting a new issue. * [ ] New features take time and effort to create, and they take even more effort to maintain. So if the purpose of the feature is to resolve a struggle you are encountering personally, please consider first posting a GitHub discussion. * [ ] Format your code according to the [tidyverse style guide](https://style.tidyverse.org/). diff --git a/.github/ISSUE_TEMPLATE/performance.md b/.github/ISSUE_TEMPLATE/performance.md index 08b87d7..9c2c905 100644 --- a/.github/ISSUE_TEMPLATE/performance.md +++ b/.github/ISSUE_TEMPLATE/performance.md @@ -9,8 +9,8 @@ assignees: wlandau ## Prework -* [ ] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/ropensci/crew.aws.batch/blob/main/CONTRIBUTING.md). -* [ ] If there is [already a relevant issue](https://github.com/ropensci/crew.aws.batch/issues), whether open or closed, comment on the existing thread instead of posting a new issue. +* [ ] Read and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/wlandau/crew.aws.batch/blob/main/CONTRIBUTING.md). +* [ ] If there is [already a relevant issue](https://github.com/wlandau/crew.aws.batch/issues), whether open or closed, comment on the existing thread instead of posting a new issue. * [ ] Post a [minimal reproducible example](https://www.tidyverse.org/help/) like [this one](https://github.com/ropensci/targets/issues/256#issuecomment-754229683) so the maintainer can troubleshoot the problems you identify. A reproducible example is: * [ ] **Runnable**: post enough R code and data so any onlooker can create the error on their own computer. * [ ] **Minimal**: reduce runtime wherever possible and remove complicated details that are irrelevant to the issue at hand. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 552df33..2aefb69 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ # Prework * [ ] I understand and agree to the [Contributor Code of Conduct](https://github.com/wlandau/crew.aws.batch/blob/main/CODE_OF_CONDUCT.md). -* [ ] I have already submitted a [discussion topic](https://github.com/ropensci/crew.aws.batch/discussions) or [issue](https://github.com/ropensci/crew.aws.batch/issues) to discuss my idea with the maintainer. +* [ ] I have already submitted a [discussion topic](https://github.com/wlandau/crew.aws.batch/discussions) or [issue](https://github.com/wlandau/crew.aws.batch/issues) to discuss my idea with the maintainer. # Related GitHub issues and pull requests diff --git a/README.Rmd b/README.Rmd index 8021219..752c8d3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,9 +16,10 @@ knitr::opts_chunk$set( [![CRAN](https://www.r-pkg.org/badges/version/crew.aws.batch)](https://CRAN.R-project.org/package=crew.aws.batch) [![status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#Active) -[![check](https://github.com/wlandau/crew.aws.batch/workflows/check/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Acheck) -[![codecov](https://codecov.io/gh/wlandau/crew.aws.batch/branch/main/graph/badge.svg)](https://app.codecov.io/gh/wlandau/crew.aws.batch) -[![lint](https://github.com/wlandau/crew.aws.batch/workflows/lint/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Alint) +[![check](https://github.com/wlandau/crew.aws.batch/actions/workflows/check.yaml/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Acheck) +[![codecov](https://codecov.io/gh/wlandau/crew.aws.batch/branch/main/graph/badge.svg?token=3T5DlLwUVl)](https://app.codecov.io/gh/wlandau/crew.aws.batch) +[![lint](https://github.com/wlandau/crew.aws.batch/actions/workflows/lint.yaml/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Alint) +[![pkgdown](https://github.com/wlandau/crew.aws.batch/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Apkgdown) In computationally demanding analysis projects, statisticians and data scientists asynchronously deploy long-running tasks to distributed systems, ranging from traditional clusters to cloud services. The `crew.aws.batch` package extends the [`mirai`](https://github.com/shikokuchuo/mirai)-powered 'crew' package with a worker launcher plugin for [AWS Batch](https://aws.amazon.com/batch/). Inspiration also comes from packages [`mirai`](https://github.com/shikokuchuo/mirai), [`future`](https://future.futureverse.org/), [`rrq`](https://mrc-ide.github.io/rrq/), [`clustermq`](https://mschubert.github.io/clustermq/), and [`batchtools`](https://mllg.github.io/batchtools/). diff --git a/README.md b/README.md index e678a08..0c86c10 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ [![CRAN](https://www.r-pkg.org/badges/version/crew.aws.batch)](https://CRAN.R-project.org/package=crew.aws.batch) [![status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#Active) -[![check](https://github.com/wlandau/crew.aws.batch/workflows/check/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Acheck) -[![codecov](https://codecov.io/gh/wlandau/crew.aws.batch/branch/main/graph/badge.svg)](https://app.codecov.io/gh/wlandau/crew.aws.batch) -[![lint](https://github.com/wlandau/crew.aws.batch/workflows/lint/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Alint) +[![check](https://github.com/wlandau/crew.aws.batch/actions/workflows/check.yaml/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Acheck) +[![codecov](https://codecov.io/gh/wlandau/crew.aws.batch/branch/main/graph/badge.svg?token=3T5DlLwUVl)](https://app.codecov.io/gh/wlandau/crew.aws.batch) +[![lint](https://github.com/wlandau/crew.aws.batch/actions/workflows/lint.yaml/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Alint) +[![pkgdown](https://github.com/wlandau/crew.aws.batch/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/wlandau/crew.aws.batch/actions?query=workflow%3Apkgdown) In computationally demanding analysis projects, statisticians and data scientists asynchronously deploy long-running tasks to distributed @@ -389,7 +390,7 @@ citation("crew.aws.batch") To cite package 'crew.aws.batch' in publications use: Landau WM (????). _crew.aws.batch: A Crew Launcher Plugin for AWS - Batch_. R package version 0.0.2.9000, + Batch_. R package version 0.0.4, https://github.com/wlandau/crew.aws.batch, . @@ -398,7 +399,7 @@ A BibTeX entry for LaTeX users is @Manual{, title = {crew.aws.batch: A Crew Launcher Plugin for AWS Batch}, author = {William Michael Landau}, - note = {R package version 0.0.2.9000, + note = {R package version 0.0.4, https://github.com/wlandau/crew.aws.batch}, url = {https://wlandau.github.io/crew.aws.batch/}, }