Skip to content

Commit

Permalink
bug: warning message in new R versions on row bind
Browse files Browse the repository at this point in the history
  • Loading branch information
overdodactyl committed Oct 25, 2024
1 parent 4153bb0 commit de7664b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: diagnosticSummary
Title: Diagnostic Summaries
Version: 0.0.2.10
Version: 0.0.2.11
Authors@R:
c(person(given = "Pat",
family = "Johnson",
Expand Down
2 changes: 1 addition & 1 deletion R/dx_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dx_plot_forest <- function(dx_obj, fraction = FALSE, breaks = NA, limits = NA,
tbl_data <- tbl_data[order]
rownames(tbl_data) <- NULL

tbl_data <- rbind_all(tbl_data, NA)
tbl_data[nrow(tbl_data) + 1, ] <- NA

tbl_data[is.na(tbl_data)] <- ""

Expand Down

0 comments on commit de7664b

Please sign in to comment.