You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the make.treedata() function with a tree and data frame, I get a warning message that states:
"tbl_df()is deprecated as of dplyr 1.0.0. Please usetibble::as_tibble()` instead"
The function still creates the expected treedata object, but I thought you should know about the warning!
The text was updated successfully, but these errors were encountered:
When using the make.treedata() function with a tree and data frame, I get a warning message that states:
"tbl_df()
is deprecated as of dplyr 1.0.0. Please use
tibble::as_tibble()` instead"The function still creates the expected treedata object, but I thought you should know about the warning!
The text was updated successfully, but these errors were encountered: