On 26/08/2015 8:00 AM, Jombart, Thibaut wrote:
> Hi there
>
> thanks for the answer.
>
>>> But are their better ways / best practices?
>> You'll have to ask questions like these on a Shiny forum.
>
> Done. New thread there: https://goo.gl/17hsAa
>
>>> On a related topic: are there plans of for
Hi there
thanks for the answer.
>> But are their better ways / best practices?
>You'll have to ask questions like these on a Shiny forum.
Done. New thread there: https://goo.gl/17hsAa
>> On a related topic: are there plans of formally incorporating shiny apps in
>> the structure of a R packag
On 26/08/2015 6:43 AM, Jombart, Thibaut wrote:
> Dear all,
>
> I have a package implementing a shiny app, putting the R code of the app
> (server.R and ui.R) in inst/... and then having a simple function merely
> starting the app with something along the lines of:
> runApp(system.file("inst/...
Dear all,
I have a package implementing a shiny app, putting the R code of the app
(server.R and ui.R) in inst/... and then having a simple function merely
starting the app with something along the lines of:
runApp(system.file("inst/..."))
However, the app itself uses functions from packages w