The curseR R package is here!

CurseR is an R package that generates combinations of curse words using the principles our lab wrote about in our 2020 article in Psychonomic Bulletin and Review. To run curseR and output 10 curse words, open your R console and enter the following code:

  1. devtools::install_github("Reilly-ConceptsCognitionLab/curseR")

  2. library(curseR)

  3. curse(10)