Skip to content

Commit

Permalink
remove concern face
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
zkamvar authored Jan 3, 2020
1 parent 201f2c0 commit 58c5342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tab_descriptive.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 58c5342

Please sign in to comment.