Skip to content

Commit aebe63b

Browse files
Merge pull request #99 from OxfordIHTM/dev
add GHA workflow for codeberg mirroring; fix #95
2 parents 2354e80 + 123567b commit aebe63b

File tree

6 files changed

+16
-9
lines changed

6 files changed

+16
-9
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.0.0.9001
11+
version: 0.0.0.9002
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.0.9001
29+
notes: R package version 0.0.9002
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.0.0.9001
4+
Version: 0.0.0.9002
55
Authors@R: c(
66
person(given = "Ernest", family = "Guevarra",
77
comment = c(ORCID = "0000-0002-4887-4415"),

README.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Feedback, bug reports and feature requests are welcome; file issues or seek supp
8484

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

87+
If you are interested in [Oxford iHealth](https://oxford-ihtm.io)'s work and would like to join the community or contribute to it's various projects, visit the [Oxford iHealth website](https://oxford-ihtm.io) and its [community page](https://oxford-ihtm.io/community/) to learn more.
88+
8789
&nbsp;
8890

8991
[![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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ citation("oxthema")
9797
#>
9898
#> Ernest Guevarra, Greco Malijan (2026). _oxthema: Oxford Palette,
9999
#> Theme, and Theme Components._. doi:10.5281/zenodo.10721129
100-
#> <https://doi.org/10.5281/zenodo.10721129>, R package version 0.1.0,
101-
#> <https://oxford-ihtm.io/oxthema/>.
100+
#> <https://doi.org/10.5281/zenodo.10721129>, R package version
101+
#> 0.0.9002, <https://oxford-ihtm.io/oxthema/>.
102102
#>
103103
#> A BibTeX entry for LaTeX users is
104104
#>
105105
#> @Manual{,
106106
#> title = {oxthema: Oxford Palette, Theme, and Theme Components.},
107107
#> author = {{Ernest Guevarra} and {Greco Malijan}},
108108
#> year = {2026},
109-
#> note = {R package version 0.1.0},
109+
#> note = {R package version 0.0.9002},
110110
#> url = {https://oxford-ihtm.io/oxthema/},
111111
#> doi = {https://doi.org/10.5281/zenodo.10721129},
112112
#> }
@@ -124,6 +124,11 @@ This project is released with a [Contributor Code of
124124
Conduct](https://oxford-ihtm.io/oxthema/CODE_OF_CONDUCT.html). By
125125
participating in this project you agree to abide by its terms.
126126

127+
If you are interested in [Oxford iHealth](https://oxford-ihtm.io)’s work
128+
and would like to join the community or contribute to it’s various
129+
projects, visit the [Oxford iHealth website](https://oxford-ihtm.io) and
130+
its [community page](https://oxford-ihtm.io/community/) to learn more.
131+
127132

128133

129134
[![This is a project under the Oxford iHealth initiative of the MSc in

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.0.9001",
7+
note = "R package version 0.0.9002",
88
url = "https://oxford-ihtm.io/oxthema/",
99
doi = "https://doi.org/10.5281/zenodo.10721129"
1010
)

pkgdown/_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ template:
1212
includes:
1313
in_header: |
1414
<!-- Google tag (gtag.js) -->
15-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q6WH77FEH4"></script>
15+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V6GDWK0YEF"></script>
1616
<script>
1717
window.dataLayer = window.dataLayer || [];
1818
function gtag(){dataLayer.push(arguments);}
1919
gtag('js', new Date());
2020
21-
gtag('config', 'G-Q6WH77FEH4');
21+
gtag('config', 'G-V6GDWK0YEF');
2222
</script>
2323
2424
home:

0 commit comments

Comments
 (0)