Skip to content

Commit

Permalink
Update name in links and email
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-hannah committed Jun 14, 2024
1 parent 358a368 commit 1e954bb
Show file tree
Hide file tree
Showing 8 changed files with 536 additions and 536 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: Graphic Styles and Colours for Scottish Government Plots
Version: 0.2.2.9000
Authors@R: c(
person("Scottish Government", , , "statistics.enquiries@gov.scot", role = c("cph", "fnd")),
person("Alice", "Byers", , "alice.byers@gov.scot", c("aut", "cre"))
person("Alice", "Hannah", , "alice.hannah@gov.scot", c("aut", "cre"))
)
Description: Standard ggplot theme and colour palettes for use in Scottish Government.
License: MIT + file LICENSE
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sgplot should be used in conjunction with these guidance documents.

More information about the package and its functions can be found on the [sgplot website](https://ScotGovAnalysis.github.io/sgplot).
In particular, the [cookbook](https://ScotGovAnalysis.github.io/sgplot/articles/cookbook.html) contains lots of examples.
Slides are also available for an internal [presentation given to statisticians and analysts](https://alicebyers5.github.io/presentations-and-blogs/2023-06-19_sgplot/slides.html).
Slides are also available for an internal [presentation given to statisticians and analysts](https://alice-hannah.github.io/presentations-and-blogs/2023-06-19_sgplot/slides.html).


## Installation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ particular, the
[cookbook](https://ScotGovAnalysis.github.io/sgplot/articles/cookbook.html)
contains lots of examples. Slides are also available for an internal
[presentation given to statisticians and
analysts](https://alicebyers5.github.io/presentations-and-blogs/2023-06-19_sgplot/slides.html).
analysts](https://alice-hannah.github.io/presentations-and-blogs/2023-06-19_sgplot/slides.html).

## Installation

Expand Down
12 changes: 6 additions & 6 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ development:
mode: auto

authors:
Alice Byers:
html: "Alice Byers  \
<a href='mailto:alice.byers@gov.scot'>\
Alice Hannah:
html: "Alice Hannah&nbsp;&nbsp;\
<a href='mailto:alice.hannah@gov.scot'>\
<i class='fas fa-envelope' aria-hidden='true'></i>\
<span class='visually-hidden'>Email Alice Byers></span></a>&nbsp;&nbsp;\
<a href='https://github.com/alicebyers5'>\
<span class='visually-hidden'>Email Alice Hannah></span></a>&nbsp;&nbsp;\
<a href='https://github.com/alice-hannah'>\
<i class='fab fa-github' aria-hidden='true'></i>\
<span class='visually-hidden'>Alice Byers GitHub profile></span></a>"
<span class='visually-hidden'>Alice Hannah GitHub profile></span></a>"
Scottish Government:
html: "Scottish Government&nbsp;&nbsp;\
<a href='mailto:statistics.enquiries@gov.scot'>\
Expand Down
546 changes: 273 additions & 273 deletions man/figures/README-ex1-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
504 changes: 252 additions & 252 deletions man/figures/README-ex2-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/sgplot-package.Rd

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

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

This cookbook provides examples of the code used to produce various chart types using sgplot. There are also examples to demonstrate how to apply further customisation to sgplot charts.

If there is a chart type or task which you think would be useful to include here, please [submit a suggestion](https://github.com/scotgovanalysis/sgplot/issues/new?assignees=alicebyers5&labels=documentation&title=Cookbook+suggestion).
If there is a chart type or task which you think would be useful to include here, please [submit a suggestion](https://github.com/scotgovanalysis/sgplot/issues/new?assignees=alice-hannah&labels=documentation&title=Cookbook+suggestion).

**use_sgplot** <br>
The examples in this cookbook use the sgplot theme and colour functions explicitly, however it may be easier to make use of the `use_sgplot()` function if your charts all require a similar style. More information on `use_sgplot` can be found on the [homepage](https://scotgovanalysis.github.io/sgplot/#use-sgplot-as-default).
Expand Down

0 comments on commit 1e954bb

Please sign in to comment.