Browse Source

Merge branch 'master' of github.com:hrbrmstr/waffle into 1.0.0

1.0.0
boB Rudis 5 years ago
parent
commit
ec1e6e4b18
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 10
      DESCRIPTION
  2. 2
      README.Rmd
  3. 2
      README.md

10
DESCRIPTION

@ -1,13 +1,17 @@
Package: waffle
Type: Package
Title: Create Waffle Chart Visualizations
Version: 0.9.1
Date: 2018-04-04
Version: 0.9.2
Date: 2019-05-15
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Dave", "Gandy", role = "aut", comment = "Font Awesome"),
person("Matthias", "Jütte", role = "ctb"))
person("Andrew", "Breza", email = "andrew.breza@gmail.com", role = "ctb"),
person("Matthias", "Jütte", role = "ctb"),
person("Paul", "Campbell", email = "pacampbell91@gmail.com",
role = "ctb", comment = "geom_bar flip")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Square pie charts (a.k.a. waffle charts) can be used
to communicate parts of a whole for categorical quantities. To emulate the

2
README.Rmd

@ -178,7 +178,7 @@ waffle(
```
**Average Household Savings Each Year**
**Average Household Debt**
```{r fig4a, echo=FALSE, fig.width=8, fig.height=2.5}
waffle(
savings / 392, rows = 7, size = 0.5, legend_pos = "bottom",

2
README.md

@ -167,7 +167,7 @@ waffle(
)
```
**Average Household Savings Each Year**
**Average Household Debt**
<img src="README_files/figure-gfm/fig4a-1.png" width="768" />
<span style="font-size:8pt">(1 square == $392)</span>

Loading…
Cancel
Save