netZoo / netZooR

netZooR is a network biology package implemented in R.
https://netzoo.github.io/
GNU General Public License v3.0
100 stars 39 forks source link

Fixed uchardet Dependency #300

Closed taraeicher closed 10 months ago

taraeicher commented 10 months ago

The Bioconductor version of RCy3, used to visualize Cytoscape networks, depends on the defunct package uchardet. The RCy3 group has removed the dependency in the dev version of their code (cytoscape/RCy3). I added the cytoscape/RCy3 GitHub repo to Remotes.

Also fixed a minor note about examples being truncated due to length by splitting the examples over multiple lines.