Skip to content

Commit

Permalink
fix issue paul-buerkner#1016
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Oct 15, 2020
1 parent 5bf0c8e commit 635777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ empty_data_frame <- function() {
# deparse 'x' if it is no string
deparse_no_string <- function(x) {
if (!is.character(x)) {
x <- deparse(x)
x <- deparse_combine(x)
}
x
}
Expand Down

0 comments on commit 635777d

Please sign in to comment.