Skip to content

Commit

Permalink
Added 'exotic' adjectives (#34)
Browse files Browse the repository at this point in the history
* Update adjective.R
* Added the verb 'thrown together'
Gerry-Miller authored and gaborcsardi committed Jan 15, 2017
1 parent 08bb9d3 commit 0083ecb
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions R/adjective.R
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ adjective <- c(
"bravo",
"bravissimo",
"breathtaking",
"brightest",
"brilliant",
"callipygian",
"charming",
@@ -43,6 +44,7 @@ adjective <- c(
"extraordinary",
"fabulous",
"fantastic",
"fantabulosus",
"fantabulous",
"fascinating",
"fine",
@@ -132,6 +134,7 @@ adjective <- c(
"superior",
"supreme",
"sweet",
"sweetest",
"swell",
"terrific",
"tiptop",
3 changes: 2 additions & 1 deletion R/verb.R
Original file line number Diff line number Diff line change
@@ -17,7 +17,8 @@ created <- c(
"organized",
"planned",
"prepared",
"set up"
"set up",
"thrown together"
)

creating <- c(

0 comments on commit 0083ecb

Please sign in to comment.