Skip to contents
Version 2024.1.18
- plan$run_all_parallel public method created.
Version 2022.6.8
CRAN release: 2022-06-09
- plan$set_use_foreach public method created
Version 2022.6.7
- CRAN submission
- Additional documentation
- Moving some plan public fields into private
Version 2022.5.27
- Including new vignette explaining how to add analyses to a plan.
Version 2022.4.6
- Inclusion of hash functions in get_data.
Version 2020.5.11
- fn_name can now take package::function_name arguments.
Version 2020.5.4
- is_run_directly function created, allowing the user to see if their code is being run directly or from within a function.
Version 2020.4.3
- set_opts function created, allowing for force_verbose to be set package wide.
Version 2020.2.20
- create_rmarkdown skeleton created.
Version 2020.1.28
- parallel_possible variable when initializing new Plan.