shinyintro

This class will teach you the basics of Shiny app programming, giving you skills that will form the basis of almost any app you want to build. By the end of the class, you will have created a custom app that collects and saves data, allows users to dynamically visualize the data, and produces downloadable reports.

https://github.com/debruine/shinyintro

Science Score: 31.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary

Keywords

shiny tutorial
Last synced: 4 months ago · JSON representation ·

Repository

This class will teach you the basics of Shiny app programming, giving you skills that will form the basis of almost any app you want to build. By the end of the class, you will have created a custom app that collects and saves data, allows users to dynamically visualize the data, and produces downloadable reports.

Basic Info
Statistics
  • Stars: 24
  • Watchers: 1
  • Forks: 10
  • Open Issues: 6
  • Releases: 0
Topics
shiny tutorial
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.Rmd

---
output: github_document
---



# shinyintro




This package installs all of the packages you need for Lisa DeBruine's course on Building Web Apps with R Shiny. It also gives you local access to the [book](https://debruine.github.io/shinyintro) and example Shiny apps.

## Installation

You can install shinyintro  with:

``` r
# you may have to install devtools first with 
# install.packages("devtools")

devtools::install_github("debruine/shinyintro")
```


## Functions

Open a local copy of the book:

``` r
shinyintro::book()
```

Open a built-in shiny app.

``` r
shinyintro::app("template")
```

Owner

  • Name: Lisa DeBruine
  • Login: debruine
  • Kind: user
  • Location: Glasgow, Scotland
  • Company: University of Glasgow

Psych prof slowly morphing into an rstats dev

Citation (CITATION)

cff-version: 1.2.0
message: "If you use this book, please cite it as below."
authors:
- family-names: "Lisa"
  given-names: "DeBruine"
  orcid: "https://orcid.org/0000-0002-7523-5539"
title: "Building Web Apps with R Shiny"
version: 1.0
date-released: 2021
url: "https://github.com/debruine/shinyintro/"

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 49
  • Total Committers: 2
  • Avg Commits per committer: 24.5
  • Development Distribution Score (DDS): 0.02
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
debruine d****e@g****m 48
Lisa DeBruine d****e@L****l 1

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 3
  • Total pull requests: 4
  • Average time to close issues: about 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.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
  • arne-cl (1)
  • hathawayj (1)
  • Lextuga007 (1)
Pull Request Authors
  • Lextuga007 (2)
  • arne-cl (2)
  • ViolaPsch (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • DT * imports
  • R.utils * imports
  • dplyr * imports
  • ggplot2 * imports
  • googlesheets4 * imports
  • knitr * imports
  • readr * imports
  • shiny * imports
  • shinydashboard * imports
  • shinyjs * imports
  • tidyr * imports
  • glossary * suggests
  • webexercises * suggests
inst/apps/add_demo/DESCRIPTION cran
inst/apps/basic_template/DESCRIPTION cran
inst/apps/contingency_demo/DESCRIPTION cran
inst/apps/first_demo/DESCRIPTION cran
inst/apps/input_demo/DESCRIPTION cran
inst/apps/modular/DESCRIPTION cran
inst/apps/modules_demo/DESCRIPTION cran
inst/apps/no_modules_demo/DESCRIPTION cran
inst/apps/output_demo/DESCRIPTION cran
inst/apps/radiotables/DESCRIPTION cran
inst/apps/reactive_demo/DESCRIPTION cran
inst/apps/reports_demo/DESCRIPTION cran