@@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
5
5
[ ![ Signed
6
6
by] ( https://img.shields.io/badge/Keybase-Verified-brightgreen.svg )] ( https://keybase.io/hrbrmstr )
7
7
![ 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 )
9
9
[ ![ Linux build
10
10
Status] ( https://travis-ci.org/hrbrmstr/hrbrthemes.svg?branch=master )] ( https://travis-ci.org/hrbrmstr/hrbrthemes )
11
11
[ ](https://cranchecks.inf
15
15
[ ![ CRAN
16
16
status] ( https://www.r-pkg.org/badges/version/hrbrthemes )] ( https://www.r-pkg.org/pkg/hrbrthemes )
17
17
![ 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 )
19
19
![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )
20
20
![ downloads] ( https://cranlogs.r-pkg.org/badges/grand-total/hrbrthemes )
21
21
[ ![ 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:
44
44
Themes:
45
45
46
46
- ` theme_ipsum ` : Arial Narrow
47
- - ` theme_ipsum_es ` : Ccon Sans Condensed
47
+ - ` theme_ipsum_es ` : Econ Sans Condensed
48
48
- ` theme_ipsum_rc ` : Roboto Condensed
49
49
- ` theme_ipsum_ps ` : IBM Plex Sans font
50
50
- ` theme_ipsum_pub ` : Public Sans
@@ -151,7 +151,7 @@ library(tidyverse)
151
151
152
152
# current verison
153
153
packageVersion(" hrbrthemes" )
154
- # # [1] '0.7.1 '
154
+ # # [1] '0.8.0 '
155
155
```
156
156
157
157
### Base theme (Arial Narrow)
@@ -340,8 +340,9 @@ gg_check(gg)
340
340
341
341
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
342
342
| :--- | -------: | ---: | ---: | ---: | ----------: | ---: | -------: | ---: |
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 |
345
346
346
347
### Code of Conduct
347
348
0 commit comments