Skip to content

Commit 0b612c6

Browse files
create a README
1 parent 3906637 commit 0b612c6

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
33
^LICENSE\.md$
4+
^README\.Rmd$

README.Rmd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
output: github_document
3+
---
4+
5+
<!-- README.md is generated from README.Rmd. Please edit that file -->
6+
7+
```{r, include = FALSE}
8+
knitr::opts_chunk$set(
9+
collapse = TRUE,
10+
comment = "#>",
11+
fig.path = "man/figures/README-",
12+
out.width = "100%"
13+
)
14+
```
15+
16+
# oxfordtheme: University of Oxford Theme and Theme Components for 'ggplot2'
17+
18+
<!-- badges: start -->
19+
<!-- badges: end -->
20+
21+
Theme and theme components for 'ggplot2' based on [University of Oxford](https://ox.ac.uk)'s [visual identity guidelines](https://www.ox.ac.uk/sites/files/oxford/media_wysiwyg/Oxford%20Blue%20LR.pdf).
22+
23+
## Installation
24+
25+
You can install the development version of oxfordtheme from [GitHub](https://github.com/) with:
26+
27+
``` r
28+
# install.packages("remotes")
29+
remotes::install_github("OxfordIHTM/oxfordtheme")
30+
```
31+

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
<!-- README.md is generated from README.Rmd. Please edit that file -->
3+
4+
# oxfordtheme: University of Oxford Theme and Theme Components for ‘ggplot2’
5+
6+
<!-- badges: start -->
7+
<!-- badges: end -->
8+
9+
Theme and theme components for ‘ggplot2’ based on [University of
10+
Oxford](https://ox.ac.uk)’s [visual identity
11+
guidelines](https://www.ox.ac.uk/sites/files/oxford/media_wysiwyg/Oxford%20Blue%20LR.pdf).
12+
13+
## Installation
14+
15+
You can install the development version of oxfordtheme from
16+
[GitHub](https://github.com/) with:
17+
18+
``` r
19+
# install.packages("remotes")
20+
remotes::install_github("OxfordIHTM/oxfordtheme")
21+
```

0 commit comments

Comments
 (0)