Skip to content

Commit

Permalink
Update README, remove reference to RMarkdown template
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jul 15, 2024
1 parent d288989 commit b26fc00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,3 @@ ggplot(data = OrchardSprays, aes(x = treatment, y = decrease)) +
scale_y_continuous(breaks = seq(0, 120, by = 20)) +
theme_aagi()
```

## Using {theme.aagi} Word Templates

{theme.aagi} provides RMarkdown Word document templates for you to quickly and easily create RMarkdown documents that use the AAGI colours in the template.
The templates are available through RStudio, `File > New File > R Markdown`, then select "From Template" and then select the template you'd like to use.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,3 @@ ggplot(data = OrchardSprays, aes(x = treatment, y = decrease)) +
```

<img src="man/figures/README-theme_aagi-1.png" width="100%" />

## Using {theme.aagi} Word Templates

{theme.aagi} provides RMarkdown Word document templates for you to
quickly and easily create RMarkdown documents that use the AAGI colours
in the template. The templates are available through RStudio,
`File > New File > R Markdown`, then select “From Template” and then
select the template you’d like to use.

0 comments on commit b26fc00

Please sign in to comment.