ropensci / unconf17

Website for 2017 rOpenSci Unconf
http://unconf17.ropensci.org
64 stars 12 forks source link

Praise in multiple languages #62

Closed gaborcsardi closed 7 years ago

gaborcsardi commented 7 years ago

A fun project, that only takes a minute to contribute to.

This is https://github.com/rladies/praise:

for (i in 1:5) print(praise::praise())
#> [1] "You are priceless!"
#> [1] "You are fantabulous!"
#> [1] "You are gnarly!"
#> [1] "You are doozie!"
#> [1] "You are supreme!"

It can also be a bit more sophisticated:

praise::praise("${Exclamation}! ${EXCLAMATION}!-${EXCLAMATION}! This is just ${adjective}!")
#> [1] "Ah! AWW!-WEE! This is just perfect!"

Ideas for praise improvements:

karthik commented 7 years ago

Tagging @leeper and @richierocks in case there are tie ins with their Rconsortium grant.