Skip to content
New issue

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

Error if clustree not loaded #14

Open
lazappi opened this issue May 21, 2018 · 3 comments
Open

Error if clustree not loaded #14

lazappi opened this issue May 21, 2018 · 3 comments
Labels
upstream This issue is caused by an upstream package or dependency

Comments

@lazappi
Copy link
Owner

lazappi commented May 21, 2018

data("iris_clusts")
clustree::clustree(iris_clusts, prefix = "K")
Error in get(as.character(FUN), mode = "function", envir = envir) : 
  object 'guide_edge_colourbar' of mode 'function' was not found
@lazappi lazappi added the upstream This issue is caused by an upstream package or dependency label Dec 19, 2019
@altairwei
Copy link

Does this mean we have to library the clustree ?

@lazappi
Copy link
Owner Author

lazappi commented Jul 7, 2021

Yes, sorry if that wasn't clear. Because of how {ggplot2} works some things require the package to be loaded which affects {clustree}. See the linked issue for more details.

@agctu-zhang
Copy link

agctu-zhang commented Apr 4, 2023

you should library(clustree), not clustree::

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream This issue is caused by an upstream package or dependency
Projects
None yet
Development

No branches or pull requests

3 participants