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.0.2
#75
Closed
jhollway
closed
4 months ago
jhollway
commented
4 months ago
Description
Package
Added alttext to images in the README, tutorials, and website
Added CRAN link to homepage
Updated favicons
Added more structure to the function overview
Making
Updated intro tutorial with images, exercises, questions, and more explanation and structure
Updated data tutorial with images, new function names, questions, and more explanation and structure
Updated data tutorial with more details on adding and deleting nodes, ties, and attributes
Updated topology tutorial with new function names and more structure
Mapping
Updated viz tutorial with examples of
graphs()
and
grapht()
Updated viz tutorial with more details and examples on colors and theming
Updated viz tutorial with overview, examples, and details on layouts, including force-directed, layered, circular, spectral, and grid layouts
Measures
Updated centrality tutorial with images, new function names, and more structure
Updated centrality tutorial with more interpretation of centrality measures
Updated position tutorial with new function names and more structure
Memberships
Updated community tutorial with new function names and more structure
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
[x] Any new or modified functions or data have roxygen style documentation in their .R scripts
[x] Longer functions are commented inline or broken down into helper functions so that it is easier to debug in the future
[x] PR description above and the NEWS.md file are aligned
[x] DESCRIPTION file version is bumped by the appropriate increment (major, minor, patch)
Description
Package
Making
Mapping
graphs()
andgrapht()
Measures
Memberships
Checklist: