Skip to content

Commit 0197cfd

Browse files
committed
Fix CRAN badges in README.md
1 parent 408f3e3 commit 0197cfd

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33

44
[ [**C library**][c-moocore-homepage] ] [ [GitHub][c-moocore-github] ] [![Build status][c-build-badge]][c-build-link]
55

6-
[ [**R package**][r-moocore-homepage] ] [ [GitHub][r-moocore-github] ] [![Build status][r-build-badge]][r-build-link] [![Code Coverage][r-coverage-badge]][r-coverage-link] [![CRAN version](https://www.r-pkg.org/badges/version-last-release/moocore)][r-moocore-cran]
7-
[![CRAN Status](https://www.r-pkg.org/badges/version-last-release/moocore)](https://cran.r-project.org/web/checks/check_results_moocore.html)
6+
[ [**R package**][r-moocore-homepage] ]
7+
[ [GitHub][r-moocore-github] ]
8+
[![Build status][r-build-badge]][r-build-link]
9+
[![Code Coverage][r-coverage-badge]][r-coverage-link]
10+
[![CRAN version](https://www.r-pkg.org/badges/version-last-release/moocore)][r-moocore-cran]
11+
[![CRAN Status](https://badges.cranchecks.info/worst/moocore.svg)][r-moocore-cran-results]
812
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/moocore)][r-moocore-cran]
913

1014
[ [**Python package**][py-moocore-homepage] ] [ [GitHub][py-moocore-github] ] [![Build status][py-build-badge]][py-build-link] [![Code Coverage][py-coverage-badge]][py-coverage-link] [![PyPI - Version](https://img.shields.io/pypi/v/moocore)][py-moocore-pypi] [![PyPI - Downloads](https://img.shields.io/pypi/dm/moocore?color=blue)][py-moocore-pypi]
@@ -53,5 +57,6 @@ Each component is documented in the `README.md` file found under each folder.
5357
[r-coverage-badge]: https://codecov.io/gh/multi-objective/moocore/branch/main/graph/badge.svg?flag=R
5458
[r-coverage-link]: https://app.codecov.io/gh/multi-objective/moocore/tree/main/r
5559
[r-moocore-cran]: https://cran.r-project.org/package=moocore
60+
[r-moocore-cran-results]: https://cran.r-project.org/web/checks/check_results_moocore.html
5661
[r-moocore-github]: https://github.com/multi-objective/moocore/tree/main/r#readme
5762
[r-moocore-homepage]: https://multi-objective.github.io/moocore/r/

r/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# moocore 0.1.1
2+
3+
* Fix problems that only show in CRAN.
4+
15
# moocore 0.1.0
26

37
* Initial version uploaded to CRAN.

r/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- badges: start -->
55
[![CRAN version](https://www.r-pkg.org/badges/version-last-release/moocore)][r-moocore-cran]
6-
[![CRAN Status](https://www.r-pkg.org/badges/version-last-release/moocore)][r-moocore-cran]
6+
[![CRAN Status](https://badges.cranchecks.info/worst/moocore.svg)][r-moocore-cran-results]
77
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/grand-total/moocore)][r-moocore-cran]
88
[![R build status][r-build-badge]][r-build-link]
99
[![coverage][r-coverage-badge]][r-coverage-link]
@@ -86,7 +86,7 @@ following commands within the R console:
8686

8787
```R
8888
R> install.packages("devtools")
89-
R> devtools::install_github("multi-objective/moocore")
89+
R> devtools::install_github("multi-objective/moocore/r")
9090
```
9191

9292
Usage
@@ -140,3 +140,4 @@ this work so I can mention them to my funding agent and tenure committee.
140140
[r-moocore-github]: https://github.com/multi-objective/moocore/tree/main/r#readme
141141
[r-moocore-homepage]: https://multi-objective.github.io/moocore/r/
142142
[r-moocore-cran]: https://cran.r-project.org/package=moocore
143+
[r-moocore-cran-results]: https://cran.r-project.org/web/checks/check_results_moocore.html

0 commit comments

Comments
 (0)