From 017da1b25c849bf026784fb74ae29a0c302dfff3 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Sun, 16 Aug 2020 21:45:25 +0200 Subject: [PATCH] add embedded apps #6 --- .Rbuildignore | 1 + pkgdown/_pkgdown.yml | 7 +++++++ vignettes/.gitignore | 2 ++ vignettes/hello-shiny.Rmd | 31 +++++++++++++++++++++++++++++++ vignettes/old-faithful.Rmd | 31 +++++++++++++++++++++++++++++++ 5 files changed, 72 insertions(+) create mode 100644 vignettes/.gitignore create mode 100644 vignettes/hello-shiny.Rmd create mode 100644 vignettes/old-faithful.Rmd diff --git a/.Rbuildignore b/.Rbuildignore index 360a4c3..f296dbb 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -9,3 +9,4 @@ ^docs$ ^pkgdown$ Dockerfile +^vignettes/ diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index cde1ab1..6e54c91 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -6,3 +6,10 @@ authors: href: https://www.sub.uni-goettingen.de/ template: package: subugoetheme +articles: +- title: Example Apps + navbar: Example Apps + description: Shiny apps used for testing. + contents: + - hello-shiny + - old-faithful diff --git a/vignettes/.gitignore b/vignettes/.gitignore new file mode 100644 index 0000000..097b241 --- /dev/null +++ b/vignettes/.gitignore @@ -0,0 +1,2 @@ +*.html +*.R diff --git a/vignettes/hello-shiny.Rmd b/vignettes/hello-shiny.Rmd new file mode 100644 index 0000000..44e2ee2 --- /dev/null +++ b/vignettes/hello-shiny.Rmd @@ -0,0 +1,31 @@ +--- +title: "hello-shiny" +--- + + + +
+ +
diff --git a/vignettes/old-faithful.Rmd b/vignettes/old-faithful.Rmd new file mode 100644 index 0000000..4099ac5 --- /dev/null +++ b/vignettes/old-faithful.Rmd @@ -0,0 +1,31 @@ +--- +title: "old-faithful" +--- + + + +
+ +