Skip to content

Commit ca3aad3

Browse files
committed
Try out shields.io badges instead
1 parent 8226e12 commit ca3aad3

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

β€ŽREADME.Rmdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ knitr::opts_chunk$set(
1616
# usethis <img src="man/figures/logo.png" align="right" height="139" />
1717

1818
<!-- badges: start -->
19+
[![R-CMD-check GitHub Workflow Status](https://img.shields.io/github/workflow/status/r-lib/usethis/R-CMD-check?label=R-CMD-check)](https://github.com/r-lib/usethis/actions)
20+
[![Codecov test coverage](https://img.shields.io/codecov/c/github/r-lib/usethis)](https://app.codecov.io/gh/r-lib/usethis?branch=master)
21+
1922
[![R-CMD-check](https://github.com/r-lib/usethis/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/usethis/actions)
2023
[![Codecov test coverage](https://codecov.io/gh/r-lib/usethis/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-lib/usethis?branch=master)
2124
[![CRAN status](https://www.r-pkg.org/badges/version/usethis)](https://CRAN.R-project.org/package=usethis)

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
<!-- badges: start -->
77

8+
[![R-CMD-check GitHub Workflow
9+
Status](https://img.shields.io/github/workflow/status/r-lib/usethis/R-CMD-check?label=R-CMD-check)](https://github.com/r-lib/usethis/actions)
10+
[![Codecov test
11+
coverage](https://img.shields.io/codecov/c/github/r-lib/usethis)](https://app.codecov.io/gh/r-lib/usethis?branch=master)
12+
813
[![R-CMD-check](https://github.com/r-lib/usethis/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/usethis/actions)
914
[![Codecov test
1015
coverage](https://codecov.io/gh/r-lib/usethis/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-lib/usethis?branch=master)
@@ -60,8 +65,8 @@ library(usethis)
6065
# Create a new package -------------------------------------------------
6166
path <- file.path(tempdir(), "mypkg")
6267
create_package(path)
63-
#> βœ“ Creating '/tmp/RtmpxY5vMB/mypkg/'
64-
#> βœ“ Setting active project to '/private/tmp/RtmpxY5vMB/mypkg'
68+
#> βœ“ Creating '/tmp/Rtmp7xIWtC/mypkg/'
69+
#> βœ“ Setting active project to '/private/tmp/Rtmp7xIWtC/mypkg'
6570
#> βœ“ Creating 'R/'
6671
#> βœ“ Writing 'DESCRIPTION'
6772
#> Package: mypkg
@@ -79,8 +84,8 @@ create_package(path)
7984
#> βœ“ Setting active project to '<no active project>'
8085
# only needed since this session isn't interactive
8186
proj_activate(path)
82-
#> βœ“ Setting active project to '/private/tmp/RtmpxY5vMB/mypkg'
83-
#> βœ“ Changing working directory to '/tmp/RtmpxY5vMB/mypkg/'
87+
#> βœ“ Setting active project to '/private/tmp/Rtmp7xIWtC/mypkg'
88+
#> βœ“ Changing working directory to '/tmp/Rtmp7xIWtC/mypkg/'
8489

8590
# Modify the description ----------------------------------------------
8691
use_mit_license("My Name")

0 commit comments

Comments
Β (0)