issues
search
stocnet
/
manynet
Many Ways to Make, Manipulate, and Map Myriad Networks
https://stocnet.github.io/manynet/
Other
12
stars
0
forks
source link
Develop
#77
Closed
jhollway
closed
4 months ago
jhollway
commented
4 months ago
Description
Mapping
Fixed #73 "node_color" mapping issue with
graphr()
Fixed issues with variable name warnings in
graphr()
Fixed #76 numeric "node_size" issues with
graphr()
function
Closed #66 so
graphs()
automatically uses "star" layout to plot ego networks
Fixed #41 so arguments for
graphr()
,
graphs()
, and
grapht()
also accept British spellings
Memberships
Fixed bugs in hierarchical community detection algorithms for unconnected networks
Checklist:
PR form
[ ] Description above itemizes changes under subtitles, e.g. "## Data""
[ ] Any closed, fixed, or related issues are referenced and explained in the description above, e.g. "Fixed #0 by adding A"
[ ] Package builds on my OS without issues
PR checks all pass for latest commit
[ ] CodeFactor check: Package improves or maintains good style
[ ] Package builds on Mac
[ ] Package builds on Windows
[ ] Package builds on Linux
[ ] CodeCov check: Package improves or maintains good test coverage
Documentation
[ ] Any new or modified functions or data have roxygen style documentation in their .R scripts
[ ] Longer functions are commented inline or broken down into helper functions so that it is easier to debug in the future
[ ] PR description above and the NEWS.md file are aligned
[ ] DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch)
Description
Mapping
graphr()
graphr()
graphr()
functiongraphs()
automatically uses "star" layout to plot ego networksgraphr()
,graphs()
, andgrapht()
also accept British spellingsMemberships
Checklist: