Skip to content

Commit

Permalink
Use UK spellings consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
Torvaney committed Jun 21, 2020
1 parent 3bf7685 commit 55d1e91
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Description: The 'ggplot2' package provides a powerful set of tools
work smoothly with a variety of popular sports data providers.
License: MIT + file LICENSE
URL: https://torvaney.github.io/ggsoccer/, https://github.com/Torvaney/ggsoccer
Language: en-GB
Depends:
R (>= 3.3.0)
Imports:
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ to ensure that the orientation remains correct.

NOTE: Ordinarily, we would just do this with `scale_y_reverse`. However, due to
a [bug in ggplot2](https://github.com/tidyverse/ggplot2/issues/3120), this results in
certain elements of the pitch (center and penalty box arcs) failing to render.
certain elements of the pitch (centre circle and penalty box arcs) failing to render.
Instead, we can flip the y coordinates manually (`100 - y` in this case).

```{r example_shots}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ y-axis to ensure that the orientation remains correct.
NOTE: Ordinarily, we would just do this with `scale_y_reverse`. However,
due to a [bug in
ggplot2](https://github.com/tidyverse/ggplot2/issues/3120), this results
in certain elements of the pitch (center and penalty box arcs) failing
to render. Instead, we can flip the y coordinates manually (`100 - y` in
this case).
in certain elements of the pitch (centre circle and penalty box arcs)
failing to render. Instead, we can flip the y coordinates manually (`100
- y` in this case).

``` r

Expand Down
Binary file modified man/figures/README-example_passes-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-example_passes_sb-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55d1e91

Please sign in to comment.