Installation using pak::pkg_install("omnideconv/spacedeconv", dependencies=TRUE)
not working
#179
Unanswered
joan-yanqiong
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello,
I'm trying to install the
spacedeconv
package and all its dependencies. However it seems that the Seurat version and R versions are clashing. I'm using a conda/mamba environment.First I used the R-version
4.4.1
for installation, but got the following error:Then I used
this installed the R-version 4.3.3, after which I retried the
pak
command:Therefore I tried to do the following:
mamba install -c conda-forge "r-seurat<=4.4.0" r-base=4.4.1
Which led to the following log:
So I hope someone can help me to install
pak::pkg_install("omnideconv/spacedeconv", dependencies=TRUE)
.Beta Was this translation helpful? Give feedback.
All reactions