Skip to content

froggeR v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kyleGrealis kyleGrealis released this 11 Dec 14:55
· 75 commits to main since this release
  • Renamed default parameter to custom_yaml in quarto_project() and write_quarto() for clarity.
  • Refactored froggeR_settings() to use YAML for configuration storage.
  • Changed how settings are stored and retrieved. Settings are now stored in ~/.config/froggeR/config.yml.
  • Improved user interaction in froggeR_settings() function.
  • Modified quarto_project() and write_quarto() to use the new YAML-based settings.
  • Added .check_settings() function to provide user feedback on incomplete settings.
  • Updated .update_variables_yml() function to handle both creation and updating of _variables.yml.
  • Improved error handling and user feedback in various functions.
  • Removed load_data() function and related utilities.
  • Updated documentation and examples to reflect new functionality and improve clarity.
  • Revised README for better explanation of package workflow and features.
  • Updated pkgdown site structure to reflect current package organization.