diff --git a/inst/topics/boring-meeting.R b/inst/topics/boring-meeting.R index efc08e3..0837f10 100644 --- a/inst/topics/boring-meeting.R +++ b/inst/topics/boring-meeting.R @@ -1,39 +1,42 @@ -# "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", - "PUMA (please use more acronyms)", - "committee", - "mute the call", - "forgot to mute the call", - "at the table", - "guru", - "unicorn", - "transformative" -) +# "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", + "PUMA (please use more acronyms)", + "committee", + "mute the call", + "forgot to mute the call", + "at the table", + "guru", + "unicorn", + "transformative", + "policy", + "deliverable +) + diff --git a/inst/topics/conference-call.R b/inst/topics/conference-call.R index 716ca3c..249f901 100644 --- a/inst/topics/conference-call.R +++ b/inst/topics/conference-call.R @@ -1,32 +1,33 @@ -c("Can you see my screen?", - "Can you hear me?", - "Could everyone mute their phones?", - "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", - "Moves the microphone", - "Someone is eating" - ) +c("Can you see my screen?", + "Can you hear me?", + "Could everyone mute their phones?", + "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", + "Moves the microphone", + "Someone is eating", + "Someone coughs directly into the microphone" + )