Skip to content

Commit a6259dd

Browse files
committed
Remove package name styling in documentation
1 parent a7ab092 commit a6259dd

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ knitr::opts_chunk$set(
3232
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/ggsci)](https://cran.r-project.org/package=ggsci)
3333
<!-- badges: end -->
3434

35-
`ggsci` offers a collection of `ggplot2` color palettes inspired by
35+
ggsci offers a collection of ggplot2 color palettes inspired by
3636
scientific journals, data visualization libraries, science fiction movies,
3737
and TV shows.
3838

3939
## Installation
4040

41-
You can install `ggsci` from CRAN:
41+
You can install ggsci from CRAN:
4242

4343
```r
4444
install.packages("ggsci")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Version](https://www.r-pkg.org/badges/version/ggsci)](https://cran.r-project.org
1212
mirror](https://cranlogs.r-pkg.org/badges/ggsci)](https://cran.r-project.org/package=ggsci)
1313
<!-- badges: end -->
1414

15-
`ggsci` offers a collection of `ggplot2` color palettes inspired by
15+
ggsci offers a collection of ggplot2 color palettes inspired by
1616
scientific journals, data visualization libraries, science fiction
1717
movies, and TV shows.
1818

1919
## Installation
2020

21-
You can install `ggsci` from CRAN:
21+
You can install ggsci from CRAN:
2222

2323
``` r
2424
install.packages("ggsci")

vignettes/ggsci.Rmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ knitr::opts_chunk$set(
3939
>
4040
> --- Claude Monet
4141
42-
`ggsci` offers a collection of high-quality color palettes inspired by
42+
ggsci offers a collection of high-quality color palettes inspired by
4343
colors used in scientific journals, data visualization libraries,
44-
science fiction movies, and TV shows. The color palettes in `ggsci`
45-
are available as `ggplot2` scales. For all the color palettes,
44+
science fiction movies, and TV shows. The color palettes in ggsci
45+
are available as ggplot2 scales. For all the color palettes,
4646
the corresponding scales are named as:
4747

4848
- `scale_color_palname()`
@@ -135,7 +135,7 @@ summarized in the table below.
135135
## Discrete color palettes
136136

137137
We will use scatterplots with smooth curves, and bar plots to demonstrate
138-
the discrete color palettes in `ggsci`.
138+
the discrete color palettes in ggsci.
139139

140140
```{r}
141141
library("ggsci")
@@ -393,7 +393,7 @@ grid.arrange(p1_frontiers, p2_frontiers, ncol = 2)
393393
## Continuous color palettes
394394

395395
We will use a correlation matrix visualization (a special type of heatmap)
396-
to demonstrate the continuous color palettes in `ggsci`.
396+
to demonstrate the continuous color palettes in ggsci.
397397

398398
```{r}
399399
library("reshape2")
@@ -481,7 +481,7 @@ of their saturation levels.
481481

482482
## Non-ggplot2 graphics
483483

484-
To apply the color palettes in `ggsci` to other graphics systems
484+
To apply the color palettes in ggsci to other graphics systems
485485
(such as base graphics and lattice graphics), simply use the
486486
palette generator functions in the table above. For example:
487487

0 commit comments

Comments
 (0)