From 58c53426720a0108058e9a44975547f2b98b4825 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Fri, 3 Jan 2020 13:09:54 +0000 Subject: [PATCH] remove concern face This was causing errors on some windows machines: Error : (converted from warning) unable to re-encode 'tab_descriptive.R' line 242 ERROR: unable to collate and parse R files for package 'sitrep' --- R/tab_descriptive.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tab_descriptive.R b/R/tab_descriptive.R index 88090141..072e1df7 100644 --- a/R/tab_descriptive.R +++ b/R/tab_descriptive.R @@ -239,7 +239,7 @@ tab_general <- function(x, # However, if the user supplies a vector of column names and some do not exist, # tidyselect unhelpfully returns nothing # - # ಠ_ಠ + # >:( # # so, to give our users something, we wrap this character vector in one_of(), # which will warn about which columns were not recognised.