Skip to content

Commit 3c1fb37

Browse files
Merge pull request #94 from OxfordIHTM/dev
update pkgdown.yml to sandstone-primary
2 parents 5940ceb + e690f7d commit 3c1fb37

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

README.Rmd

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Colours, palettes, fonts, and themes based on [University of Oxford](https://ox.
3131

3232
`oxthema` aims to provide templates, themes, and theme components for colour palettes, typography, and layout compliant with [University of Oxford](https://ox.ac.uk)'s [visual identity guidelines](https://communications.web.ox.ac.uk/communications-resources/visual-identity/identity-guidelines) for use in the R language for statistical computing graphics and publishing ecosystem.
3333

34-
The package provides colours, palettes, and fonts consistent with the university visual identity guidelines. The package also includes themes for specific packages and functionalities that make use of colours, palettes, and fonts. The package currently has themes for `ggplot2` and for `forestploter` packages.
34+
The package provides colours, palettes, and fonts consistent with the university visual identity guidelines. The package also includes themes for specific packages and functionalities that make use of colours, palettes, and fonts. The package currently has themes for `{ggplot2}` and for `{forestploter}` packages.
3535

3636
To see a list of features that we are either actively working on, are considering, or need help on, visit our [GitHub issues](https://github.com/OxfordIHTM/oxthema/issues) page.
3737

@@ -40,15 +40,12 @@ To see a list of features that we are either actively working on, are considerin
4040

4141
## Installation
4242

43-
`oxthema` is not yet available on [CRAN](https://cran.r-project.org) but can be installed through the [Oxford IHTM R Universe](https://oxfordihtm.r-universe.dev) repository as follows:
43+
`oxthema` is not yet available on [CRAN](https://cran.r-project.org) but can be installed through the [Oxford iHealth R Universe](https://oxfordihtm.r-universe.dev) repository as follows:
4444

4545
```R
4646
install.packages(
4747
"oxthema",
48-
repos = c(
49-
'https://oxfordihtm.r-universe.dev',
50-
'https://cloud.r-project.org'
51-
)
48+
repos = c('https://oxfordihtm.r-universe.dev', 'https://cloud.r-project.org')
5249
)
5350
```
5451

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ publishing ecosystem.
3434
The package provides colours, palettes, and fonts consistent with the
3535
university visual identity guidelines. The package also includes themes
3636
for specific packages and functionalities that make use of colours,
37-
palettes, and fonts. The package currently has themes for `ggplot2` and
38-
for `forestploter` packages.
37+
palettes, and fonts. The package currently has themes for `{ggplot2}`
38+
and for `{forestploter}` packages.
3939

4040
To see a list of features that we are either actively working on, are
4141
considering, or need help on, visit our [GitHub
@@ -47,16 +47,13 @@ testing of current functionalities.
4747
## Installation
4848

4949
`oxthema` is not yet available on [CRAN](https://cran.r-project.org) but
50-
can be installed through the [Oxford IHTM R
50+
can be installed through the [Oxford iHealth R
5151
Universe](https://oxfordihtm.r-universe.dev) repository as follows:
5252

5353
``` r
5454
install.packages(
5555
"oxthema",
56-
repos = c(
57-
'https://oxfordihtm.r-universe.dev',
58-
'https://cloud.r-project.org'
59-
)
56+
repos = c('https://oxfordihtm.r-universe.dev', 'https://cloud.r-project.org')
6057
)
6158
```
6259

pkgdown/_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ development:
77

88
template:
99
bootstrap: 5
10-
bootswatch: journal
10+
bootswatch: sandstone
1111
theme: breeze-light
1212
ganalytics: G-Q6WH77FEH4
1313

@@ -17,7 +17,7 @@ home:
1717
href: https://communications.web.ox.ac.uk/communications-resources/visual-identity/identity-guidelines
1818

1919
navbar:
20-
bg: info
20+
bg: primary
2121
type: light
2222
structure:
2323
left: [home, intro, reference, articles, news]

0 commit comments

Comments
 (0)