Open rdinnager opened 4 years ago
Leaving code blocks empty, leads to an error like this:
Error in parse(text = elt) : <text>:1:1: unexpected '}' 1: } ^
Should fix this as I often add empty blocks to remind me to fill-in later while I am developing new simulations. I imagine other users may want to do similar..
Strangely, empty code blocks in SLiM code that are converted to slimr via as_slimr_script() do not cause this error. Curious.
slimr
as_slimr_script()
Leaving code blocks empty, leads to an error like this:
Should fix this as I often add empty blocks to remind me to fill-in later while I am developing new simulations. I imagine other users may want to do similar..