baumer-lab / fertile

creating optimal conditions for reproducibility
GNU General Public License v3.0
52 stars 4 forks source link

Check for presence of random seed #25

Closed hadley closed 6 years ago

hadley commented 6 years ago

If not present, should warn that code might not be reproducible.

beanumber commented 6 years ago

How would we do this? By running the build chain twice and checking for differences? Or searching the code for set.seed(*)?

beanumber commented 6 years ago

check .Random.seed and compare before and after