NetGen 0.2.3 Unreleased

  • Patch a bug in fortran routine that could cause generated scalefree networks to have potentially larger average degree than targeted.
  • Also address possible LTO issues in FORTRAN.

NetGen 0.2.2 2018-10-05

  • Avoid potential crashes from FORTRAN code by intercepting any invalid parameter combinations and returning a helpful error message. Please note, this changes the default parameter settings of min_module_size and ave_degree, which involved a potentially combination for scale-free and thus also some mixed-type networks.

NetGen 0.2.1 2018-08-11

  • fix inappropriate default in netgen_v1 routine, and add assertion to check argument lengths.

NetGen 0.2.0 2018-05-18

  • Add netsampler() routine

  • Modify user interface for netgen() to provide more self-explanatory argument names. Note: the old behaviour can be recovered for previous scripts you don’t want to update manually by doing netgen <- EcoNetGen:::netgen_v1 after loading EcoNetGen.

  • Ensure that FORTRAN correctly obeys set.seed() by always using the R random number generator. #6

NetGen 0.1.1 2018-04-10 2018-04-10

  • Initial release to CRAN

NetGen 0.1.0 2018-04-04 Unreleased

  • Added a NEWS.md file to track changes to the package.