-
Notifications
You must be signed in to change notification settings - Fork 2
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
Installation failed. version of Rlang and/or miloR? #40
Comments
I found some dependencies of miloDE require rlang >= 4.4.0, e.g., ‘MouseGastrulationData’, ‘scWGCNA’, ‘scran’. However, miloR requires rlang< 4.3.0. |
@RongqinChen I think I am a little confused - it seems that the latest version of rlang is 1.1.4: https://cran.r-project.org/web/packages/rlang/index.html As well as I opened now one of the environments where I know Can you please try to install with rlang 1.1.3 or 1.1.4 and let me know if it works? |
@amissarova Sorry for the confusion. In fact, I said R as rlang. I have successfully installed miloDE in R4.3.3, however, I am unable to run the stat_auc = calc_AUC_per_neighbourhood(sce_milo , sample_id = ‘sample’ , condition_id = ‘tomato’, min_n_cells_per_sample = 1, BPPARAM = mcparam) Got the following error: Error: BiocParallel errors
4 remote errors, element index: 1, 12, 23, 34
38 unevaluated and other errors
first remote error.
Error in MatrixGenerics:::.load_next_suggested_package_to_search(x): Failed to find a rowSds() method for dgTMatrix objects.
Traceback.
1. calc_AUC_per_neighbourhood(sce_milo, sample_id = ‘sample’, condition_id = ‘tomato’, .
. min_n_cells_per_sample = 1, BPPARAM = mcparam)
2. bplapply(colnames(nhoods_sce), function(hood_id) {
. out = .get_auc_single_hood(x, nhoods_sce, hood_id, min_cells = 4, .
. min_n_cells_per_sample = min_n_cells_per_sample, n_threads = 1)
. return(out)
. }, BPPARAM = BPPARAM) .
3. bplapply(colnames(nhoods_sce), function(hood_id) {
. out = .get_auc_single_hood(x, nhoods_sce, hood_id, min_cells = 4, .
. min_n_cells_per_sample = min_n_cells_per_sample, n_threads = 1)
. return(out)
. }, BPPARAM = BPPARAM) .
4. .bpinit(manager = manager, X = X, FUN = FUN, ARGS = ARGS, BPPARAM = BPPARAM, .
. BPOPTIONS = BPOPTIONS, BPREDO = BPREDO)
`` |
Can you please paste here your session_info? But if you copy-paste your session_info, I will try to look and see why is it failing. Can I also ask you to try and run it with |
Dear authors,
Thank you for your great work.
I have tried many versions of Rlang to install the miloDE package, including 4.0.0, 4.1.3, 4.2.0, 4.3.0.
However, I get the same problem when installing miloDE. The error message is
Does miloDE require specific versions of Rlang and/or miloR? If so, what are the versions?
Thanks
The text was updated successfully, but these errors were encountered: