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.
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
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
- Host: GitHub
- Owner: debruine
- License: other
- Language: HTML
- Default Branch: main
- Homepage: https://debruine.github.io/shinyintro/
- Size: 57.1 MB
Statistics
- Stars: 24
- Watchers: 1
- Forks: 10
- Open Issues: 6
- Releases: 0
Topics
Metadata Files
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
- Website: https://debruine.github.io
- Repositories: 108
- Profile: https://github.com/debruine
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
Top Committers
| Name | 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
- 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