-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while installing liana #102
Comments
I assume that it's an issue with a confilict in testthat versions A solution is to install liana with a fresh R version (e.g. conda environment) See these issues: Hope this helps. |
Thank you so much for the response. However, I am still not able to install it. I tried various ways. Regards, |
In a replicated issue the author said that this worked for them by installing via source - e.g. glone and install locally. Hope this helps. |
as usual R error message may be confusing. PB is a combination of using UTF8 char in DESCRIPTION and locale environment//support just use plain ascii in DESCRIPTION file and installation goes smooth. see:
versus
|
I have addressed this in the update that I will push today. |
Hello,
I am trying to install liana using
remotes::install_github('saezlab/liana')
However I face this issue:
Error: Failed to install 'unknown package' from GitHub:
Line starting 'Config/testthat/edit ...' is malformed!
Can you please let me know the possible reason or solution.
Thank you so much in advance.
The text was updated successfully, but these errors were encountered: