wdnet 1.2.3
- Minor fixes to documentation.
- Update citation information.
wdnet 1.2.2
- Removed a test involving set.seed(); rpanet()due to
potential cross-platform inconsistencies.
- Minor updates in testing scripts.
wdnet 1.2.1
- Minor fixes in documentation.
- Added citation for the package.
wdnet 1.2.0
Interface
- Moved the logical argument directedinrpanet()intoinitial.network;rpanet(nstep = 1e4, initial.network = list(directed = TRUE)).
- Revised argument isolatesinclustcoef()to accept binary input.
- Removed the distribution,dparamsandshiftarguments from bothrpa_control_newedge()andrpa_control_edgeweight(); the new argumentsampleraccepts a function used for sampling the number of
new edges and edge weights.
Printing
- Updated print.rpacontrol()andsummary.wdnet().
- Fixed a typo when printing the parameters of the default preference
function.
Minor changes
- Removed sorting of nodes in the initial network from the
binarymethod due to negligible performance gain.
wdnet 1.1.0
- Updated function interfaces now accept wdnetobjects.
- Added methods for wdnetandrpacontrolobjects.
wdnet 1.0.0
- Updated function rpanet.
- Renamed seednetworktoinitial.networkand
changedseednetwork = NULLtoinitial.network = list(edgelist = matrix(c(1, 2), nrow = 1));
- Changed control = NULLtocontrol = list();
- Renamed naivetolinear;nodelisttobag;edgesamplertobagx;
- Updated returns, put node strength and preference scores into a data
frame.
 
- Sort nodes from the seed network according to their preference
scores before the sampling process.
- Renamed rpanetcontrol functions:rpactl.foo()torpa_control_foo().
- Renamed cvxr.control()tocvxr_control().
wdnet 0.0.5
Minor changes
- Updated returned items from dprewireanddprewire.range.
- Removed solved etaand corresponding assortativity
levels.
- Added solver results from CVXR.
 
- Allowed user-defined preference functions in
rpactl.preference.
wdnet 0.0.4
Minor changes
- Renamed internal C++ functions.
- Edited rpanetwithbinaryapproach:
renamed node structures (fix LTO issues).
wdnet 0.0.3
- First version of wdnet submitted to CRAN.