Title: | Praise Users |
---|---|
Description: | Build friendly R packages that praise their users if they have done something good, or they just need it to feel better. |
Authors: | Gabor Csardi, Sindre Sorhus |
Maintainer: | Gabor Csardi <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.0.0 |
Built: | 2025-02-12 06:49:04 UTC |
Source: | CRAN |
Build friendly R packages that praise their users if they have done something good, or they just need it to feel better.
Randomized praise based on a template
praise(template = "You are ${adjective}!")
praise(template = "You are ${adjective}!")
template |
Character scalar, the template string. |
Replace parts of the template with random words from the praise word lists. See examples below.
praise() ## Capitalization praise("${Exclamation}! This ${rpackage} is ${adjective}!") ## All upper case praise("${EXCLAMATION}! You have done this ${adverb_manner}!")
praise() ## Capitalization praise("${Exclamation}! This ${rpackage} is ${adjective}!") ## All upper case praise("${EXCLAMATION}! You have done this ${adverb_manner}!")
Parts of speech for praising
praise_parts
praise_parts
Named list of character vertors. List entries:
Words and phrases to be used as positive adjectives. Most of them are from https://github.com/sindresorhus/superb.
Adverbs.
Adverbs of manner, with positive meanings.
Synonyms of ‘create’ in paste tense.
Synonyms of ‘create’, in present participle form.
Positive exclamations.
Synonyms for the term ‘R package’.