Skip to content

Commit 4131f37

Browse files
Merge pull request #62 from katilingban/v0.5.3
V0.5.3
2 parents 2c58d48 + fcd7145 commit 4131f37

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ library(ppitables)
1919
[![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)
2020
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
2121
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ppitables)](https://cran.r-project.org/package=ppitables)
22+
[![cran checks](https://cranchecks.info/badges/summary/ppitables)](https://cran.r-project.org/web/checks/check_results_ppitables.html)
2223
[![CRAN](https://img.shields.io/cran/l/ppitables.svg)](https://github.com/katilingban/ppitables/blob/master/LICENSE.md)
2324
[![CRAN](http://cranlogs.r-pkg.org/badges/ppitables)](https://CRAN.R-project.org/package=ppitables)
2425
[![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/ppitables)](https://CRAN.R-project.org/package=ppitables)
2526
![R-CMD-check](https://github.com/katilingban/ppitables/workflows/R-CMD-check/badge.svg)
2627
[![Travis-CI Build Status](https://travis-ci.org/katilingban/ppitables.svg?branch=master)](https://travis-ci.org/katilingban/ppitables)
2728
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/katilingban/ppitables?branch=master&svg=true)](https://ci.appveyor.com/project/katilingban/ppitables)
29+
![test-coverage](https://github.com/katilingban/ppitables/workflows/test-coverage/badge.svg)
2830
[![Coverage Status](https://img.shields.io/codecov/c/github/katilingban/ppitables/master.svg)](https://codecov.io/github/katilingban/ppitables?branch=master)
2931
[![DOI - All Versions](https://zenodo.org/badge/DOI/10.5281/zenodo.1188982.svg)](https://doi.org/10.5281/zenodo.1188982)
3032
<!--- END BADGES --->

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ state and is being actively
1010
developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1111
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
1212
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ppitables)](https://cran.r-project.org/package=ppitables)
13+
[![cran
14+
checks](https://cranchecks.info/badges/summary/ppitables)](https://cran.r-project.org/web/checks/check_results_ppitables.html)
1315
[![CRAN](https://img.shields.io/cran/l/ppitables.svg)](https://github.com/katilingban/ppitables/blob/master/LICENSE.md)
1416
[![CRAN](http://cranlogs.r-pkg.org/badges/ppitables)](https://CRAN.R-project.org/package=ppitables)
1517
[![CRAN](http://cranlogs.r-pkg.org/badges/grand-total/ppitables)](https://CRAN.R-project.org/package=ppitables)
@@ -18,6 +20,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
1820
Status](https://travis-ci.org/katilingban/ppitables.svg?branch=master)](https://travis-ci.org/katilingban/ppitables)
1921
[![AppVeyor Build
2022
Status](https://ci.appveyor.com/api/projects/status/github/katilingban/ppitables?branch=master&svg=true)](https://ci.appveyor.com/project/katilingban/ppitables)
23+
![test-coverage](https://github.com/katilingban/ppitables/workflows/test-coverage/badge.svg)
2124
[![Coverage
2225
Status](https://img.shields.io/codecov/c/github/katilingban/ppitables/master.svg)](https://codecov.io/github/katilingban/ppitables?branch=master)
2326
[![DOI - All

cran-comments.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ into factors anymore in newest R version
2727
* github actions windows-latest, r: release
2828
* github actions macOS-latest, r: release
2929
* github actions ubuntu-20.04, r: release, devel
30+
* rhub windows-latest r devel
31+
* rhub ubuntu 16.04 r release
32+
* rhub fedora r devel
3033

3134
## R CMD check results
3235

docs/index.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandoc: 2.7.3
22
pkgdown: 1.6.1
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2020-09-20T09:49Z
5+
last_built: 2020-09-20T10:40Z
66
urls:
77
reference: https://validmeasures.org/ppitables/reference
88
article: https://validmeasures.org/ppitables/articles

0 commit comments

Comments
 (0)