Skip to content

Commit

Permalink
Merge pull request #36 from ScotGovAnalysis/update-name
Browse files Browse the repository at this point in the history
Update name
  • Loading branch information
alice-hannah authored Jun 14, 2024
2 parents 358a368 + 69f522f commit bbcc8be
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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
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 bbcc8be

Please sign in to comment.