Changes in version 2025.11.22 (2025-11-22) - Replacing purrr::cross with tidyr::expand_grid() Changes in version 2025.3.19 - Comprehensive improvements to roxygen2 documentation across all R files: - Enhanced Plan class documentation with better structure and clearer explanations - Improved method documentation with detailed parameter descriptions and examples - Added comprehensive documentation for internal functions - Enhanced documentation for utility functions (is_run_directly, get_anything, expand_list) - Added detailed examples and usage patterns for all functions - Improved clarity and consistency across all documentation Changes in version 2024.1.18 - plan$run_all_parallel public method created. Changes in version 2022.6.8 (2022-06-09) - plan$set_use_foreach public method created Changes in version 2022.6.7 - CRAN submission - Additional documentation - Moving some plan public fields into private Changes in version 2022.5.27 - Including new vignette explaining how to add analyses to a plan. Changes in version 2022.4.6 - Inclusion of hash functions in get_data. Changes in version 2021.6.9 - Inclusion of easy_split. Changes in version 2020.5.11 - fn_name can now take package::function_name arguments. Changes in 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. Changes in version 2020.4.3 - set_opts function created, allowing for force_verbose to be set package wide. Changes in version 2020.2.20 - create_rmarkdown skeleton created. Changes in version 2020.1.28 - parallel_possible variable when initializing new Plan.