ebey

Results 4 issues of ebey

selectizeInput is a good format to use for typing/searching from a list, but some terms have additional arguments and some don't. Also, terms differ in the form of their outputs,...

enhancement

When calculating graph or node-level centrality measures that return an error (e.g. information centrality on the ecoli1 network), save the error in a reactiveValues list and output the list in...

enhancement

The reactive object will get passed to both renderPlot to show to the user and downloadHandler if they choose to download it, saving run time. Also, consider changing image formats...

enhancement

Functions within the shiny code that take in a network object use the nw() reactive object, which is convenient, except for a few scenarios when a different behavior would be...