From 9862d243a92c2ccade9fb1d481ddca99524ef040 Mon Sep 17 00:00:00 2001 From: burchill Date: Mon, 16 Jan 2017 15:46:04 -0500 Subject: [PATCH 1/2] removed doozie because its not an adjective 'Doozie' is a noun to begin with, and although the way people use it is like an adjective, they still put the indefinite article in front of it, e.g., "That's a doozie!" But since these are all adjective, if you wanted to say "You're such a ${adjective} person!", neither "a doozie" or "doozie" is going to make sense. --- R/adjective.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/adjective.R b/R/adjective.R index 88960f5..f8aadcb 100644 --- a/R/adjective.R +++ b/R/adjective.R @@ -32,7 +32,6 @@ adjective <- c( "delightful", "distinctive", "divine", - "doozie", "dope", "elegant", "epic", From db6286e0e803eae035efc7a7fb41cc5b10dc404b Mon Sep 17 00:00:00 2001 From: burchill Date: Wed, 25 Jan 2017 13:52:13 -0500 Subject: [PATCH 2/2] removed 'callipygian' from adjectives --- R/adjective.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/adjective.R b/R/adjective.R index f8aadcb..8d19620 100644 --- a/R/adjective.R +++ b/R/adjective.R @@ -16,7 +16,6 @@ adjective <- c( "breathtaking", "brightest", "brilliant", - "callipygian", "charming", "clever", "chic",