Closed epurdom closed 4 years ago
However, we are calling a function from ClusterR which does just that. This may have to be something we explain to reviewers. I updated the documentation to emphasize that this an argument passed to ClusterR so clear not something we dreamed up.
I don't know if it matters, but this call to set.seed
was only done if the user passed the random seed argument to the function.
I think when we submit, we are suppose to explain any NOTES remaining in BiocCheck
and we can explain that one given that is how ClusterR
set it up, not us.
It's not generally considered good coding practice to call
set.seed
inside a function as we do insplines_kmeans
(user is expected to set it before calling function). This gives a warning by BiocCheck