Skip to content

Commit

Permalink
[chore] add plyr dependency
Browse files Browse the repository at this point in the history
with document updates
Close #9
Close #8
Close #7
  • Loading branch information
jhk0530 committed Nov 23, 2023
1 parent 3dd51f3 commit 5e05d77
Show file tree
Hide file tree
Showing 46 changed files with 69 additions and 65 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Expand All @@ -15,6 +15,7 @@ Imports:
bslib,
colourpicker,
dplyr,
plyr,
ggplot2,
likert,
plotly,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/articles/shiny-likert.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/deps/bootstrap-5.2.2/bootstrap.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 4 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pandoc: 2.19.2
pandoc: 3.1.6.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles:
shiny-likert: shiny-likert.html
last_built: 2023-02-13T04:30Z
last_built: 2023-11-23T03:46Z
urls:
reference: https://github.com/zarathucorp/shiny.likert/reference
article: https://github.com/zarathucorp/shiny.likert/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"path":"https://github.com/zarathucorp/shiny.likert/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2023 shiny.likert authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":[]},{"path":"https://github.com/zarathucorp/shiny.likert/articles/shiny-likert.html","id":"csv-from-google-sheets-google-form","dir":"Articles","previous_headings":"📂 Data","what":"1. CSV from Google sheets & Google Form","title":"shiny.likert","text":"shiny.likert developed consideration Google Sheets. However, accessing sheet using googlesheets4 package requires Auth problem may induce security problem. , shiny.likert accepts CSV file (downloaded) can check pre-built form ’s data.(download ) data consisted 3 columns. Timestamp (user submited survey) Multiple choice question (Strongly agree Strongly disagree)","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/articles/shiny-likert.html","id":"example-data-from-likert-package","dir":"Articles","previous_headings":"📂 Data","what":"2. Example data from likert package","title":"shiny.likert","text":"Since shiny.likert utilize likert package, can use data tutorial. still save csv file. Since full dataset pisaitem large size (shinyapps) ’ll try column","code":"library(likert) #> Loading required package: ggplot2 data(\"pisaitems\") write.csv(pisaitems[,2:5], file = 'pisaitems.csv', row.names = FALSE)"},{"path":"https://github.com/zarathucorp/shiny.likert/articles/shiny-likert.html","id":"run-application","dir":"Articles","previous_headings":"","what":"🕹️ Run application","title":"shiny.likert","text":"code, can run shiny application. run browser like chrome (rathen rstudio viewer), UI layout little better (shiny.likert developed chrome environment) step generate likert chart. Upload csv file Select column visualize NOTE select columns range variable. example, column 1 consisted ~ E, column 2 consisted Good ~ Bad can select one . app work properly Order variables, (Bad option goes Top) Draw button Customize chart options. Save image","code":"library(shiny.likert) shiny.likert() # Run shiny application"},{"path":"https://github.com/zarathucorp/shiny.likert/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Jinhwan Kim. Author, maintainer.","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Kim J (2023). shiny.likert: Shiny package build likert chart. R package version 0.0.1, https://github.com/zarathucorp/shiny.likert.","code":"@Manual{, title = {shiny.likert: Shiny package to build likert chart}, author = {Jinhwan Kim}, year = {2023}, note = {R package version 0.0.1}, url = {https://github.com/zarathucorp/shiny.likert}, }"},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"yellow_heart-shinylikert-","dir":"","previous_headings":"","what":"Build likert chart with shiny.","title":"Build likert chart with shiny.","text":"Shiny application generate likert chart.","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"wrench-install-and-run-application","dir":"","previous_headings":"","what":"🔧 Install and Run application","title":"Build likert chart with shiny.","text":"","code":"remotes::install_github('zarathucorp/shiny.likert') library(shiny.likert) shiny.likert()"},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"clipboard-prerequisites","dir":"","previous_headings":"","what":"📋 Prerequisites","title":"Build likert chart with shiny.","text":"bslib - 0.4.2 colourpicker- 1.2.0 dplyr- 1.1.0 ggplot2 - 3.4.1 likert- 2.0.0 plotly- 4.10.1 shiny - 1.7.4 shinyWidgets- 0.7.6 sortable- 0.4.6","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"blush-authors","dir":"","previous_headings":"","what":"😊 Authors","title":"Build likert chart with shiny.","text":":octocat: Jinhwan Kim @jhk0530","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"cloud-shinyapps","dir":"","previous_headings":"","what":"☁️ ShinyApps","title":"Build likert chart with shiny.","text":"https://jhkim.shinyapps.io/shiny-likert/","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"memo-license","dir":"","previous_headings":"","what":"📝 License","title":"Build likert chart with shiny.","text":"Copyright ©️ 2023 Jinhwan Kim project MIT licensed README generated 💕 shinyReadme","code":""}]
[{"path":"https://github.com/zarathucorp/shiny.likert/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2023 shiny.likert authors Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":[]},{"path":"https://github.com/zarathucorp/shiny.likert/articles/shiny-likert.html","id":"csv-from-google-sheets-google-form","dir":"Articles","previous_headings":"📂 Data","what":"1. CSV from Google sheets & Google Form","title":"shiny.likert","text":"shiny.likert developed consideration Google Sheets. However, accessing sheet using googlesheets4 package requires Auth problem may induce security problem. , shiny.likert accepts CSV file (downloaded) can check pre-built form ’s data.(download ) data consisted 3 columns. Timestamp (user submited survey) Multiple choice question (Strongly agree Strongly disagree)","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/articles/shiny-likert.html","id":"example-data-from-likert-package","dir":"Articles","previous_headings":"📂 Data","what":"2. Example data from likert package","title":"shiny.likert","text":"Since shiny.likert utilize likert package, can use data tutorial. still save csv file. Since full dataset pisaitem large size (shinyapps) ’ll try column","code":"library(likert) #> Loading required package: ggplot2 #> Loading required package: xtable data(\"pisaitems\") write.csv(pisaitems[,2:5], file = 'pisaitems.csv', row.names = FALSE)"},{"path":"https://github.com/zarathucorp/shiny.likert/articles/shiny-likert.html","id":"run-application","dir":"Articles","previous_headings":"","what":"🕹️ Run application","title":"shiny.likert","text":"code, can run shiny application. run browser like chrome (rathen rstudio viewer), UI layout little better (shiny.likert developed chrome environment) step generate likert chart. Upload csv file Select column visualize NOTE select columns range variable. example, column 1 consisted ~ E, column 2 consisted Good ~ Bad can select one . app work properly Order variables, (Bad option goes Top) Draw button Customize chart options. Save image","code":"library(shiny.likert) shiny.likert() # Run shiny application"},{"path":"https://github.com/zarathucorp/shiny.likert/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"Jinhwan Kim. Author, maintainer.","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Kim J (2023). shiny.likert: Shiny package build likert chart. R package version 0.0.2, https://github.com/zarathucorp/shiny.likert.","code":"@Manual{, title = {shiny.likert: Shiny package to build likert chart}, author = {Jinhwan Kim}, year = {2023}, note = {R package version 0.0.2}, url = {https://github.com/zarathucorp/shiny.likert}, }"},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"yellow_heart-shinylikert-","dir":"","previous_headings":"","what":"Build likert chart with shiny.","title":"Build likert chart with shiny.","text":"Shiny application generate likert chart.","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"wrench-install-and-run-application","dir":"","previous_headings":"","what":"🔧 Install and Run application","title":"Build likert chart with shiny.","text":"","code":"remotes::install_github('zarathucorp/shiny.likert') library(shiny.likert) shiny.likert()"},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"clipboard-prerequisites","dir":"","previous_headings":"","what":"📋 Prerequisites","title":"Build likert chart with shiny.","text":"bslib - 0.4.2 colourpicker- 1.2.0 dplyr- 1.1.0 ggplot2 - 3.4.1 likert- 2.0.0 plotly- 4.10.1 shiny - 1.7.4 shinyWidgets- 0.7.6 sortable- 0.4.6","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"blush-authors","dir":"","previous_headings":"","what":"😊 Authors","title":"Build likert chart with shiny.","text":":octocat: Jinhwan Kim @jhk0530","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"cloud-shinyapps","dir":"","previous_headings":"","what":"☁️ ShinyApps","title":"Build likert chart with shiny.","text":"https://jhkim.shinyapps.io/shiny-likert/","code":""},{"path":"https://github.com/zarathucorp/shiny.likert/index.html","id":"memo-license","dir":"","previous_headings":"","what":"📝 License","title":"Build likert chart with shiny.","text":"Copyright ©️ 2023 Jinhwan Kim project MIT licensed README generated 💕 shinyReadme","code":""}]
Loading

0 comments on commit 5e05d77

Please sign in to comment.