From a81d2ca1e3cd44934d4f6f1772ffac9281e49540 Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 24 Jan 2025 13:27:54 +0000 Subject: [PATCH 1/2] uptick to dev version --- .github/ISSUE_TEMPLATE/acceptance-cran.md | 15 +++++++++++++++ DESCRIPTION | 2 +- NEWS.md | 2 ++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/acceptance-cran.md diff --git a/.github/ISSUE_TEMPLATE/acceptance-cran.md b/.github/ISSUE_TEMPLATE/acceptance-cran.md new file mode 100644 index 0000000..42c3264 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/acceptance-cran.md @@ -0,0 +1,15 @@ +--- +name: Post-CRAN acceptance +about: Checklist of tasks for post-CRAN acceptance +title: Checklist of tasks for post-CRAN acceptance +labels: documentation +assignees: ernestguevarra +--- + +* [ ] Accepted +* [ ] `git push` +* [ ] `usethis::use_github_release()` +* [ ] `usethis::use_dev_version()` +* [ ] `git push` +* { ] Finish blog post, share on social media, etc. +* [ ] Add link to blog post in `pkgdown` news menu diff --git a/DESCRIPTION b/DESCRIPTION index 700f10a..bd99c39 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: oldr Title: An Implementation of Rapid Assessment Method for Older People -Version: 0.2.3 +Version: 0.2.3.9000 Authors@R: c( person("Mark", "Myatt", comment = c(ORCID = "0000-0003-1119-1474"), email = "mark@brixtonhealth.com", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index 34b270d..c00665a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# oldr (development version) + # oldr 0.2.3 This is the first CRAN release of `{oldr}`. From 2800447b952395f40768356654f80c891448d953 Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 24 Jan 2025 13:36:12 +0000 Subject: [PATCH 2/2] setup dev version post-cran acceptance; fix # --- README.Rmd | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.Rmd b/README.Rmd index 7be4c77..85e9a43 100644 --- a/README.Rmd +++ b/README.Rmd @@ -20,6 +20,10 @@ knitr::opts_chunk$set( [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) +[![CRAN](https://img.shields.io/cran/v/oldr.svg)](https://cran.r-project.org/package=oldr) +[![CRAN](https://img.shields.io/cran/l/oldr.svg)](https://CRAN.R-project.org/package=oldr) +[![CRAN](http://cranlogs.r-pkg.org/badges/oldr)](https://CRAN.R-project.org/package=oldr) +[![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/oldr)](https://CRAN.R-project.org/package=oldr) [![R-CMD-check](https://github.com/rapidsurveys/oldr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rapidsurveys/oldr/actions/workflows/R-CMD-check.yaml) [![R-hub](https://github.com/rapidsurveys/oldr/actions/workflows/rhub.yaml/badge.svg)](https://github.com/rapidsurveys/oldr/actions/workflows/rhub.yaml) [![test-coverage](https://github.com/rapidsurveys/oldr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/rapidsurveys/oldr/actions/workflows/test-coverage.yaml) diff --git a/README.md b/README.md index 5811aaa..e2ed822 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) +[![CRAN](https://img.shields.io/cran/v/oldr.svg)](https://cran.r-project.org/package=oldr) +[![CRAN](https://img.shields.io/cran/l/oldr.svg)](https://CRAN.R-project.org/package=oldr) +[![CRAN](http://cranlogs.r-pkg.org/badges/oldr)](https://CRAN.R-project.org/package=oldr) +[![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/oldr)](https://CRAN.R-project.org/package=oldr) [![R-CMD-check](https://github.com/rapidsurveys/oldr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rapidsurveys/oldr/actions/workflows/R-CMD-check.yaml) [![R-hub](https://github.com/rapidsurveys/oldr/actions/workflows/rhub.yaml/badge.svg)](https://github.com/rapidsurveys/oldr/actions/workflows/rhub.yaml) [![test-coverage](https://github.com/rapidsurveys/oldr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/rapidsurveys/oldr/actions/workflows/test-coverage.yaml)