on.exit()
checks for add
parameter to be explicitly set.
#138
Labels
on.exit()
checks for add
parameter to be explicitly set.
#138
Consider adding a check that when
on.exit()
is called, that theadd = TRUE
argument is passed.Alternative: if
TRUE
is too restrictive, maybe require thatadd = FALSE
be explicitly mentioned. This should make it a little more clear to that the previous calls toon.exit()
will be clobbered.(If you give me a few pointers, I'm happy to try adding this. Right now, I don't have a good understanding how this would be checked follow this package's approach.)
Sources:
https://adv-r.hadley.nz/functions.html#on-exit
from yihui: vubiostat/r-yaml@67496b6
The text was updated successfully, but these errors were encountered: