{lumos} is an R package and shiny app that enable exploration of stage lighting in candelit theatres and how different configurations affect the light levels across different areas of the stage.
You can install the development version of lumos from GitHub with:
# install.packages("devtools")
devtools::install_github("chrisbrownlie/lumos")
The package provides a set of R6 classes (stage, candelabra and candle) which are primarily for use in the lumos app - and as such are reactive-aware - but can also be used outside the app if desired.
You can launch the lumos app with the code below, or visit it at chrisbrownlie.com/lumos (not yet available).
library(lumos)
lumos::run_app()
For more information, contact Chris Brownlie