https://github.com/carlganz/csp2017

Shiny apps related to poster at Conference for Statistical practice 2017 in Jacksonville

https://github.com/carlganz/csp2017

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Shiny apps related to poster at Conference for Statistical practice 2017 in Jacksonville

Basic Info
  • Host: GitHub
  • Owner: carlganz
  • License: gpl-3.0
  • Language: R
  • Default Branch: master
  • Size: 5.59 MB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 9 years ago · Last pushed almost 9 years ago
Metadata Files
Readme License

README.md

Travis-CI Build Status

CSP2017

This R package contains Shiny apps related to poster Using Shiny to Efficiently Process Survey Data at Conference for Statistical practice 2017 in Jacksonville

This poster co-won best student poster: http://magazine.amstat.org/blog/2017/04/01/csp2017recap/

Required packages

{R} install.packages('shiny') install.packages('DT') install.packages('tidyverse') install.packages('stringdist') install.packages('shinyjs') install.packages('RSQLite') install.packages('openxlsx') For openxlsx to work on Windows you will need Rtools.

Run Apps

To run the apps locally you'll first need to use devtools to install this package.

```{R} devtools::install_github("carlganz/CSP2017", dependencies = TRUE)

library(CG.CSP17)

Run App A

runapp("A") # or runapp(1)

Run App B

runapp("B") # or runapp(2)

Run App C

runapp("C") # or runapp(3)

```

Owner

  • Name: Carl Ganz
  • Login: carlganz
  • Kind: user
  • Location: Los Angeles

Some kind of programer

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 3.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • aakbarie (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • shiny * imports
  • DBI * suggests
  • DT * suggests
  • RSQLite * suggests
  • dplyr * suggests
  • ggplot2 * suggests
  • openxlsx * suggests
  • shinyjs * suggests
  • stringdist * suggests
  • tidyr * suggests