SBOHVM / RPiR

The Reproducible Programming in R course, developed by the School of Biodiversity, One Health and Veterinary Medicine at the University of Glasgow.
https://sbohvm.github.io/RPiR/
GNU General Public License v3.0
12 stars 2 forks source link

run_simple() and run_simulation() #325

Closed soniamitchell closed 2 years ago

soniamitchell commented 3 years ago

Remove the exercises that pass functions to run_simple() and run_simulation().

richardreeve commented 3 years ago

These functions now use RPiR::assert_no_globals() so that issue is gone.

soniamitchell commented 3 years ago

Cool, I’ve scored out the out of date bullet point 👍 assuming they use assert_no_globals() and never call findGlobals() directly.