Skip to content

Commit

Permalink
Merge pull request #94 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
update pkgdown.yml to sandstone-primary
  • Loading branch information
ernestguevarra authored Oct 31, 2024
2 parents 5940ceb + e690f7d commit 3c1fb37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
9 changes: 3 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Colours, palettes, fonts, and themes based on [University of Oxford](https://ox.

`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.

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.
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.

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.

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

## Installation

`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:
`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:

```R
install.packages(
"oxthema",
repos = c(
'https://oxfordihtm.r-universe.dev',
'https://cloud.r-project.org'
)
repos = c('https://oxfordihtm.r-universe.dev', 'https://cloud.r-project.org')
)
```

Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ publishing ecosystem.
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.
palettes, and fonts. The package currently has themes for `{ggplot2}`
and for `{forestploter}` packages.

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

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

``` r
install.packages(
"oxthema",
repos = c(
'https://oxfordihtm.r-universe.dev',
'https://cloud.r-project.org'
)
repos = c('https://oxfordihtm.r-universe.dev', 'https://cloud.r-project.org')
)
```

Expand Down
4 changes: 2 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ development:

template:
bootstrap: 5
bootswatch: journal
bootswatch: sandstone
theme: breeze-light
ganalytics: G-Q6WH77FEH4

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

navbar:
bg: info
bg: primary
type: light
structure:
left: [home, intro, reference, articles, news]
Expand Down

0 comments on commit 3c1fb37

Please sign in to comment.