Skip to content

fontikar/ohwhaley

Repository files navigation

ohwhaley

R-CMD-check Codecov test coverage

Whale-come! This R package was inspired by cowsay and praise. I hope this package made you smile today!

First things first

ohwhaley is a toy project and is still under development. You can install the latest version from GitHub with:

# install.packages("remotes")
remotes::install_github("fontikar/ohwhaley")

Take it for a spin

ohwhaley contains one function only. say() will echo a randomly chosen whale-themed phrase for your enjoyment.

library(ohwhaley)
 
say() 
#> 
#>             ------ 
#>            What do you call a pod of noisy whales?        An ORCASTRA! 
#>             ------ 
#>                \   
#>                 \  
#>                  \
#>      .-'
#> '--./ /     _.---.
#> '-,  (__..-`       \
#>    \          .     |
#>     `,.__.   ,__.--/
#>      '._/_.'___.-`

Alternatively, you can supply your own phrase

say("I'm beached as bro!!!")
#> 
#>             ------ 
#>            I'm beached as bro!!! 
#>             ------ 
#>                \   
#>                 \  
#>                  \
#>      .-'
#> '--./ /     _.---.
#> '-,  (__..-`       \
#>    \          .     |
#>     `,.__.   ,__.--/
#>      '._/_.'___.-`

About

Messages With A Whale-esque Flair

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