File tree Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Expand file tree Collapse file tree 5 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ library(ppitables)
19
19
[ ![ 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 )
20
20
[ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-maturing-blue.svg )] ( https://www.tidyverse.org/lifecycle/#maturing )
21
21
[ ![ 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 )
22
23
[ ![ CRAN] ( https://img.shields.io/cran/l/ppitables.svg )] ( https://github.com/katilingban/ppitables/blob/master/LICENSE.md )
23
24
[ ![ CRAN] ( http://cranlogs.r-pkg.org/badges/ppitables )] ( https://CRAN.R-project.org/package=ppitables )
24
25
[ ![ CRAN] ( http://cranlogs.r-pkg.org/badges/grand-total/ppitables )] ( https://CRAN.R-project.org/package=ppitables )
25
26
![ R-CMD-check] ( https://github.com/katilingban/ppitables/workflows/R-CMD-check/badge.svg )
26
27
[ ![ Travis-CI Build Status] ( https://travis-ci.org/katilingban/ppitables.svg?branch=master )] ( https://travis-ci.org/katilingban/ppitables )
27
28
[ ![ 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 )
28
30
[ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/katilingban/ppitables/master.svg )] ( https://codecov.io/github/katilingban/ppitables?branch=master )
29
31
[ ![ DOI - All Versions] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1188982.svg )] ( https://doi.org/10.5281/zenodo.1188982 )
30
32
<!-- - END BADGES --->
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ state and is being actively
10
10
developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
11
11
[ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-maturing-blue.svg )] ( https://www.tidyverse.org/lifecycle/#maturing )
12
12
[ ![ 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 )
13
15
[ ![ CRAN] ( https://img.shields.io/cran/l/ppitables.svg )] ( https://github.com/katilingban/ppitables/blob/master/LICENSE.md )
14
16
[ ![ CRAN] ( http://cranlogs.r-pkg.org/badges/ppitables )] ( https://CRAN.R-project.org/package=ppitables )
15
17
[ ![ 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
18
20
Status] ( https://travis-ci.org/katilingban/ppitables.svg?branch=master )] ( https://travis-ci.org/katilingban/ppitables )
19
21
[ ![ AppVeyor Build
20
22
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 )
21
24
[ ![ Coverage
22
25
Status] ( https://img.shields.io/codecov/c/github/katilingban/ppitables/master.svg )] ( https://codecov.io/github/katilingban/ppitables?branch=master )
23
26
[ ![ DOI - All
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ into factors anymore in newest R version
27
27
* github actions windows-latest, r: release
28
28
* github actions macOS-latest, r: release
29
29
* 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
30
33
31
34
## R CMD check results
32
35
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pandoc: 2.7.3
2
2
pkgdown : 1.6.1
3
3
pkgdown_sha : ~
4
4
articles : {}
5
- last_built : 2020-09-20T09:49Z
5
+ last_built : 2020-09-20T10:40Z
6
6
urls :
7
7
reference : https://validmeasures.org/ppitables/reference
8
8
article : https://validmeasures.org/ppitables/articles
You can’t perform that action at this time.
0 commit comments