Skip to content
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
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "oxthema" in publications use:'
type: software
license: GPL-3.0-or-later
title: 'oxthema: Oxford Colours, Palettes, Fonts, and Themes'
version: 0.1.0
version: 0.0.0.9001
doi: 10.5281/zenodo.10721129
abstract: Colours, palettes, fonts, and themes based on University of Oxford's visual
identity guidelines <https://communications.web.ox.ac.uk/communications-resources/visual-identity/identity-guidelines>.
Expand All @@ -26,7 +26,7 @@ preferred-citation:
- name: Ernest Guevarra
- name: Greco Malijan
year: '2026'
notes: R package version 0.1.0
notes: R package version 0.0.9001
url: https://oxford-ihtm.io/oxthema/
doi: 10.5281/zenodo.10721129
repository-code: https://github.com/OxfordIHTM/oxthema
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: oxthema
Type: Package
Title: Oxford Colours, Palettes, Fonts, and Themes
Version: 0.1.0
Version: 0.0.0.9001
Authors@R: c(
person(given = "Ernest", family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# oxthema 0.1.0.9000 (pre-release)

This is a [GitHub](https://github.com/OxfordIHTM/oxthema)- and [R Universe](https://oxfordihtm.r-universe.dev)-only pre-release of the `{oxthema}` package. The purpose of this pre-release is to allow for beta testing.

<br/>

# oxthema 0.0.0.9000 (pre-release)

This is a [GitHub](https://github.com/OxfordIHTM/oxthema)- and [R Universe](https://oxfordihtm.r-universe.dev)-only pre-release of the `{oxthema}` package. The purpose of this pre-release is to allow for alpha testing.
13 changes: 12 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The package provides colours, palettes, and fonts consistent with the university

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.

`{oxthema}` is currently in pre-release (alpha release) to allow for alpha testing of current functionalities.
`{oxthema}` is currently in pre-release (beta release) to allow for beta testing of current functionalities.


## Installation
Expand All @@ -49,6 +49,13 @@ install.packages(
)
```

`{oxthema}` can also be installed from [GitHub](https://github.com/OxfordIHTM/oxthema) using the `{pak}` package with:

```R
if (!require("pak")) install.packages("pak")
pak::pak("OxfordIHTM/oxthema")
```

## Usage

The following vignettes provide details on how to make full use of the `{oxthema}` package:
Expand Down Expand Up @@ -76,3 +83,7 @@ citation("oxthema")
Feedback, bug reports and feature requests are welcome; file issues or seek support [here](https://github.com/OxfordIHTM/oxthema/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://oxford-ihtm.io/oxthema/CONTRIBUTING.html).

This project is released with a [Contributor Code of Conduct](https://oxford-ihtm.io/oxthema/CODE_OF_CONDUCT.html). By participating in this project you agree to abide by its terms.

&nbsp;

[![This is a project under the Oxford iHealth initiative of the MSc in International Health and Tropical Medicine of the Nuffield Department of Medicine, University of Oxford](https://github.com/OxfordIHTM/ihealth-images/blob/main/ihealth/ihealth_footer.png?raw=true)](https://oxford-ihtm.io)
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ 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.

`{oxthema}` is currently in pre-release (alpha release) to allow for
alpha testing of current functionalities.
`{oxthema}` is currently in pre-release (beta release) to allow for beta
testing of current functionalities.

## Installation

Expand All @@ -57,6 +57,15 @@ install.packages(
)
```

`{oxthema}` can also be installed from
[GitHub](https://github.com/OxfordIHTM/oxthema) using the `{pak}`
package with:

``` r
if (!require("pak")) install.packages("pak")
pak::pak("OxfordIHTM/oxthema")
```

## Usage

The following vignettes provide details on how to make full use of the
Expand Down Expand Up @@ -114,3 +123,10 @@ guidelines](https://oxford-ihtm.io/oxthema/CONTRIBUTING.html).
This project is released with a [Contributor Code of
Conduct](https://oxford-ihtm.io/oxthema/CODE_OF_CONDUCT.html). By
participating in this project you agree to abide by its terms.



[![This is a project under the Oxford iHealth initiative of the MSc in
International Health and Tropical Medicine of the Nuffield Department of
Medicine, University of
Oxford](https://github.com/OxfordIHTM/ihealth-images/blob/main/ihealth/ihealth_footer.png?raw=true)](https://oxford-ihtm.io)
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bibentry(
title = "oxthema: Oxford Palette, Theme, and Theme Components.",
author = c(person("Ernest Guevarra"), person("Greco Malijan")),
year = "2026",
note = "R package version 0.1.0",
note = "R package version 0.0.9001",
url = "https://oxford-ihtm.io/oxthema/",
doi = "https://doi.org/10.5281/zenodo.10721129"
)
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: oxthema
url: https://oxford-ihtm.io/oxthema/

development:
mode: auto
mode: unreleased

template:
bootstrap: 5
Expand Down