From 25f8a650d90b2c897ee749cafdc7cb3fa6ec832f Mon Sep 17 00:00:00 2001 From: Alexis Saltzman Date: Sun, 14 Apr 2019 11:15:01 -0500 Subject: [PATCH] Add two items to meeting and one item to conference --- inst/topics/boring-meeting.R | 64 ++++++++++++++++++----------------- inst/topics/conference-call.R | 55 +++++++++++++++--------------- 2 files changed, 61 insertions(+), 58 deletions(-) diff --git a/inst/topics/boring-meeting.R b/inst/topics/boring-meeting.R index 0ecd746..3ccba45 100644 --- a/inst/topics/boring-meeting.R +++ b/inst/topics/boring-meeting.R @@ -1,31 +1,33 @@ -# "Boring meeting" work bank - from http://bingo.saksena.net/bingo - -c( - "low-risk", - "client", - "best practice", - "initiative", - "vision", - "task force", - "alternative", - "market", - "schedule", - "milestone", - "performance", - "brainstorm", - "scalable", - "synergy", - "action item", - "passdown", - "back-end", - "braindump", - "cross-platform", - "customer", - "deliver", - "eyeballs", - "revenue", - "money", - "incentive", - "leverage", - "value-add" -) +# "Boring meeting" work bank - from http://bingo.saksena.net/bingo + +c( + "low-risk", + "client", + "best practice", + "initiative", + "vision", + "task force", + "alternative", + "market", + "schedule", + "milestone", + "performance", + "brainstorm", + "scalable", + "synergy", + "action item", + "passdown", + "back-end", + "braindump", + "cross-platform", + "customer", + "deliver", + "eyeballs", + "revenue", + "money", + "incentive", + "leverage", + "value-add", + "policy", + "deliverable" +) diff --git a/inst/topics/conference-call.R b/inst/topics/conference-call.R index 6049d84..0cb9970 100644 --- a/inst/topics/conference-call.R +++ b/inst/topics/conference-call.R @@ -1,27 +1,28 @@ -c("Someone forgets they are on mute", - "I'm getting an echo", - "Laggy screen", - "Who just joined?", - "Background noise", - "Making a mistake in the dial-in code", - "Someone in the room mutes to talk over the call", - "Starting late", - "Running over", - "Small talk", - "Someone randomly joins the wrong call", - "People start talking at the same time", - "Someone loses the connection and re-joins", - "Hold music", - "Bad signal", - "Let's do a round of introductions", - "Someone in a car", - "Dog barking", - "Crying baby", - "Siren in the background", - "Circle back on that", - "Take this offline", - "Hard stop", - "Switching between calls", - "Someone takes another call and forgets to mute", - "Keyboard sounds" - ) \ No newline at end of file +c("Someone forgets they are on mute", + "I'm getting an echo", + "Laggy screen", + "Who just joined?", + "Background noise", + "Making a mistake in the dial-in code", + "Someone in the room mutes to talk over the call", + "Starting late", + "Running over", + "Small talk", + "Someone randomly joins the wrong call", + "People start talking at the same time", + "Someone loses the connection and re-joins", + "Hold music", + "Bad signal", + "Let's do a round of introductions", + "Someone in a car", + "Dog barking", + "Crying baby", + "Siren in the background", + "Circle back on that", + "Take this offline", + "Hard stop", + "Switching between calls", + "Someone takes another call and forgets to mute", + "Keyboard sounds", + "Someone coughs directly into the microphone" + )