Skip to content

Commit 2354e80

Browse files
Merge pull request #98 from OxfordIHTM/dev
set project to unreleased in pkgdown
2 parents 36e6013 + 3c1d111 commit 2354e80

File tree

7 files changed

+44
-8
lines changed

7 files changed

+44
-8
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "oxthema" in publications use:'
88
type: software
99
license: GPL-3.0-or-later
1010
title: 'oxthema: Oxford Colours, Palettes, Fonts, and Themes'
11-
version: 0.1.0
11+
version: 0.0.0.9001
1212
doi: 10.5281/zenodo.10721129
1313
abstract: Colours, palettes, fonts, and themes based on University of Oxford's visual
1414
identity guidelines <https://communications.web.ox.ac.uk/communications-resources/visual-identity/identity-guidelines>.
@@ -26,7 +26,7 @@ preferred-citation:
2626
- name: Ernest Guevarra
2727
- name: Greco Malijan
2828
year: '2026'
29-
notes: R package version 0.1.0
29+
notes: R package version 0.0.9001
3030
url: https://oxford-ihtm.io/oxthema/
3131
doi: 10.5281/zenodo.10721129
3232
repository-code: https://github.com/OxfordIHTM/oxthema

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: oxthema
22
Type: Package
33
Title: Oxford Colours, Palettes, Fonts, and Themes
4-
Version: 0.1.0
4+
Version: 0.0.0.9001
55
Authors@R: c(
66
person(given = "Ernest", family = "Guevarra",
77
comment = c(ORCID = "0000-0002-4887-4415"),

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# oxthema 0.1.0.9000 (pre-release)
2+
3+
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.
4+
5+
<br/>
6+
7+
# oxthema 0.0.0.9000 (pre-release)
8+
9+
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.

README.Rmd

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The package provides colours, palettes, and fonts consistent with the university
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

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

4040

4141
## Installation
@@ -49,6 +49,13 @@ install.packages(
4949
)
5050
```
5151

52+
`{oxthema}` can also be installed from [GitHub](https://github.com/OxfordIHTM/oxthema) using the `{pak}` package with:
53+
54+
```R
55+
if (!require("pak")) install.packages("pak")
56+
pak::pak("OxfordIHTM/oxthema")
57+
```
58+
5259
## Usage
5360

5461
The following vignettes provide details on how to make full use of the `{oxthema}` package:
@@ -76,3 +83,7 @@ citation("oxthema")
7683
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).
7784

7885
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.
86+
87+
&nbsp;
88+
89+
[![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)

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ To see a list of features that we are either actively working on, are
4141
considering, or need help on, visit our [GitHub
4242
issues](https://github.com/OxfordIHTM/oxthema/issues) page.
4343

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

4747
## Installation
4848

@@ -57,6 +57,15 @@ install.packages(
5757
)
5858
```
5959

60+
`{oxthema}` can also be installed from
61+
[GitHub](https://github.com/OxfordIHTM/oxthema) using the `{pak}`
62+
package with:
63+
64+
``` r
65+
if (!require("pak")) install.packages("pak")
66+
pak::pak("OxfordIHTM/oxthema")
67+
```
68+
6069
## Usage
6170

6271
The following vignettes provide details on how to make full use of the
@@ -114,3 +123,10 @@ guidelines](https://oxford-ihtm.io/oxthema/CONTRIBUTING.html).
114123
This project is released with a [Contributor Code of
115124
Conduct](https://oxford-ihtm.io/oxthema/CODE_OF_CONDUCT.html). By
116125
participating in this project you agree to abide by its terms.
126+
127+
 
128+
129+
[![This is a project under the Oxford iHealth initiative of the MSc in
130+
International Health and Tropical Medicine of the Nuffield Department of
131+
Medicine, University of
132+
Oxford](https://github.com/OxfordIHTM/ihealth-images/blob/main/ihealth/ihealth_footer.png?raw=true)](https://oxford-ihtm.io)

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bibentry(
44
title = "oxthema: Oxford Palette, Theme, and Theme Components.",
55
author = c(person("Ernest Guevarra"), person("Greco Malijan")),
66
year = "2026",
7-
note = "R package version 0.1.0",
7+
note = "R package version 0.0.9001",
88
url = "https://oxford-ihtm.io/oxthema/",
99
doi = "https://doi.org/10.5281/zenodo.10721129"
1010
)

pkgdown/_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: oxthema
33
url: https://oxford-ihtm.io/oxthema/
44

55
development:
6-
mode: auto
6+
mode: unreleased
77

88
template:
99
bootstrap: 5

0 commit comments

Comments
 (0)