We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The issue line [aplot::plot_list(p1, p2, tag_levels = "A", widths = c(0.6, 0.4)) ](
aplot::plot_list(p1, p2, tag_levels = "A", widths = c(0.6, 0.4))
treedata-book/12_ggtree_utilities.Rmd
Line 304 in a2e4acb
I already tried remotes::install_github("YuLab-SMU/aplot")
remotes::install_github("YuLab-SMU/aplot")
Quitting from lines 5778-5786 (treedata.Rmd) Error: No method for merging list into element_text Backtrace: █ 1. ├─bookdown::render_book("index.Rmd", "bs4_book") 2. │ └─bookdown:::render_cur_session(...) 3. │ └─rmarkdown::render(main, output_format, ..., clean = clean, envir = envir) 4. │ └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet) 5. │ └─knitr:::process_file(text, output) 6. │ ├─base::withCallingHandlers(...) 7. │ ├─knitr:::process_group(group) 8. │ └─knitr:::process_group.block(group) 9. │ └─knitr:::call_block(x) 10. │ └─knitr:::block_exec(params) 11. │ └─knitr:::eng_r(options) 12. │ ├─knitr:::in_dir(...) 13. │ └─knitr:::evaluate(...) 14. │ └─evaluate::evaluate(...) 15. │ └─evaluate:::evaluate_call(...) 16. │ ├─evaluate:::timing_fn(...) 17. │ ├─base:::handle(...) 18. │ ├─base::withCallingHandlers(...) 19. │ ├─base::withVisible(eval(expr, envir, enclos)) 20. │ └─base::eval(expr, envir, enclos) 21. │ └─base::eval(expr, envir, enclos) 22. └─aplot::plot_list(p1, p2, tag_levels = "A", widths = c(0.6, 0.4)) 23. └─patchwork:::`&.gg`(...) 24. └─base::lapply(...) 25. └─patchwork:::FUN(X[[i]], ...) 26. └─ggplot2:::`+.gg`(p, e2) 27. └─ggplot2:::add_ggplot(e1, e2, e2name) 28. ├─ggplot2::ggplot_add(object, p, objectname) 29. └─ggplot2:::ggplot_add.theme(object, p, objectname) 30. └─ggplot2:::add_theme(plot$theme, object) 31. ├─ggplot2::merge_element(t2[[item]], t1[[item]]) 32. └─ggplot2:::merge_element.default(t2[[item]], t1[[item]]) 33. ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The issue line [
aplot::plot_list(p1, p2, tag_levels = "A", widths = c(0.6, 0.4))
](
treedata-book/12_ggtree_utilities.Rmd
Line 304 in a2e4acb
I already tried
remotes::install_github("YuLab-SMU/aplot")
The text was updated successfully, but these errors were encountered: