cyjShiny icon indicating copy to clipboard operation
cyjShiny copied to clipboard

An R/shiny widget for cytoscape.js

Results 17 cyjShiny issues
Sort by recently updated
recently updated
newest added

I would like to add https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse to https://github.com/cytoscape/cyjShiny/tree/master/inst/htmlwidgets/lib , but I'm unsure how to update the code for that. If you have any ideas, please let me know.

Bump up to 2? # Pros * The build process is sufficiently different # Cons * No user incompatibilities have been added over summer

Fix name or put in .Rbuildignore 'Found 'inst/doc/makefile': should be 'Makefile' and will be ignored' (see https://github.com/cytoscape/cyjShiny/actions/runs/1159662734)

CHECK issue (see https://github.com/cytoscape/cyjShiny/actions/runs/1159662734) Non-standard file/directory found at top level: 'docs' I suggest moving the contents to README.md. Documentation content in other places wiki and docs is minor and often...

@Dharna5599, Following (closely!) the programming style and logic of inst/unitTests/test_selection.R, please create a test script ```test_firstNeighborSelection.R``` which invokes, and tests the reliability, of this function in ```R/cyjShiny.R```: #' selectFirstNeighbors of...

Hi @oshah97 new branch "abandonWebPack" is working. I suggest: ``` git clone https://github.com/cytoscape/cyjShiny.git cd cyjShiny git checkout abandonWebPack make install demo open http://localhost:9876 ```` The magic glue (pretty opaque to...

Reference to this issue: https://github.com/ramnathv/htmlwidgets/issues/321 One part in the debugging is clicking the open icon marked with the red box: after running this: ``` library(cyjShiny) tbl.nodes

@Dharna5599 this would be a good initial step to know how much work is necessary. It would be good to set up automated CRAN checks for the repository to see...

enhancement

Great package! I was wondering if there is a way to highlight the edges of a node and its connected nodes on clicking it. Similar to http://www.htmlwidgets.org/showcase_visNetwork.html Thanks!