{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.
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:
- 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)
. - 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
- Inspect the application source code and begin updating the
application code. You will find placeholders for adding code with
the comments
# TODO:
.
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.