Skip to content

hzlow/mypackage

Repository files navigation

mypackage

R-CMD-check

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]

About

Customised greetings from me

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages