You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I am struggling to install liana. I initially followed the install instructions on GitHub but got this error:
remotes::install_github('saezlab/liana')
Error: Failed to install 'unknown package' from GitHub:
Line starting 'Config/testthat/edit ...' is malformed!
However, this seemed more promising:
git clone https://github.com/saezlab/liana.git
I downloaded it but on attempting to install it from inside the liana directory with install.packages(".", repos = NULL, type = "source") I got this error: ERROR: dependencies 'OmnipathR', 'basilisk.utils', 'basilisk' are not available for package 'liana'
removing '/gpfs3/well/ludwig/users/ikb229/R/4.1/skylake/liana'
Warning message:
In install.packages(".", repos = NULL, type = "source") :
installation of package '.' had non-zero exit status"
So I successfully installed basilisk.utils, basilisk. and OmnipathR:
However on then attempting to install liana again, I got this message:
> install.packages(".", repos = NULL, type = "source")
Installing package into '/gpfs3/well/ludwig/users/ikb229/R/4.2/skylake'
(as 'lib' is unspecified)
* installing *source* package 'liana' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Error: object 'homologene_download' is not exported by 'namespace:OmnipathR'
Execution halted
ERROR: lazy loading failed for package 'liana'
* removing '/gpfs3/well/ludwig/users/ikb229/R/4.2/skylake/liana'
Warning message:
In install.packages(".", repos = NULL, type = "source") :
installation of package '.' had non-zero exit status
So in R I tried:
> library(OmnipathR)
?homologene_download
No documentation for 'homologene_download' in specified packages and libraries:
you could try '??homologene_download'
> ??homologene_download
No vignettes or demos or help files found with alias or concept or
title matching 'homologene_download' using regular expression matching.
These are the modules I am using on an HPC cluster:
This has worked and I can launch Liana, but first there were other dependencies that I had to update first, which basically involved updating the tidyverse package. Many thanks!
Hi there,
I am struggling to install liana. I initially followed the install instructions on GitHub but got this error:
However, this seemed more promising:
I downloaded it but on attempting to install it from inside the liana directory with
install.packages(".", repos = NULL, type = "source")
I got this error: ERROR: dependencies 'OmnipathR', 'basilisk.utils', 'basilisk' are not available for package 'liana'Warning message:
In install.packages(".", repos = NULL, type = "source") :
installation of package '.' had non-zero exit status"
So I successfully installed
basilisk.utils
,basilisk
. and OmnipathR:However on then attempting to install liana again, I got this message:
So in R I tried:
These are the modules I am using on an HPC cluster:
Session info below:
I can't find a solution. What do you suggest? Thanks!
The text was updated successfully, but these errors were encountered: