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
v1.3.3
#104
Closed
jhollway
closed
1 week ago
jhollway
commented
1 week ago
Description
Modifying
Fixed bug in
to_waves()
where result was unordered
Mapping
graphr()
now uses categorical palettes (effectively closing #60)
Checklist:
PR form
[x] Description above itemizes changes under subtitles, e.g. "## Data""
[x] Any closed, fixed, or related issues are referenced and explained in the description above, e.g. "Fixed #0 by adding A"
[x] Package builds on my OS without issues
PR checks all pass for latest commit
[ ] CodeFactor check: Package improves or maintains good style
[x] 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
Modifying
to_waves()
where result was unorderedMapping
graphr()
now uses categorical palettes (effectively closing #60)Checklist: