The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Praise Users
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
::install_github("gaborcsardi/praise") devtools
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"
MIT © Gabor Csardi, Sindre Sorhus
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.