Skip to content

Commit 1979d67

Browse files
committed
revised description text
1 parent 48d1565 commit 1979d67

3 files changed

Lines changed: 22 additions & 17 deletions

File tree

DESCRIPTION

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ Type: Package
33
Title: Patterned Fills for 'ggplot2' and 'grid' Graphics
44
Version: 1.0.3
55
Authors@R: c(
6-
person("Daniel P.", "Smith", , "dansmith01@gmail.com", role = c("aut", "cre"),
7-
comment = c(ORCID = "0000-0002-2479-2044")),
8-
person("Alkek Center for Metagenomics and Microbiome Research", role = c("cph", "fnd"))
9-
)
6+
person(
7+
"Daniel P.", "Smith",
8+
email = "dansmith01@gmail.com",
9+
role = c("aut", "cre"),
10+
comment = c(ORCID = "0000-0002-2479-2044")),
11+
person(
12+
"Alkek Center for Metagenomics and Microbiome Research",
13+
role = c("cph", "fnd") ))
1014
Maintainer: Daniel P. Smith <dansmith01@gmail.com>
11-
Description: Adds distinctive yet unobtrusive geometric patterns where solid
12-
color fills are normally used. Patterned figures look just as
13-
professional when viewed by colorblind readers or when printed in black
14-
and white. The dozen included patterns can be customized in terms of scale,
15-
rotation, color, fill, line type, and line width. Compatible with the
16-
'ggplot2' package as well as 'grid' graphics.
15+
Description: Provides geometric patterns to replace solid color fills in
16+
statistical graphics. These patterns ensure figures remain distinguishable
17+
when viewed by colorblind readers or when printed in black and white. The
18+
included patterns can be customized in terms of scale, rotation, color,
19+
fill, line type, and line width. Compatible with the 'ggplot2' package as
20+
well as 'grid' graphics.
1721
URL: https://cmmr.github.io/fillpattern/, https://github.com/cmmr/fillpattern
1822
BugReports: https://github.com/cmmr/fillpattern/issues
1923
License: MIT + file LICENSE

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ knitr::opts_chunk$set(
2525
<!-- badges: end -->
2626

2727

28-
`fillpattern` streamlines the process of adding distinctive yet unobtrusive geometric patterns in place of solid grob/geom fills. The resultant figures look just as professional when viewed by colorblind readers or when printed in black and white.
28+
`fillpattern` provides geometric patterns to replace solid color fills in statistical graphics. These patterns ensure figures remain distinguishable when viewed by colorblind readers or when printed in black and white.
2929

3030
Compared to the similar [`ggpattern`](https://coolbutuseless.github.io/package/ggpattern/index.html) package, `fillpattern`:
3131

32-
* Has no dependencies beyond base R and `ggplot2`.
32+
* Has no dependencies beyond base R and [`ggplot2`](https://ggplot2.tidyverse.org).
3333
* Works with `ggplot2::geom_*` functions.
3434
* Focuses on simple geometric patterns.
3535

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@
1111
[![covr](https://img.shields.io/codecov/c/gh/cmmr/fillpattern?logo=codecov)](https://app.codecov.io/gh/cmmr/fillpattern)
1212
<!-- badges: end -->
1313

14-
`fillpattern` streamlines the process of adding distinctive yet
15-
unobtrusive geometric patterns in place of solid grob/geom fills. The
16-
resultant figures look just as professional when viewed by colorblind
17-
readers or when printed in black and white.
14+
`fillpattern` provides geometric patterns to replace solid color fills
15+
in statistical graphics. These patterns ensure figures remain
16+
distinguishable when viewed by colorblind readers or when printed in
17+
black and white.
1818

1919
Compared to the similar
2020
[`ggpattern`](https://coolbutuseless.github.io/package/ggpattern/index.html)
2121
package, `fillpattern`:
2222

23-
- Has no dependencies beyond base R and `ggplot2`.
23+
- Has no dependencies beyond base R and
24+
[`ggplot2`](https://ggplot2.tidyverse.org).
2425
- Works with `ggplot2::geom_*` functions.
2526
- Focuses on simple geometric patterns.
2627

0 commit comments

Comments
 (0)