Skip to content
Prev 3229 / 12125 Next

[R-pkg-devel] R CMD check halts on @example in shiny::runApp()

Hi Lindsay,

this is normal and to be expected, as shiny blocks R and shifts focus to
the browser. This only makes sense in interactive modus, as your app needs
input from a user before it does anything.

So for your shiny examples, you always have to use \dontrun{}.
Cheers
Joris

On Mon, Nov 19, 2018 at 3:14 PM L Rutter <lindsayannerutter at gmail.com>
wrote: