Skip to content
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

As much as I'd like to use monocle3, I can't get it on my system. #720

Open
simon7073 opened this issue May 16, 2024 · 1 comment
Open

Comments

@simon7073
Copy link

Currently, monocle specifies the R version (>= 4.0.0), but it depends on Matrix, which depends on R(>=4.4.0). This meant that I had to use R 4.4.0, but my system was CentOS, which had an earlier version of the dynamic link library, especially glib, which I couldn't use the newer R(>=4). Although I was able to use conda to install it, conda only provides the highest version (4.3.1).

R's environment dependencies and package dependencies really frustrate me.

@ZulfiiaDitto
Copy link

check this issue. #603
I have R version 4.4.0. and I tried to install it via the devtools -> got 2 dependency issue.
The way I install it was thought the BiocManager::install("cole-trapnell-lab/monocle3")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants