Praise useRs when they have done something good, or when they just need it
R Makefile
Permalink
Failed to load latest commit information.
R I added a cool smiley wearing shades (#76) Jun 5, 2017
inst Add repo status badge to README Mar 30, 2016
man Roxygenize Apr 17, 2016
tests New "part of speech": smiley Apr 17, 2016
.Rbuildignore Ignore README.md and NEWS.md in / Aug 3, 2015
.gitignore
.travis.yml User proper R Travis Apr 5, 2016
DESCRIPTION
LICENSE Add superb words Jul 30, 2015
Makefile Write README, move it to inst/ NEWS as well Jul 31, 2015
NAMESPACE Roxygenize Apr 17, 2016
NEWS.md Write README, move it to inst/ NEWS as well Jul 31, 2015
README.md Write README, move it to inst/ NEWS as well Jul 31, 2015
appveyor.yml Initial commit of Mason template Jul 30, 2015
praise.Rproj add .Rproj, project documentation Jul 30, 2015

README.md

praise

Praise Users

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Linux Build Status Windows Build status CRAN RStudio mirror downloads

Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.

Installation

devtools::install_github("gaborcsardi/praise")

Usage

library(praise)
praise()
#> [1] "You are super-excellent!"

You can supply a template, and praise() fills in random words of the specified part of speech:

praise("${EXCLAMATION}! You have done this ${adverb_manner}!")
#> [1] "AYE! You have done this enormously!"

Note that capitalization in the inserted words will be the same as in the template:

praise("${Exclamation}! ${EXCLAMATION}!-${EXCLAMATION}! This is just ${adjective}!")
#> [1] "Yowza! MMHM!-YAHOO! This is just praiseworthy!"

Currently supported parts of speech:

names(praise_parts)
#> [1] "adjective"     "adverb"        "adverb_manner" "created"      
#> [5] "creating"      "exclamation"   "rpackage"

License

MIT © Gabor Csardi, Sindre Sorhus