The goal of mypackage is to print a personalised greeting from me
Installation
You can install the development version of mypackage from GitHub with:
# install.packages("pak")
pak::pak("hzlow/mypackage")Example
This is a basic example which shows you how to print a generic greeting:
library(mypackage)
hello()
#>
#> ___________________________
#> < Hello world from Harriet! >
#> ---------------------------
#> \
#> \
#>
#> \`*-.
#> ) _`-.
#> . : `. .
#> : _ ' \
#> ; *` _. `*-._
#> `-.-' `-.
#> ; ` `.
#> :. . \
#> .\ . : .-' .
#> ' `+.; ; ' :
#> : ' | ; ;-.
#> ; ' : :`-: _.`* ;
#> .*' / .*' ; .*`- +' `*'
#> [bug] `*-* `*-* `*-*'This is how you print a personalised greeting:
hello(name = "friends")
#>
#> _____________________________
#> < Hello friends from Harriet! >
#> -----------------------------
#> \
#> \
#>
#> .-.
#> (o o)
#> | O \
#> \ \
#> `~~~' [nosig]