dewittpe / qwraps2

An updated version of qwraps with a focus on flexibility and general purpose. These functions are helpful for extracting and formatting results from R into .Rnw or .Rmd files. Additional functions for routine work such as extracting results from regression models or finding sensitivity and specificity.
http://www.peteredewitt.com/qwraps2/
GNU General Public License v3.0
37 stars 7 forks source link

tbl_df is deprecated as of dplyr 1.0.0 #94

Closed dewittpe closed 4 years ago

dewittpe commented 4 years ago
message: `tbl_df()` is deprecated as of dplyr 1.0.0.
Please use `tibble::as_tibble()` instead.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
backtrace:
 1. nvimcom:::source.and.clean(...)
 7. qwraps2::qkmplot_bulid_data_frame(simple_survfit)
 8. dplyr::tbl_df(dat)
dewittpe commented 4 years ago

Fixed in 00d4bb0