- plan$run_all_parallel public method created.
- plan$set_use_foreach public method created
- CRAN submission
- Additional documentation
- Moving some plan public fields into private
- Including new vignette explaining how to add analyses to a plan.
- Inclusion of hash functions in get_data.
- Inclusion of easy_split.
- fn_name can now take package::function_name arguments.
- is_run_directly function created, allowing the user to see if their code is being run directly or from within a function.
- set_opts function created, allowing for force_verbose to be set package wide.
- create_rmarkdown skeleton created.
- parallel_possible variable when initializing new Plan.