From ff0fc8eb9a6cebb0c1ab6be81371c9c538bb93b2 Mon Sep 17 00:00:00 2001 From: Pierre Chelle <45343665+pchelle@users.noreply.github.com> Date: Mon, 23 May 2022 12:27:01 -0400 Subject: [PATCH] Fixes #281 Fixes #282 update vignettes (#290) --- vignettes/atom-plots.Rmd | 5 ++--- vignettes/box-whisker-vignette.Rmd | 5 ++--- vignettes/histogram.Rmd | 5 ++--- vignettes/pk-ratio-vignette.Rmd | 5 ++--- vignettes/plot-configuration.Rmd | 1 - vignettes/plot-maker.Rmd | 5 ++--- vignettes/plot-time-profile.Rmd | 5 ++--- vignettes/theme-maker.Rmd | 5 ++--- vignettes/tlf.Rmd | 1 - 9 files changed, 14 insertions(+), 23 deletions(-) diff --git a/vignettes/atom-plots.Rmd b/vignettes/atom-plots.Rmd index 3828e12b..caa56e46 100644 --- a/vignettes/atom-plots.Rmd +++ b/vignettes/atom-plots.Rmd @@ -1,11 +1,10 @@ --- -title: "Atom plots" -author: "OSPSuiteR 2021" +title: "Atom Plots" output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{Atom plots} + %\VignetteIndexEntry{Atom Plots} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/box-whisker-vignette.Rmd b/vignettes/box-whisker-vignette.Rmd index 0196b4e8..800af8e0 100644 --- a/vignettes/box-whisker-vignette.Rmd +++ b/vignettes/box-whisker-vignette.Rmd @@ -1,11 +1,10 @@ --- -title: "Box-whisker plots" -author: "OSPSuiteR 2021" +title: "Box-Whisker Plots" output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{Box-whisker plots} + %\VignetteIndexEntry{Box-Whisker Plots} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/histogram.Rmd b/vignettes/histogram.Rmd index 9058aca9..47857b3d 100644 --- a/vignettes/histogram.Rmd +++ b/vignettes/histogram.Rmd @@ -1,11 +1,10 @@ --- -title: "Histogram plots" -author: "OSPSuiteR 2021" +title: "Histogram Plots" output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{Histogram plots} + %\VignetteIndexEntry{Histogram Plots} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/pk-ratio-vignette.Rmd b/vignettes/pk-ratio-vignette.Rmd index c35bcde6..3e84aae1 100644 --- a/vignettes/pk-ratio-vignette.Rmd +++ b/vignettes/pk-ratio-vignette.Rmd @@ -1,11 +1,10 @@ --- -title: "PK Ratio plots" -author: "OSPSuiteR 2021" +title: "PK Ratio Plots" output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{PK Ratio plots} + %\VignetteIndexEntry{PK Ratio Plots} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown} --- diff --git a/vignettes/plot-configuration.Rmd b/vignettes/plot-configuration.Rmd index dfc08d3c..b94007b8 100644 --- a/vignettes/plot-configuration.Rmd +++ b/vignettes/plot-configuration.Rmd @@ -1,6 +1,5 @@ --- title: "Introduction to PlotConfiguration objects" -author: "OSPSuiteR 2021" output: rmarkdown::html_vignette: toc: true diff --git a/vignettes/plot-maker.Rmd b/vignettes/plot-maker.Rmd index 873024e8..03dfe839 100644 --- a/vignettes/plot-maker.Rmd +++ b/vignettes/plot-maker.Rmd @@ -1,15 +1,14 @@ --- -title: "plot-maker" +title: "Run Shiny App to Create Plots" resource_files: - figures -author: "OSPSuiteR 2021" output: rmarkdown::html_vignette: fig.align: 'center' dpi: 300 toc: true vignette: > - %\VignetteIndexEntry{plot-maker} + %\VignetteIndexEntry{Run Shiny App to Create Plots} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/plot-time-profile.Rmd b/vignettes/plot-time-profile.Rmd index 65f6a9cc..5e181d1d 100644 --- a/vignettes/plot-time-profile.Rmd +++ b/vignettes/plot-time-profile.Rmd @@ -1,11 +1,10 @@ --- -title: "Time Profile plots" -author: "OSPSuiteR 2021" +title: "Time Profile Plots" output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{Time Profile plots} + %\VignetteIndexEntry{Time Profile Plots} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown} --- diff --git a/vignettes/theme-maker.Rmd b/vignettes/theme-maker.Rmd index 6bb66b0f..35aa1265 100644 --- a/vignettes/theme-maker.Rmd +++ b/vignettes/theme-maker.Rmd @@ -1,13 +1,12 @@ --- -title: "theme-maker" +title: "Run Shiny App to Create Themes" resource_files: - figures -author: "OSPSuiteR 2021" output: rmarkdown::html_vignette: toc: true vignette: > - %\VignetteIndexEntry{theme-maker} + %\VignetteIndexEntry{Run Shiny App to Create Themes} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- diff --git a/vignettes/tlf.Rmd b/vignettes/tlf.Rmd index c7afcfd2..2ab1a452 100644 --- a/vignettes/tlf.Rmd +++ b/vignettes/tlf.Rmd @@ -1,6 +1,5 @@ --- title: "Introduction to tlf-based workflow" -author: "OSPSuiteR 2021" output: rmarkdown::html_vignette: toc: true