trestletech / shinyRGL

Shiny wrappers for RGL (WebGL)
MIT License
52 stars 22 forks source link

Run examples from the package #4

Closed kaneplusplus closed 11 years ago

kaneplusplus commented 11 years ago

Hi, great package. However, it was a little bit of a pain to run the examples so I added functions to run the examples from the package. I also added documentation and bumped the version.

Please note that there is an update to webgl-output.R. This was an accidental touch and it can be ignored.

Thanks, Michael

trestletech commented 11 years ago

Thanks, Michael. I think this will definitely make running the examples easier.

FYI - there's been discussions of extending the runExample function in Shiny to include 3rd party package examples, but until then, I think this is a good solution.

Thanks again!

kaneplusplus commented 11 years ago

Thanks for the information. I wasn't aware of a potential runExample function. I have a feeling that shiny examples in packages are going to become common very soon.