From 52452a3e20b3d9df7f65712b473d66e1db241746 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Fri, 13 Oct 2017 13:30:04 -0400 Subject: [PATCH 1/9] Update adverb.R --- R/adverb.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/adverb.R b/R/adverb.R index 80b0ac1..af1e224 100644 --- a/R/adverb.R +++ b/R/adverb.R @@ -1,5 +1,6 @@ adverb_manner <- c( + "aptly" "beautifully", "bellissimo", "bigly", From d5d2952c413fe04b7446702dc79451b5c5da1521 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Wed, 18 Oct 2017 15:34:19 -0400 Subject: [PATCH 2/9] Include "hiphiphooray" to list of exclamations --- R/exclamation.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/exclamation.R b/R/exclamation.R index cee433d..8a2a562 100644 --- a/R/exclamation.R +++ b/R/exclamation.R @@ -14,6 +14,7 @@ exclamation <- c( "gee", "ha", "hah", + "hiphiphooray", "hmm", "ho-ho", "huh", From 69ca800c95d56313d8a059451b186eeb6819e240 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Thu, 19 Oct 2017 15:41:24 -0400 Subject: [PATCH 3/9] Added exclamation heckyea --- R/exclamation.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/exclamation.R b/R/exclamation.R index 8a2a562..bb865bc 100644 --- a/R/exclamation.R +++ b/R/exclamation.R @@ -14,6 +14,7 @@ exclamation <- c( "gee", "ha", "hah", + "heckyea", "hiphiphooray", "hmm", "ho-ho", From 95627abbaee40565aa304c35a7a0fdf471169073 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Thu, 19 Oct 2017 15:42:55 -0400 Subject: [PATCH 4/9] Update adverb with "excellently" --- R/adverb.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/adverb.R b/R/adverb.R index af1e224..ea4eeab 100644 --- a/R/adverb.R +++ b/R/adverb.R @@ -22,6 +22,7 @@ adverb_manner <- c( "elegantly", "enormously", "enthusiastically", + "excellently", "faithfully", "fast", "fondly", From d5b1afdaa2ad9d774162e21a7c2365e77c90cc8c Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Thu, 19 Oct 2017 15:45:16 -0400 Subject: [PATCH 5/9] Update adverb.R with "aptly" --- R/adverb.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/adverb.R b/R/adverb.R index ea4eeab..b06aba3 100644 --- a/R/adverb.R +++ b/R/adverb.R @@ -1,6 +1,6 @@ adverb_manner <- c( - "aptly" + "aptly", "beautifully", "bellissimo", "bigly", From 064c9a3b31509a5abab8a97aae03a09ef95f01f0 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Mon, 1 Oct 2018 19:37:15 -0400 Subject: [PATCH 6/9] Update adjective.R Include "jaw-dropping --- R/adjective.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/adjective.R b/R/adjective.R index 3a31f5d..6c085e6 100644 --- a/R/adjective.R +++ b/R/adjective.R @@ -69,6 +69,7 @@ adjective <- c( "impressive", "incredible", "irresistible", + "jaw-dropping", "just wow", "kickass", "kryptonian", From c3e4e1509e6f6705e5591af13b44e13036994df5 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Mon, 1 Oct 2018 19:40:18 -0400 Subject: [PATCH 7/9] Update exclamation.R Add "shazam" --- R/exclamation.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/exclamation.R b/R/exclamation.R index bb865bc..4e80857 100644 --- a/R/exclamation.R +++ b/R/exclamation.R @@ -33,6 +33,7 @@ exclamation <- c( "oh", "ole", "ooh", + "shazam", "uh-hu", "wee", "whee", From 5f9e59cc75f1d1591dc3a3cf3ae2606775d7fc2a Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Mon, 1 Oct 2018 20:20:30 -0400 Subject: [PATCH 8/9] Added amazingly to list of adverbs Amazingly added to list of adverbs for the praise package. --- R/adverb.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/adverb.R b/R/adverb.R index b06aba3..4f85902 100644 --- a/R/adverb.R +++ b/R/adverb.R @@ -1,6 +1,7 @@ adverb_manner <- c( "aptly", + "amazingly", "beautifully", "bellissimo", "bigly", From d382427d1222bc29326a9a3f53ddaef814b59687 Mon Sep 17 00:00:00 2001 From: adanacevedo <32493348+adanacevedo@users.noreply.github.com> Date: Mon, 1 Oct 2018 20:23:15 -0400 Subject: [PATCH 9/9] Add 'posthaste' Add the adverb posthaste to the adverb.R file --- R/adverb.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/adverb.R b/R/adverb.R index 4f85902..a56bb2b 100644 --- a/R/adverb.R +++ b/R/adverb.R @@ -45,6 +45,7 @@ adverb_manner <- c( "patiently", "perfectly", "politely", + "posthaste", "powerfully", "quickly", "quietly",