All Projects → ThinkR-open → Golem

ThinkR-open / Golem

Licence: other
A Framework for Building Robust Shiny Apps

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Golem

Shinyalert
🗯️ Easily create pretty popup messages (modals) in Shiny
Stars: ✭ 148 (-72.08%)
Mutual labels:  shiny, r-package
Pkgnet
R package for analyzing other R packages via graph representations of their dependencies
Stars: ✭ 107 (-79.81%)
Mutual labels:  hacktoberfest, r-package
Plotly
An interactive graphing library for R
Stars: ✭ 2,096 (+295.47%)
Mutual labels:  shiny, r-package
Shinycssloaders
⌛ Add loading animations to a Shiny output while it's recalculating
Stars: ✭ 248 (-53.21%)
Mutual labels:  shiny, r-package
GAlogger
Log R Events and R Usage to Google Analytics
Stars: ✭ 23 (-95.66%)
Mutual labels:  shiny, r-package
Colourpicker
🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
Stars: ✭ 144 (-72.83%)
Mutual labels:  shiny, r-package
Excelr
An Interface to 'jExcel.js' Library
Stars: ✭ 106 (-80%)
Mutual labels:  hacktoberfest, shiny
Shinyjs
💡 Easily improve the user experience of your Shiny apps in seconds
Stars: ✭ 566 (+6.79%)
Mutual labels:  shiny, r-package
VOSONDash
R Shiny application for interactive analysis of networks created by vosonSML.
Stars: ✭ 44 (-91.7%)
Mutual labels:  shiny, r-package
Isee
R/shiny interface for interactive visualization of data in SummarizedExperiment objects
Stars: ✭ 155 (-70.75%)
Mutual labels:  hacktoberfest, shiny
Cicerone
🏛️ Give tours of your Shiny apps
Stars: ✭ 131 (-75.28%)
Mutual labels:  hacktoberfest, shiny
Dt
R Interface to the jQuery Plug-in DataTables
Stars: ✭ 451 (-14.91%)
Mutual labels:  shiny, r-package
Waiter
🕰️ Loading screens for Shiny
Stars: ✭ 325 (-38.68%)
Mutual labels:  hacktoberfest, shiny
Timevis
📅 Create interactive timeline visualizations in R
Stars: ✭ 470 (-11.32%)
Mutual labels:  shiny, r-package
Skll
SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
Stars: ✭ 523 (-1.32%)
Mutual labels:  hacktoberfest
Hound
Lightning fast code searching made easy
Stars: ✭ 4,955 (+834.91%)
Mutual labels:  hacktoberfest
Eigengrau S Essential Establishment Generator
A town generator that is suitable for out of the box play in any fantasy TTRPG setting.
Stars: ✭ 523 (-1.32%)
Mutual labels:  hacktoberfest
Free Courses
Free IT courses
Stars: ✭ 522 (-1.51%)
Mutual labels:  hacktoberfest
Gazpacho
🥫 The simple, fast, and modern web scraping library
Stars: ✭ 525 (-0.94%)
Mutual labels:  hacktoberfest
Bigcache
Efficient cache for gigabytes of data written in Go.
Stars: ✭ 5,304 (+900.75%)
Mutual labels:  hacktoberfest

lifecycle Travis build status AppVeyor build status Coverage status CRAN status

{golem}

{golem} is an opinionated framework for building production-grade shiny applications.

Tool series

This package is part of a series of tools for Shiny, which includes:

Resources

The Book :

Blog posts :

Building Big Shiny Apps

Slide decks

Video

Cheatsheet

Installation

  • You can install the stable version from CRAN with:
install.packages("golem")
  • You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("Thinkr-open/golem")

Launch the project

Create a new package with the project template:

Step by step guide

See full documentation in the {pkgdown} website: https://thinkr-open.github.io/golem/index.html

After project creation, you’ll land on dev/01_start.R. There are also dev/02_dev.R and dev/03_deploy.R

These files are used to keep a track of all the steps you’ll be following while building your app.

Step 1 : Getting Started

Read the Getting Started Vignette for a detailed walkthrough.

Step 2 : Day to Day Dev

Read Day to Day Dev Vignette for a detailed walkthrough.

Step 3: deploy

Read Deploying Apps with {golem} Vignette for a detailed walkthrough.

CoC

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].