R Packages

This section contains documentation for R packages I’ve developed, demonstrating best practices in R package development, documentation, and testing.

Available Packages

myrpackage

A multilingual greeting and farewell package that serves as an example of proper R package structure.

Features:

  • Multilingual support (English, Spanish, French, Portuguese, German, Italian)
  • Comprehensive documentation with roxygen2
  • Full test coverage with testthat
  • Continuous integration with GitHub Actions
  • Proper package structure following R standards

View Documentation →


For more R packages and data science content, check out my GitHub profile.