This PR fixes bug #24 and also makes strides towards #7 , we no longer use set.seeds() within the functions of this package. We still do for examples and unit tests. And as I understand it, this might still cause issues. I created a new issue for this: #37
I believe the remaining set.seed() calls are less problematic, so #37 is less urgent than #24 was.
This PR fixes bug #24 and also makes strides towards #7 , we no longer use
set.seeds()
within the functions of this package. We still do for examples and unit tests. And as I understand it, this might still cause issues. I created a new issue for this: #37I believe the remaining
set.seed()
calls are less problematic, so #37 is less urgent than #24 was.