Skip to contents

A friendly R package that provides greeting and farewell functions in multiple languages. This package demonstrates proper R package structure, documentation, and test practices. It is designed to be a simple but complete example of R package development.

Main functions

  • hello - Say hello in various languages

  • goodbye - Say goodbye in various languages

Supported languages

  • English (default)

  • Spanish

  • French

  • Portuguese

  • German

  • Italian

Author

Diogo Ribeiro <dfr@esmad.ipp.pt>