From f959dea1b963da8ebbc698549f5ff272faf64da5 Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Fri, 13 Dec 2024 10:32:25 +0800 Subject: [PATCH] Remove gt example, doesn't work in README --- README.Rmd | 15 -- README.md | 471 -------------------------------------------------- codemeta.json | 2 +- 3 files changed, 1 insertion(+), 487 deletions(-) diff --git a/README.Rmd b/README.Rmd index 6ea31e5..448c5bc 100644 --- a/README.Rmd +++ b/README.Rmd @@ -69,21 +69,6 @@ ft <- theme_ft_aagi(ft) ft ``` -#### Creating Themed {gt} Outputs - -You can use it like so with {gt}. - -```{r gt-tabular} -library(AAGIThemes) -library(dplyr) -library(gt) -gt <- head(airquality) |> - mutate(`Month Name` = "May") |> - gt() -gt <- theme_gt_aagi(gt) -gt -``` - ### Plots and graphs {AAGIThemes} provides several functions to assist users in creating plots, charts and graphs with a more unified AAGI style. diff --git a/README.md b/README.md index c13709a..28f7df7 100644 --- a/README.md +++ b/README.md @@ -79,477 +79,6 @@ ft -#### Creating Themed {gt} Outputs - -You can use it like so with {gt}. - -``` r -library(AAGIThemes) -library(dplyr) -library(gt) -gt <- head(airquality) |> - mutate(`Month Name` = "May") |> - gt() -gt <- theme_gt_aagi(gt) -gt -``` - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OzoneSolar.RWindTempMonthDayMonth Name
411907.46751May
361188.07252May
1214912.67453May
1831311.56254May
NANA14.35655May
28NA14.96656May
-
- ### Plots and graphs {AAGIThemes} provides several functions to assist users in creating diff --git a/codemeta.json b/codemeta.json index f046588..b62d17a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -402,7 +402,7 @@ }, "applicationCategory": "Tools", "isPartOf": "https://grdc.com.au/research/partnerships-and-initiatives/strategic-partnerships/aagi\\", - "fileSize": "4476.074KB", + "fileSize": "4446.869KB", "releaseNotes": "https://github.com/AAGI-AUS/AAGIThemes/blob/master/NEWS.md", "readme": "https://github.com/AAGI-AUS/AAGIThemes/blob/main/README.md", "contIntegration": "https://github.com/AAGI-Org-AU-Public/AAGIThemes/actions/workflows/R-CMD-check.yaml",