Closed dongdongdamowang closed 1 year ago
Hi @dongdongdamowang! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
Before we help you, you must respond to the following questions unless your original post already contained this information:
1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved?
2. Can you recapitulate your error using the tutorial code and dataset? If so, provide a reproducible example.
3. Did you post your log file? If not, add it now.
4. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.
You are using an outdated version of ArchR (v1.0.1
) This has been fixed already.
https://github.com/GreenleafLab/ArchR/commit/8345fc6a01995ded5debe09c9b6aef00a8db0345
Thanks!
ArchR-plotFootprints-3a81b7288da9fb-Date-2023-01-18_Time-09-37-39.log This is my log file. plotFootprints(
guides(<scale> = FALSE)
is deprecated. Please useguides(<scale> = "none")
instead. 2:guides(<scale> = FALSE)
is deprecated. Please useguides(<scale> = "none")
instead. 3:guides(<scale> = FALSE)
is deprecated. Please useguides(<scale> = "none")
instead. 4:guides(<scale> = FALSE)
is deprecated. Please useguides(<scale> = "none")
instead. 5:guides(<scale> = FALSE)
is deprecated. Please useguides(<scale> = "none")
instead. 6:guides(<scale> = FALSE)
is deprecated. Please useguides(<scale> = "none")
instead.It is my issue. It seems that it is ggplot2 is upgraded. What could I do ? Could U upgrade source code?