diff --git a/DESCRIPTION b/DESCRIPTION index 9a738a5..c436173 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shiny.likert Title: Shiny package to build likert chart -Version: 0.0.1 +Version: 0.0.2 Authors@R: person("Jinhwan", "Kim", , "jinhwan@zarathu.com", role = c("aut", "cre"), comment = c(ORCID = "YOUR-ORCID-ID")) @@ -15,6 +15,7 @@ Imports: bslib, colourpicker, dplyr, + plyr, ggplot2, likert, plotly, diff --git a/README.md b/README.md index d9c76ae..bf623f6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Shiny application for generate likert chart. ## :wrench: Install and Run application -```{r} +``` r remotes::install_github('zarathucorp/shiny.likert') library(shiny.likert) diff --git a/docs/404.html b/docs/404.html index 5d6607c..6a3ba57 100644 --- a/docs/404.html +++ b/docs/404.html @@ -24,7 +24,7 @@ shiny.likert - 0.0.1 + 0.0.2