mpt-network / MPTmultiverse

An R package for the comparison of MPT analysis approaches
3 stars 6 forks source link

Incorporate the latest bugfixes from the script #4

Open mariusbarth opened 6 years ago

mariusbarth commented 6 years ago

These are the commits that we need to check if they are already implemented in the package. Some of these are probably now redundant or need a little discussion. For example, I think warnings and messages should be included in the output object, not in a separate file. I also added "MB" for those commits that I will take a look at asap.

danheck commented 6 years ago

set random seed (only in script) fixed in: https://github.com/mpt-network/MPTmultiverse/commit/6914af9558d7ec0514e6d479ffa4e9742863aed5

note: by setting a random seed via the following option, it is not necessary to carry around an additional argument for the seed: parallel::clusterSetRNGStream(cl, iseed = sample.int(.Machine$integer.max, 1))