R packages developed using shiny
1
0
Entering edit mode
@bhaktidwivedi-8895
Last seen 4.0 years ago
United States

Can we submit R packages developed with shiny to bioconductor?

Are there any special requirements or is it similar to an R package submission?

Thank you.

 

 

 

shiny • 1.2k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 14 hours ago
United States

Ask questions about Bioconductor package development on the Bioc-devel mailing list.

A best practice is to write, document, and test the code doing the 'work' of the shiny app as functions in an R package. Implement the user interface and server components of the shiny app in a minimal layer under inst/yourapp/. A silly and incomplete example is in mtmorgan/Elbo (developed for a workshop) where the UI consist exclusively of interface components, and the server component loads the Elbo library but otherwise consists exclusively of server reactive components and calls to the (public interface of the) package.

It would be interesting to hear (on the bioc-devel mailing list) from other developers and their 'best practices' related to shiny app development.

ADD COMMENT

Login before adding your answer.

Traffic: 732 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6