Skip to content

Commit 52a3cbd

Browse files
committed
Merge branch 'dev'
2 parents a205d79 + b986631 commit 52a3cbd

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# sumExtras <img src="man/figures/logo.png" align="right" height="130" alt="" />
22

33
<!-- badges: start -->
4-
54
[![R-CMD-check](https://github.com/kyleGrealis/sumExtras/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/kyleGrealis/sumExtras/actions/workflows/R-CMD-check.yaml)
6-
[![CRAN status](https://www.r-pkg.org/badges/version/sumExtras)](https://CRAN.R-project.org/package=sumExtras)
7-
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/grand-total/sumExtras)](https://cran.r-project.org/package=sumExtras)
85
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
9-
6+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
7+
[![CRAN status](https://www.r-pkg.org/badges/version/sumExtras)](https://CRAN.R-project.org/package=sumExtras)
8+
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/sumExtras)](https://cran.r-project.org/package=sumExtras)
109
<!-- badges: end -->
1110

1211
> **sumExtras**: "**SUM**mary table **EXTRAS**"

pkgdown/_pkgdown.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,27 @@ template:
2020

2121
home:
2222
sidebar:
23-
structure: [links, license, community, citation, authors, dev]
23+
structure:
24+
- links
25+
- license
26+
- community
27+
- citation
28+
- authors
29+
- badges
30+
- dev
31+
components:
32+
badges:
33+
title: ~
34+
text: |
35+
[![R-CMD-check](https://github.com/kyleGrealis/sumExtras/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/kyleGrealis/sumExtras/actions/workflows/R-CMD-check.yaml)
36+
37+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
38+
39+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
40+
41+
[![CRAN status](https://www.r-pkg.org/badges/version/sumExtras)](https://CRAN.R-project.org/package=sumExtras)
42+
43+
[![CRAN downloads](https://cranlogs.r-pkg.org/badges/sumExtras)](https://cran.r-project.org/package=sumExtras)
2444
2545
navbar:
2646
structure:

0 commit comments

Comments
 (0)