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" +--- + + + +