Skip to content
Prev 4559 / 21312 Next

[Bioc-devel] shiny, Bioconductor, and reproducible research

Hi Winston,
On Mon, Jul 29, 2013 at 2:39 PM, Winston Chang <winston at stdout.org> wrote:
My feeling (and I could be wrong) is that Bioconductor package
developers will be more concerned with testing the basic logic of
shiny apps, and that therefore testing only in R would be sufficient
for the most part. For example, if you could simulate a slider in a
unit test by just changing a reactive value, it would not be necessary
to make sure it works in the deployed context (with browser and
server).

Of course those kinds of tests are also important, but to an extent
they just ensure that shiny itself works, and so they are more the
province of the shiny developers.
That's very helpful!
Thanks,
Dan