ggtree icon indicating copy to clipboard operation
ggtree copied to clipboard

Error in `vec_as_location()`:

Open Tsingsjeen opened this issue 3 years ago • 1 comments
trafficstars

Hi,

I met the error when I am running the ggtree attached below;

Error in vec_as_location(): ! ... must be empty. ✖ Problematic argument: • call = call Backtrace:

  1. ggtree::ggtree(Tir2Tpr_tree, layout = "fan", size = 0.2, open.angle = 5)
  2. ggplot2:::ggplot.default(...)
  3. ggtree:::fortify.phylo(data, ...)
  4. tidytree:::as_tibble.phylo(model)
  5. dplyr:::full_join.data.frame(res, label.df, by = "node")
  6. dplyr:::join_mutate(...)
  7. tibble:::[.tbl_df(x_in, vars$x$key)
  8. tibble:::vectbl_as_col_location(...)
  9. vctrs::vec_as_location(j, n, names, call = call)

Do you know what is the problem?

great thanks!

Tsingsjeen avatar Aug 06 '22 03:08 Tsingsjeen

any reproducible example?

GuangchuangYu avatar Sep 15 '22 16:09 GuangchuangYu