diff --git a/.Rbuildignore b/.Rbuildignore index cbc29e97..f87ec143 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ ^\.github$ ^pkgdown$ ^_pkgdown\.yml$ +^CRAN-SUBMISSION$ 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: 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..99e80f5b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -22,16 +22,13 @@ 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 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)