howardbaek / shiny-r-prod-lego

Shiny application used in Shiny in Production workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brickapp

Lifecycle: experimental

{brickapp} is a Shiny application that provides statistical summaries, visualizations, and predictions based on the LEGO inventory metadata originating from the rebrickable LEGO parts portal. Throughout the Shiny in Production: Tools and Techniques workshop at posit::conf(2023), the workshop participants will practice enhancing this application for use in a production setting.

Workshop Instructions

The project used for this particular exercise / demonstration is hosted on Posit Cloud in this space.

After opening the project, perform the following steps to set up the R environment:

  1. In the R console, the {renv} package will begin to bootstrap itself into the package library. You will likely see a message indicating one or more packages in the lockfile are not installed. In the R console, run the following command to restore the complete package library: renv::restore(prompt = FALSE) .
  2. In the Git tab of the RStudio IDE panel, select the TODO - Add Branch Name branch to load the files associated with this particular exercise / demonstration
  3. Inspect the application source code and begin updating the application code. You will find placeholders for adding code with the comments # TODO:.

Code of Conduct

Please note that the brickapp project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Shiny application used in Shiny in Production workshop

License:Other


Languages

Language:R 98.9%Language:Dockerfile 1.1%