Skip to content

Commit a599f17

Browse files
committed
README
1 parent 1cad21c commit a599f17

10 files changed

+8
-7
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following functions are implemented/objects are exported:
2929
Themes:
3030

3131
- `theme_ipsum`: Arial Narrow
32-
- `theme_ipsum_es`: Ccon Sans Condensed
32+
- `theme_ipsum_es`: Econ Sans Condensed
3333
- `theme_ipsum_rc`: Roboto Condensed
3434
- `theme_ipsum_ps`: IBM Plex Sans font
3535
- `theme_ipsum_pub`: Public Sans

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
55
[![Signed
66
by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr)
77
![Signed commit
8-
%](https://img.shields.io/badge/Signed_Commits-28.8%25-lightgrey.svg)
8+
%](https://img.shields.io/badge/Signed_Commits-100%25-lightgrey.svg)
99
[![Linux build
1010
Status](https://travis-ci.org/hrbrmstr/hrbrthemes.svg?branch=master)](https://travis-ci.org/hrbrmstr/hrbrthemes)
1111
[![Coverage
@@ -15,7 +15,7 @@ checks](https://cranchecks.info/badges/worst/hrbrthemes)](https://cranchecks.inf
1515
[![CRAN
1616
status](https://www.r-pkg.org/badges/version/hrbrthemes)](https://www.r-pkg.org/pkg/hrbrthemes)
1717
![Minimal R
18-
Version](https://img.shields.io/badge/R%3E%3D-3.2.0-blue.svg)
18+
Version](https://img.shields.io/badge/R%3E%3D-3.4.0-blue.svg)
1919
![License](https://img.shields.io/badge/License-MIT-blue.svg)
2020
![downloads](https://cranlogs.r-pkg.org/badges/grand-total/hrbrthemes)
2121
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2545422.svg)](https://doi.org/10.5281/zenodo.2545422)
@@ -44,7 +44,7 @@ The following functions are implemented/objects are exported:
4444
Themes:
4545

4646
- `theme_ipsum`: Arial Narrow
47-
- `theme_ipsum_es`: Ccon Sans Condensed
47+
- `theme_ipsum_es`: Econ Sans Condensed
4848
- `theme_ipsum_rc`: Roboto Condensed
4949
- `theme_ipsum_ps`: IBM Plex Sans font
5050
- `theme_ipsum_pub`: Public Sans
@@ -151,7 +151,7 @@ library(tidyverse)
151151

152152
# current verison
153153
packageVersion("hrbrthemes")
154-
## [1] '0.7.1'
154+
## [1] '0.8.0'
155155
```
156156

157157
### Base theme (Arial Narrow)
@@ -340,8 +340,9 @@ gg_check(gg)
340340

341341
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
342342
| :--- | -------: | ---: | ---: | ---: | ----------: | ---: | -------: | ---: |
343-
| R | 22 | 0.92 | 1340 | 0.91 | 259 | 0.73 | 775 | 0.82 |
344-
| Rmd | 2 | 0.08 | 129 | 0.09 | 98 | 0.27 | 167 | 0.18 |
343+
| R | 23 | 0.88 | 1615 | 0.79 | 308 | 0.70 | 827 | 0.83 |
344+
| HTML | 1 | 0.04 | 297 | 0.15 | 32 | 0.07 | 2 | 0.00 |
345+
| Rmd | 2 | 0.08 | 129 | 0.06 | 98 | 0.22 | 167 | 0.17 |
345346

346347
### Code of Conduct
347348

man/figures/README-ax2-1.png

-458 Bytes
Loading

man/figures/README-ax3-1.png

-703 Bytes
Loading

man/figures/README-ft-1.png

-6 Bytes
Loading

man/figures/README-ps-1.png

125 Bytes
Loading

man/figures/README-rc-1.png

-1 Bytes
Loading

man/figures/README-sc-1.png

-95 Bytes
Loading

man/figures/README-sp-1.png

19 Bytes
Loading

man/figures/README-tw-1.png

228 Bytes
Loading

0 commit comments

Comments
 (0)