Skip to content

Commit c32fb08

Browse files
authored
Merge pull request #30 from ScotGovAnalysis/dev
Fix broken links and update roxygen version
2 parents 4a88616 + ebeeb08 commit c32fb08

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
^docs$
1010
^pkgdown$
1111
^doc$
12+
^Meta$

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
docs
66
inst/doc
77
/doc/
8+
/Meta/

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sgplot
22
Title: Graphic Styles and Colours for Scottish Government Plots
3-
Version: 0.2.1
3+
Version: 0.2.2
44
Authors@R: c(
55
person("Scottish Government", , , "statistics.enquiries@gov.scot", role = c("cph", "fnd")),
66
person("Alice", "Byers", , "alice.byers@gov.scot", c("aut", "cre"))
@@ -13,7 +13,7 @@ URL:
1313
BugReports: https://github.com/ScotGovAnalysis/sgplot/issues
1414
Encoding: UTF-8
1515
LazyData: true
16-
RoxygenNote: 7.2.3
16+
RoxygenNote: 7.3.1
1717
Depends:
1818
R (>= 2.10)
1919
Imports:

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# sgplot 0.2.2
2+
3+
* Fix links to contributing guidance in vignettes
4+
5+
* Update required `roxygen` version
6+
17
# sgplot 0.2.1
28

39
* Fix issue where `scale_` functions didn't work without the package being loaded (#26)

vignettes/colours.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ If so, this should be carefully considered to ensure it meets accessibility requ
170170
The Analysis Function guidance outlines [appropriate steps for choosing your own accessibile colour palette](https://analysisfunction.civilservice.gov.uk/policy-store/data-visualisation-colours-in-charts/#section-9) and should be used.
171171

172172
An example of how to use an alternative colour palette is provided in the [cookbook](https://scotgovanalysis.github.io/sgplot/articles/cookbook.html#using-your-own-colour-palette).
173-
However, if you use a different palette regularly and feel it would be useful for this to be added to sgplot, please make a suggestion as per the [contributing guidance](https://scotgovanalysis.github.io/sgplot/CONTRIBTUING.html).
173+
However, if you use a different palette regularly and feel it would be useful for this to be added to sgplot, please make a suggestion as per the [contributing guidance](https://scotgovanalysis.github.io/sgplot/CONTRIBUTING.html).
174174

175175

176176
## Viewing Palettes in R

vignettes/cookbook/_colour-palettes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ gapminder |>
125125

126126
#### Adding a new colour palette to sgplot
127127

128-
If you use a different palette regularly and feel it would be useful for this to be added to sgplot, please make a suggestion as per the [contributing guidance](https://scotgovanalysis.github.io/sgplot/CONTRIBTUING.html).
128+
If you use a different palette regularly and feel it would be useful for this to be added to sgplot, please make a suggestion as per the [contributing guidance](https://scotgovanalysis.github.io/sgplot/CONTRIBUTING.html).

0 commit comments

Comments
 (0)