R/local_attributions.R
changed.
Other files ignored by Codecov
NEWS.md
has changed.
DESCRIPTION
has changed.
305 | 305 | nice_format <- function(x) { |
|
306 | 306 | if (is.numeric(x)) { |
|
307 | 307 | as.character(signif(x, 4)) |
|
308 | + | } else if ("tbl" %in% class(x)) { |
|
309 | + | # https://github.com/ModelOriented/iBreakDown/issues/96 |
|
310 | + | as.character(x[[1]]) |
|
308 | 311 | } else { |
|
309 | 312 | as.character(x) |
|
310 | 313 | } |
Files | Coverage |
---|---|
R | 95.03% |
Project Totals (13 files) | 95.03% |