• 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
  • 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.