README.md

greetings

The goal of greetings is to say aloha to friend and to be used as a simple package to teach R package development.

Installation

You can install this package with:

remotes::install_github("brunj7/greetings")

Example

This is a basic example which shows you how to solve a common problem:

library(greetings)
say_aloha("Allison")
#> Aloha, Allison 🌴 ☀️ 🌊

Teaching materials

This is the teaching materials we used to teach a short introduction to R packages using the greeting package: https://docs.google.com/document/d/1Ti4ooIkUmnBisw-xacnM1TbSMIAOHw5J1_mGk9hsATg/edit?usp=sharing

Aknowledgement

This package is adapted from "How to Create an R Package" developed by Irene Steves and Mitch Maier.

Original material: https://github.com/isteves/r-pkg-intro



brunj7/aloahjb documentation built on April 24, 2023, 9:33 a.m.