Skip to content

Commit

Permalink
Merge pull request #44 from Meghansaha/readme-fix
Browse files Browse the repository at this point in the history
Readme fix
  • Loading branch information
Meghansaha authored Sep 11, 2023
2 parents fea4b76 + bd7b98a commit 693c081
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Not necessarily. Data outputs are provided to afford the user freedom of manipul

## Brief Examples

artpack can be used create specified dataframes that will map art when fed into `ggplot2` functions:
artpack can be used to create specified dataframes that will map art when fed into `ggplot2` functions:

For example, `square_data()` creates a data frame that maps a square on to a ggplot:
```{r sq-ex}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ direct data frames, as opposed to trying to “hack” geoms.

## Brief Examples

artpack can be used create specified dataframes that will map art when
artpack can be used to create specified dataframes that will map art when
fed into `ggplot2` functions:

For example, `square_data()` creates a data frame that maps a square on
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/brief_examples.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
brief_examples: brief_examples.html
last_built: 2023-08-27T06:11Z
last_built: 2023-09-11T03:37Z
urls:
reference: https://meghansaha.github.io/artpack/reference
article: https://meghansaha.github.io/artpack/articles
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/circle_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/reference/packer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vignettes/brief_examples.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(

## Brief Examples

aRtpack can be used create specified dataframes that will map art when fed into `ggplot2` functions:
aRtpack can be used to create specified dataframes that will map art when fed into `ggplot2` functions:

For example, `square_data()` creates a data frame that maps a square on to a ggplot:
```{r sq-ex}
Expand Down

0 comments on commit 693c081

Please sign in to comment.