Open danli349 opened 1 month ago
Hi @danli349! Thanks for using ArchR! Lately, it has been very challenging for me to keep up with maintenance of this package and all of my other responsibilities as a PI. I have not been responding to issue posts and I have not been pushing updates to the software. We are actively searching to hire a computational biologist to continue to develop and maintain ArchR and related tools. If you know someone who might be a good fit, please let us know! In the meantime, your issue will likely go without a reply. Most issues with ArchR right not relate to compatibility. Try reverting to R 4.1 and Bioconductor 3.15. Newer versions of Seurat and Matrix also are causing issues. Sorry for not being able to provide active support for this package at this time.
It's an issue with newer versions of ggplot2 with archR. I had to downgrade to version 3.4.0. Other people say that 3.4.2 works as well.
@slundh Thanks a lot for the information!
When I install ggplot2_3.4.2
, there is an Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) : invalid non-character version specification 'x' (type: double)
, how did you solve this problem?
packageurl <- "https://cran.r-project.org/src/contrib/Archive/ggplot2/ggplot2_3.4.2.tar.gz"
install.packages(packageurl, repos=NULL, type="source")
Error in .make_numeric_version(x, strict, .standard_regexps()$valid_numeric_version) :
invalid non-character version specification 'x' (type: double)
Error: unable to load R code in package ‘ggplot2’
Execution halted
ERROR: lazy loading failed for package ‘ggplot2’
* removing ‘/home/dan/R/x86_64-pc-linux-gnu-library/4.03/ggplot2’
Warning message:
In install.packages(packageurl, repos = NULL, type = "source") :
installation of package ‘/tmp/Rtmpwk4sB5/downloaded_packages/ggplot2_3.4.2.tar.gz’ had non-zero exit status
Hey @danli349, sorry for the super late reply. I added in a fix for this, and this will be included in the 1.0.3 release
Hey @danli349, sorry for the super late reply. I added in a fix for this, and this will be included in the 1.0.3 release
That's great! Thanks a lot
When run the tutorial "https://greenleaflab.github.io/ArchR_2020/Ex-Analyze-Multiome.html" The output figures are all correct but when I tried to save them:
How to solve this problem? Thanks!
ggsave
can save the plot, but I don't know whyplotPDF
doesn't work.