diff --git a/.gitignore b/.gitignore index 5b6a065..ab8b88f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ .Rhistory .RData .Ruserdata + +docs/* +README.html diff --git a/DESCRIPTION b/DESCRIPTION index 700228f..1843c78 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinyDataFilter Type: Package -Version: 0.0.1 +Version: 0.0.1.9000 Title: agnostic, idiomatic data filter module for shiny Description: a small data filter module for shiny. Authors@R: c( diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..973025f --- /dev/null +++ b/NEWS.md @@ -0,0 +1,3 @@ +# shinyDataFilter dev + +- Added parameter `choices` to subset the available columns for filtering. diff --git a/README.Rmd b/README.Rmd index f28c24c..013489c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -2,7 +2,7 @@ output: "github_document" --- -# shinyDataFilter +# shinyDataFilter [![CRAN](https://img.shields.io/cran/v/shinyDataFilter.svg)](https://cran.r-project.org/package=shinyDataFilter) diff --git a/README.md b/README.md index ab449f6..e4b0e44 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# shinyDataFilter +# shinyDataFilter diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 2caebfa..5dc6697 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -3,3 +3,8 @@ template: development: mode: auto + +navbar: + structure: + left: [home, intro, reference, articles, tutorials, news] + right: [search, github]