Crandore Hub

praise

Praise Users

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

README

```{r, setup, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
  comment = "#>",
  tidy = FALSE,
  error = FALSE,
  fig.width = 8,
  fig.height = 8)
```

# praise

> Praise Users

[![Linux Build Status](https://travis-ci.org/gaborcsardi/praise.svg?branch=master)](https://travis-ci.org/gaborcsardi/praise)
[![Windows Build status](https://ci.appveyor.com/api/projects/status/github/gaborcsardi/praise?svg=true)](https://ci.appveyor.com/project/gaborcsardi/praise)
[![](http://www.r-pkg.org/badges/version/praise)](http://www.r-pkg.org/pkg/praise)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/praise)](http://www.r-pkg.org/pkg/praise)


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

## Installation

```{r eval = FALSE}
devtools::install_github("gaborcsardi/praise")
```

## Usage

```{r}
library(praise)
praise()
```

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

```{r}
praise("${EXCLAMATION}! You have done this ${adverb_manner}!")
```

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

```{r}
praise("${Exclamation}! ${EXCLAMATION}!-${EXCLAMATION}! This is just ${adjective}!")
```

Currently supported parts of speech:

```{r}
names(praise_parts)
```

## License

MIT © [Gabor Csardi](https://github.com/gaborcsardi), [Sindre Sorhus](http://sindresorhus.com)

Versions across snapshots

VersionRepositoryFileSize
1.0.0 latest linux/jammy R-4.5 praise_1.0.0.tar.gz 16.0 KiB
1.0.0 latest source/ R- praise_1.0.0.tar.gz 5.9 KiB
1.0.0 latest windows/windows R-4.5 praise_1.0.0.zip 19.7 KiB
1.0.0 2026-04-18 linux/jammy R-4.5 praise_1.0.0.tar.gz 16.0 KiB
1.0.0 2026-04-18 source/ R- praise_1.0.0.tar.gz 5.9 KiB
1.0.0 2026-04-18 windows/windows R-4.5 praise_1.0.0.zip 19.7 KiB
1.0.0 2026-04-12 linux/jammy R-4.5 praise_1.0.0.tar.gz 16.0 KiB
1.0.0 2026-04-09 linux/jammy R-4.2 praise_1.0.0.tar.gz 15.7 KiB
1.0.0 2026-04-09 linux/jammy R-4.5 praise_1.0.0.tar.gz 16.0 KiB
1.0.0 2026-04-09 windows/windows R-4.2 praise_1.0.0.zip 19.4 KiB
1.0.0 2026-04-09 windows/windows R-4.5 praise_1.0.0.zip 19.7 KiB
1.0.0 2022-02-12 windows/windows R-4.1 praise_1.0.0.zip 21.8 KiB

Dependencies (latest)

Suggests