Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update name #36

Merged
merged 2 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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