statnetWeb
statnetWeb copied to clipboard
A graphical user interface for network modeling with the 'statnet' software
These changes will update the app for using data from the `statnet.data` package. I'm creating this PR to trigger the checks via GH actions, **please refrain from merging** until the...
Geodesic distance distribution count exceeds total possible dyad counts (e.g., for faux.mesa.high: choose(205, 2) = 20910)
can be reproduced with the attached file [NursingHomeMatrix.zip](https://github.com/statnet/statnetWeb/files/4974565/NursingHomeMatrix.zip)
To let users know they can get all nodal attributes by clicking a node
Error in solve.default(A, tol = tol) : system is computationally singular: reciprocal condition number = 1.7338e-21 Can others please try pulling to make sure you're working with the same version,...
Current ordering is a bit odd. For example, look at faux.mesa. Here, alphabetic (with "other" at end) would be best, but may be difficult to achieve. Note that the same...
writing tests for a GUI application can be quite hard, but it would be great to have some minimal tests that the application can launch so we know if we...
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,...
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...
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...