Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 883 Bytes

File metadata and controls

27 lines (20 loc) · 883 Bytes

myrpackage NEWS

myrpackage 0.1.0

New features

  • Added hello() function for multilingual greetings
  • Added goodbye() function for multilingual farewells
  • Added comprehensive documentation and examples
  • Added unit tests for all functions
  • Added support for name capitalization in both functions
  • Added proper language validation with helpful warnings

Package structure

  • Initial package setup with proper R package structure
  • Added vignettes for package introduction and advanced usage
  • Added continuous integration with GitHub Actions
  • Added code coverage tracking
  • Added package website with pkgdown

Improvements

  • Added input validation to all functions
  • Added support for multiple languages (English, Spanish, French, Portuguese, German, Italian)
  • Added proper documentation with roxygen2
  • Implemented utility functions for common operations