The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
News
1.0.0 (2020-11-30)
- Resolved a scalablity issue in metric.distance.apl()
- Added random seed as an optional argument of
net.erdos.renyi.gnp()
- Added random seed as an optional argument of
net.rewired.caveman()
- Added Degree-Constraint network generation algorithm
- Added Cluster-Affiliation network generation algorithm
- Added JSS citation information
0.1.6 (2018-09-10)
- from.csc() is deprecated
- from.csr() is deprecated
0.1.5
- draw.degdist.cum.log() is deprecated, use degree.dist(cumulative =
TRUE, log = TRUE) instead
- draw.degdist.cum() is deprecated, use degree.dist(cumulative = TRUE,
log = FALSE) instead
- draw.degdist.log() is deprecated, use degree.dist(cumulative =
FALSE, log = TRUE) instead
- draw.degdist() is deprecated, use degree.dist(cumulative = FALSE,
log = FALSE) instead
- histo.dist() is deprecated, use degree.hist() instead
- dist.deg() is deprecated, use degree.collect() instead
0.1.4
- Fix the consistancy issue when presenting a fastnet network object
by removing the ‘igraph.vs’ class from the output for the function
“from.adjacency” and “from.igraph”
- Elaborate the example and the statements of the “parameters” and
“details” in the “from.edgelist” documentation
- Make the argument “ncores” consistent with other functions for
“net.rewired.caveman”
- Add a new function “to.edgelist” to Coerce a fastnet object to an
edgelist representation
- Add a new function “to.igraph” to Coerce a fastnet object to an
igraph object
- Add a new function “to.tidygraph” to Coerce a fastnet object to a
tidygraph object
- Add a new function “from.csc” to transform a sparse .csc adjacency
matrix to an ego-centric list form used in
- Add a new function “from.csr” to transform a sparse .csr adjacency
matrix to an ego-centric list form used in
- Add a new function “from.statnet” to transform a object to an
ego-centric list form used in
0.1.3
- Changes in plot labels: draw.degdist.cum.log, draw.degdist.cum,
histo.dist
- Minor changes in options and display: draw.degdist.log,
draw.degdist
- Minor changes (typos, spaces): net.barabasi.albert,
net.erdos.renyi.gnp, net.erdos.renyi.gnm
0.1.2
- Three new functions to convert lists to networks
- Some additional validations for metric functions
0.1.1
- (Issue #1) Fixed main title.
0.1.0 Initial Release
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.