cpsievert / LDAvis

R package for web-based interactive topic model visualization.
Other
557 stars 131 forks source link

Deprecate runVis in favor of runShiny #13

Closed cpsievert closed 10 years ago

cpsievert commented 10 years ago

As discussed before, runVis was not a great implementation since it assumed certain object existed in the workspace. These changes will deprecate runVis in favor of runShiny which allows one to pass objects to the shiny app explicitly as well as easily embed the shiny app into R Markdown documents. This pull request will close issue #11.

kshirley commented 10 years ago

Sounds good to me.