-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
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")) | ||
|
@@ -15,6 +15,7 @@ Imports: | |
bslib, | ||
colourpicker, | ||
dplyr, | ||
plyr, | ||
ggplot2, | ||
likert, | ||
plotly, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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":""}] |