Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.15 KB

lumos

lifecycle: experimental version: 0.0.0.9000

{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.

Installation

You can install the development version of lumos from GitHub with:

# install.packages("devtools")
devtools::install_github("chrisbrownlie/lumos")

Classes

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.

Lighting app

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()

Contact

For more information, contact Chris Brownlie