Does the recommendation against using plan
inside packages also prohibit default values?
#274
Labels
plan
inside packages also prohibit default values?
#274
Thank you for this wonderful package. I have a question regarding the documentation in
?plan
:My summary of this philosophy is that a package should never wrest control of
plan
from the end-user.What is your advice or philosophy about using arguments to control
plan
and having default values? Essentially, is it okay to useplan("multiprocess")
, provided"multisession"
can be changed and doesn't conflict with an already established plan? For example, would it be acceptable within the future framework to have a default setting within a package function which uses the following logic?That is, if no planner is supplied to
foo
, use whatever is running; or, if none are, use "multiprocess".The text was updated successfully, but these errors were encountered: