Skip to content

froggeR v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kyleGrealis kyleGrealis released this 11 Dec 14:53
· 75 commits to main since this release

Major Features

  • Implemented enhanced Quarto project creation with quarto_project()

    • Automated project structure setup
    • Custom YAML integration
    • Built-in .gitignore configuration
    • Project documentation templates
  • Added interactive YAML configuration via froggeR_settings()

    • Author information management
    • Contact details setup
    • Project metadata configuration
    • TOC preferences
  • Created document generation tools

    • write_quarto() for consistent document creation
    • write_readme() for structured project documentation
    • write_ignore() for enhanced Git security
    • write_scss() for custom styling templates

Documentation

  • Added comprehensive function documentation
  • Included detailed examples for all main functions
  • Created structured README with clear usage guidelines
  • Added function reference table

Project Structure

  • Implemented consistent project organization
  • Added template system for Quarto documents
  • Created reusable YAML configuration system
  • Added custom SCSS styling templates

Security

  • Enhanced data protection through comprehensive .gitignore settings
  • Added safeguards for sensitive data files
  • Implemented security best practices for R projects