How to fix this error? #18
Thelistener666
started this conversation in
General
Replies: 2 comments 1 reply
-
Please choose "3" option to install and install jjAnno and ComplexHeatmap packages before install scRNAtoolVis. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Try install cli and htmltools locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
运行devtools::install_github('junjunlab/scRNAtoolVis')后出现如下选择
These packages have more recent versions available.
It is recommended to update all of them.
Which would you like to update?
1: All
2: CRAN packages only
3: None
4: cli (3.6.0 -> 3.6.1) [CRAN]
5: htmltools (0.5.4 -> 0.5.5) [CRAN]
选1后出现如下选择
There are binary versions available but the source versions are later:
binary source needs_compilation
cli 3.6.0 3.6.1 TRUE
htmltools 0.5.4 0.5.5 TRUE
Do you want to install from sources the packages which need compilation? (Yes/no/cancel)
输入yes
最后报错
ERROR: dependencies ‘ComplexHeatmap’, ‘jjAnno’ are not available for package ‘scRNAtoolVis’
Warning messages:
1: packages ‘jjAnno’, ‘ComplexHeatmap’ are not available for this version of R
Versions of these packages for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
2: In i.p(...) : installation of package ‘cli’ had non-zero exit status
3: In i.p(...) :
installation of package ‘htmltools’ had non-zero exit status
4: In i.p(...) :
installation of package ‘/var/folders/z_/npq19gzd6dg38_tzfd7lmy800000gn/T//RtmpKef6xF/file128bf9bf87b9/scRNAtoolVis_0.0.5.tar.gz’ had non-zero exit status
Beta Was this translation helpful? Give feedback.
All reactions