Skip to content

What the Package Does (Title Case)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

brunj7/greetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

What the Package Does (Title Case)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages