From 8b3b1a8496f963efad2cc387147684c05e1037cf Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 12 Apr 2024 19:23:46 +0100 Subject: [PATCH 1/4] add rhub badge --- README.Rmd | 1 + README.md | 1 + cran-comments.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 18410f00..555c3be0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,6 +23,7 @@ library(ppitables) [![CRAN](https://img.shields.io/cran/l/ppitables.svg)](https://github.com/katilingban/ppitables/blob/master/LICENSE.md) [![CRAN](http://cranlogs.r-pkg.org/badges/ppitables)](https://CRAN.R-project.org/package=ppitables) [![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/ppitables)](https://CRAN.R-project.org/package=ppitables) +[![R-hub](https://github.com/katilingban/ppitables/actions/workflows/rhub.yaml/badge.svg)](https://github.com/katilingban/ppitables/actions/workflows/rhub.yaml) [![R-CMD-check](https://github.com/katilingban/ppitables/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/ppitables/actions/workflows/R-CMD-check.yaml) ![test-coverage](https://github.com/katilingban/ppitables/workflows/test-coverage/badge.svg) [![Codecov test coverage](https://codecov.io/gh/katilingban/ppitables/branch/main/graph/badge.svg)](https://app.codecov.io/gh/katilingban/ppitables?branch=main) diff --git a/README.md b/README.md index 6b906ba5..d633c8b8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ checks](https://badges.cranchecks.info/worst/ppitables.svg)](https://cran.r-proj [![CRAN](https://img.shields.io/cran/l/ppitables.svg)](https://github.com/katilingban/ppitables/blob/master/LICENSE.md) [![CRAN](http://cranlogs.r-pkg.org/badges/ppitables)](https://CRAN.R-project.org/package=ppitables) [![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/ppitables)](https://CRAN.R-project.org/package=ppitables) +[![R-hub](https://github.com/katilingban/ppitables/actions/workflows/rhub.yaml/badge.svg)](https://github.com/katilingban/ppitables/actions/workflows/rhub.yaml) [![R-CMD-check](https://github.com/katilingban/ppitables/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/katilingban/ppitables/actions/workflows/R-CMD-check.yaml) ![test-coverage](https://github.com/katilingban/ppitables/workflows/test-coverage/badge.svg) [![Codecov test diff --git a/cran-comments.md b/cran-comments.md index fc558ddd..d1a112a5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -22,7 +22,7 @@ Indonesia PPI tables * ubuntu-latest (on GitHub Actions), release, devel, and oldrelease * mac-builder (release) * win-builder (devel, release, oldrelease) -* rhub (windows-devel, fedora-devel, ubuntu-release) +* rhub (windows-devel, fedora-devel, linux-devel, macos-devel) ## R CMD check results From 6dcfa2b74ff818e3ac01bdcb9dde21013ae6aca2 Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 12 Apr 2024 19:57:49 +0100 Subject: [PATCH 2/4] update cran-comments.md --- cran-comments.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index d1a112a5..99e80f5b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -28,10 +28,7 @@ Indonesia PPI tables 0 errors | 0 warnings | 0 notes -## revdepcheck results - -We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. - - * We saw 0 new problems - * We failed to check 0 packages +## Reverse dependencies +`ppitables` doesn't have any downstream / reverse dependencies +(see https://github.com/katilingban/ppitables/tree/main/revdep/cran.md) From 701553a3350a64efddf1d251659540fb973002bb Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 12 Apr 2024 21:38:47 +0100 Subject: [PATCH 3/4] Increment version number to 0.5.5.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 51e10e0c..6bc5c609 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: ppitables Type: Package Title: Lookup Tables to Generate Poverty Likelihoods and Rates using the Poverty Probability Index (PPI) -Version: 0.5.5 +Version: 0.5.5.9000 Authors@R: person("Ernest", "Guevarra", comment = c(ORCID = "0000-0002-4887-4415"), email = "ernestgmd@gmail.com", role = c("aut", "cre")) diff --git a/NEWS.md b/NEWS.md index efd0b052..ca49bfd8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# ppitables (development version) + # ppitables 0.5.5 This is the tenth CRAN release of `ppitables`. In this release, I added: From 904c8fea9c7fe34f5b2316551a6b78e72774ddcf Mon Sep 17 00:00:00 2001 From: Ernest Guevarra Date: Fri, 12 Apr 2024 21:39:01 +0100 Subject: [PATCH 4/4] create dev version --- .Rbuildignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.Rbuildignore b/.Rbuildignore index cbc29e97..f87ec143 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ ^\.github$ ^pkgdown$ ^_pkgdown\.yml$ +^CRAN-SUBMISSION$