tiroshlab / Spatial_Glioma

Code for major analyses in "Integrative spatial analysis reveals a multi-layered organization of glioblastoma" paper
31 stars 5 forks source link

Errors related to "scalop" in Module1_MP.R #8

Open liangxs7015 opened 2 months ago

liangxs7015 commented 2 months ago

Hi, thanks for showing the wonderful analyzing pipeline. When following your code in "Module1_MP.R", I was confused by a wierd error. After running "jac_matord = scalop::hca_reorder(jac_mat)", I saw "Error in if (class(x) == "marix") { : the condition has length > 1". I realized that this error was caused by multiple class of the "jac_mat" from "jac_mat = scalop::Jaccard(genes_list)":

class(jac_mat) [1] "matrix" "array"

I am not sure whether this was caused by unmatched versions between "scalop" and other packages. Also, no clues was found when checking scalop issues (The "scalop" package was installed by BiocManager::install("jpmam1/scalop"), because we failed to install it by "install_github("jlaffy/scalop")"). By changing "if (class(x) == "marix") {" to "if (class(x)[1] == "marix") {" in the ".hca" function, I finally made this run, but an empty "clusters" was obtained then by:

clusters <- altered_hca_groups(jac_matord, cor.method="none", k=mp_num, min.size=4, max.size=0.5)

Could you please help me figure this out? Thanks!

session_info() ─ Session info ─────────────────────────────────────────────────────────────────────────────────────── setting value version R version 4.3.3 (2024-02-29) os Ubuntu 20.04.4 LTS system x86_64, linux-gnu ui RStudio language (EN) collate zh_CN.UTF-8 ctype zh_CN.UTF-8 tz Asia/Shanghai date 2024-07-15 rstudio 2023.12.1+402 Ocean Storm (server) ─ Packages ─────────────────────────────────────────────────────────────────────────────────────────── ! package version date (UTC) lib source abind 1.4-5 2016-07-21 [5] CRAN (R 4.2.1) VP affxparser 1.70.0 2023-10-24 [5] Bioconductor (on disk 1.74.0) VP affyio 1.68.0 2023-10-24 [5] Bioconductor (on disk 1.72.0) AnnotationDbi 1.64.1 2023-11-03 [1] Bioconductor ape 5.8 2024-04-11 [5] CRAN (R 4.3.3) aplot 0.2.2 2023-10-06 [5] CRAN (R 4.2.1) argparse 2.2.3 2024-04-09 [5] CRAN (R 4.3.3) babelgene 22.9 2022-09-29 [5] CRAN (R 4.2.1) backports 1.4.1 2021-12-13 [5] CRAN (R 4.2.1) beachmat 2.18.1 2024-02-14 [1] Bioconductor 3.18 (R 4.3.3) beeswarm 0.4.0 2021-06-01 [5] CRAN (R 4.2.1) bigmemory 4.6.4 2024-01-09 [5] CRAN (R 4.2.1) bigmemory.sri 0.1.8 2024-01-10 [5] CRAN (R 4.2.1) Biobase 2.62.0 2023-10-24 [1] Bioconductor BiocFileCache 2.10.2 2024-03-27 [1] Bioconductor 3.18 (R 4.3.3) BiocGenerics 0.48.1 2023-11-01 [1] Bioconductor BiocIO 1.12.0 2023-10-24 [1] Bioconductor BiocManager 1.30.23 2024-05-04 [1] CRAN (R 4.3.3) BiocNeighbors 1.20.2 2024-01-07 [1] Bioconductor 3.18 (R 4.3.3) BiocParallel 1.36.0 2023-10-24 [1] Bioconductor BiocSingular 1.18.0 2023-10-24 [1] Bioconductor biomaRt 2.58.2 2024-01-30 [1] Bioconductor 3.18 (R 4.3.3) Biostrings 2.70.3 2024-03-13 [1] Bioconductor 3.18 (R 4.3.3) bit 4.0.5 2022-11-15 [5] CRAN (R 4.2.1) bit64 4.0.5 2020-08-30 [5] CRAN (R 4.2.1) bitops 1.0-7 2021-04-24 [5] CRAN (R 4.2.1) blob 1.2.4 2023-03-17 [5] CRAN (R 4.2.1) bluster 1.12.0 2023-10-24 [1] Bioconductor broom 1.0.5 2023-06-09 [5] CRAN (R 4.2.1) cachem 1.0.8 2023-05-01 [5] CRAN (R 4.2.1) car 3.1-2 2023-03-30 [5] CRAN (R 4.2.1) carData 3.0-5 2022-01-06 [5] CRAN (R 4.2.1) caTools 1.18.2 2021-03-28 [5] CRAN (R 4.2.1) circlize 0.4.16 2024-02-20 [5] CRAN (R 4.2.1) cli 3.6.2 2023-12-11 [5] CRAN (R 4.2.1) clue 0.3-65 2023-09-23 [5] CRAN (R 4.2.1) cluster 2.1.6 2023-12-01 [5] CRAN (R 4.2.1) clusterProfiler 4.10.1 2024-03-08 [1] Bioconductor 3.18 (R 4.3.3) coda 0.19-4.1 2024-01-31 [5] CRAN (R 4.2.1) codetools 0.2-20 2024-03-31 [5] CRAN (R 4.3.3) coin 1.4-3 2023-09-27 [5] CRAN (R 4.2.1) colorspace 2.1-0 2023-01-23 [5] CRAN (R 4.2.1) VP ComplexHeatmap 2.14.0 2023-10-24 [5] Bioconductor (on disk 2.18.0) cowplot 1.1.3 2024-01-22 [5] CRAN (R 4.2.1) crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.1) curl 5.2.1 2024-03-01 [1] CRAN (R 4.3.3) data.table 1.15.4 2024-03-30 [1] CRAN (R 4.3.3) DBI 1.2.2 2024-02-16 [5] CRAN (R 4.2.1) dbplyr 2.3.4 2023-09-26 [1] CRAN (R 4.3.3) DelayedArray 0.28.0 2023-10-24 [1] Bioconductor DelayedMatrixStats 1.24.0 2023-10-24 [1] Bioconductor deldir 2.0-4 2024-02-28 [1] CRAN (R 4.3.3) devtools 2.4.5 2022-10-11 [1] CRAN (R 4.2.1) digest 0.6.35 2024-03-11 [1] CRAN (R 4.3.3) doParallel 1.0.17 2022-02-07 [5] CRAN (R 4.2.1) VP DOSE 3.24.2 2023-12-10 [5] Bioconductor 3.18 (R 4.3.3) (on disk 3.28.2) dotCall64 1.1-1 2023-11-28 [1] CRAN (R 4.3.3) dplyr 1.1.4 2023-11-17 [1] CRAN (R 4.2.1) dqrng 0.3.2 2023-11-29 [5] CRAN (R 4.2.1) edgeR 4.0.16 2024-02-18 [1] Bioconductor 3.18 (R 4.3.3) egg 0.4.5 2019-07-13 [5] CRAN (R 4.2.1) ellipsis 0.3.2 2021-04-29 [5] CRAN (R 4.2.1) enrichplot 1.22.0 2023-10-24 [1] Bioconductor fansi 1.0.6 2023-12-08 [5] CRAN (R 4.2.1) farver 2.1.1 2022-07-06 [5] CRAN (R 4.2.1) fastcluster 1.2.6 2024-01-12 [5] CRAN (R 4.2.1) fastmap 1.1.1 2023-02-24 [5] CRAN (R 4.2.1) fastmatch 1.1-4 2023-08-18 [5] CRAN (R 4.2.1) ff 4.0.12 2024-01-12 [5] CRAN (R 4.2.1) fgsea 1.28.0 2023-10-24 [1] Bioconductor filelock 1.0.3 2023-12-11 [5] CRAN (R 4.2.1) fitdistrplus 1.1-11 2023-04-25 [5] CRAN (R 4.2.1) foreach 1.5.2 2022-02-02 [5] CRAN (R 4.2.1) formatR 1.14 2023-01-17 [5] CRAN (R 4.2.1) fs 1.6.4 2024-04-25 [1] CRAN (R 4.3.3) futile.logger 1.4.3 2016-07-10 [5] CRAN (R 4.2.1) futile.options 1.0.1 2018-04-20 [5] CRAN (R 4.2.1) future 1.33.2 2024-03-26 [1] CRAN (R 4.3.3) future.apply 1.11.2 2024-03-28 [1] CRAN (R 4.3.3) generics 0.1.3 2022-07-05 [5] CRAN (R 4.2.1) GenomeInfoDb 1.38.8 2024-03-15 [1] Bioconductor 3.18 (R 4.3.3) GenomeInfoDbData 1.2.11 2024-05-13 [1] Bioconductor GenomicAlignments 1.38.2 2024-01-16 [1] Bioconductor 3.18 (R 4.3.3) GenomicFeatures 1.54.4 2024-03-13 [1] Bioconductor 3.18 (R 4.3.3) GenomicRanges 1.54.1 2023-10-29 [1] Bioconductor GetoptLong 1.0.5 2020-12-15 [5] CRAN (R 4.2.1) ggbeeswarm 0.7.2 2023-04-29 [5] CRAN (R 4.2.1) ggforce 0.4.2 2024-02-19 [5] CRAN (R 4.2.1) ggfun 0.1.4 2024-01-19 [5] CRAN (R 4.2.1) ggplot2 3.5.1 2024-04-23 [1] CRAN (R 4.3.3) ggplotify 0.1.2 2023-08-09 [5] CRAN (R 4.2.1) ggpubr 0.6.0 2023-02-10 [5] CRAN (R 4.2.1) ggraph 2.2.1 2024-03-07 [1] CRAN (R 4.3.3) ggrepel 0.9.5 2024-01-10 [1] CRAN (R 4.3.3) ggridges 0.5.6 2024-01-23 [5] CRAN (R 4.2.1) ggsignif 0.6.4 2022-10-13 [5] CRAN (R 4.2.1) ggtree 3.10.1 2024-02-25 [1] Bioconductor 3.18 (R 4.3.3) gitcreds 0.1.2 2022-09-08 [5] CRAN (R 4.2.1) githubinstall 0.2.2 2018-02-18 [1] CRAN (R 4.3.3) GlobalOptions 0.1.2 2020-06-10 [5] CRAN (R 4.2.1) globals 0.16.3 2024-03-08 [5] CRAN (R 4.3.3) glue 1.7.0 2024-01-09 [5] CRAN (R 4.2.1) GO.db 3.18.0 2024-05-13 [1] Bioconductor goftest 1.2-3 2021-10-07 [5] CRAN (R 4.2.1) GOSemSim 2.28.1 2024-01-17 [1] Bioconductor 3.18 (R 4.3.3) gplots 3.1.3.1 2024-02-02 [5] CRAN (R 4.2.1) graph 1.80.0 2023-10-24 [1] Bioconductor graphlayouts 1.1.1 2024-03-09 [1] CRAN (R 4.3.3) gridBase 0.4-7 2014-02-24 [5] CRAN (R 4.2.1) gridExtra 2.3 2017-09-09 [5] CRAN (R 4.2.1) gridGraphics 0.5-1 2020-12-13 [5] CRAN (R 4.2.1) gson 0.1.0 2023-03-07 [1] CRAN (R 4.2.1) gtable 0.3.5 2024-04-22 [1] CRAN (R 4.3.3) gtools 3.9.5 2023-11-20 [5] CRAN (R 4.2.1) HDO.db 0.99.1 2023-06-13 [1] Bioconductor hms 1.1.3 2023-03-21 [5] CRAN (R 4.2.1) Homo.sapiens 1.3.1 2024-07-15 [1] Bioconductor htmltools 0.5.8.1 2024-04-04 [1] CRAN (R 4.3.3) htmlwidgets 1.6.4 2023-12-06 [5] CRAN (R 4.2.1) httpuv 1.6.15 2024-03-26 [1] CRAN (R 4.3.3) httr 1.4.7 2023-08-15 [5] CRAN (R 4.2.1) ica 1.0-3 2022-07-08 [5] CRAN (R 4.2.1) igraph 1.6.0 2023-12-11 [5] CRAN (R 4.2.1) VP infercnv 1.14.2 2023-12-01 [5] Bioconductor 3.18 (R 4.3.3) (on disk 1.18.1) IRanges 2.36.0 2023-10-24 [1] Bioconductor irlba 2.3.5.1 2022-10-03 [1] CRAN (R 4.2.1) iterators 1.0.14 2022-02-05 [5] CRAN (R 4.2.1) jsonlite 1.8.8 2023-12-04 [5] CRAN (R 4.2.1) KEGGREST 1.42.0 2023-10-24 [1] Bioconductor kernlab 0.9-32 2023-01-31 [5] CRAN (R 4.2.1) KernSmooth 2.23-22 2023-07-10 [5] CRAN (R 4.2.1) lambda.r 1.2.4 2019-09-18 [5] CRAN (R 4.2.1) later 1.3.2 2023-12-06 [5] CRAN (R 4.2.1) lattice 0.22-6 2024-03-20 [1] CRAN (R 4.3.3) lazyeval 0.2.2 2019-03-15 [5] CRAN (R 4.2.1) leiden 0.4.3.1 2023-11-17 [5] CRAN (R 4.2.1) libcoin 1.0-10 2023-09-27 [5] CRAN (R 4.2.1) lifecycle 1.0.4 2023-11-07 [5] CRAN (R 4.2.1) VP limma 3.54.2 2023-10-31 [5] Bioconductor (on disk 3.58.1) listenv 0.9.1 2024-01-29 [5] CRAN (R 4.2.1) lmtest 0.9-40 2022-03-21 [5] CRAN (R 4.2.1) locfit 1.5-9.9 2024-03-01 [5] CRAN (R 4.3.3) magrittr 2.0.3 2022-03-30 [5] CRAN (R 4.2.1) MASS 7.3-60.0.1 2024-01-13 [5] CRAN (R 4.2.1) Matrix 1.6-5 2024-01-11 [1] CRAN (R 4.2.1) MatrixGenerics 1.14.0 2023-10-24 [1] Bioconductor matrixStats 1.3.0 2024-04-11 [1] CRAN (R 4.3.3) memoise 2.0.1 2021-11-26 [5] CRAN (R 4.2.1) metapod 1.10.1 2023-12-24 [1] Bioconductor 3.18 (R 4.3.3) MetBrewer 0.2.0 2022-03-21 [1] CRAN (R 4.3.3) mime 0.12 2021-09-28 [5] CRAN (R 4.2.1) miniUI 0.1.1.1 2018-05-18 [5] CRAN (R 4.2.1) mixtools 2.0.0 2022-12-05 [5] CRAN (R 4.2.1) modeltools 0.2-23 2020-03-05 [5] CRAN (R 4.2.1) msigdbr 7.5.1 2022-03-30 [5] CRAN (R 4.2.1) multcomp 1.4-25 2023-06-20 [5] CRAN (R 4.2.1) munsell 0.5.1 2024-04-01 [5] CRAN (R 4.3.3) mvtnorm 1.2-4 2023-11-27 [5] CRAN (R 4.2.1) nlme 3.1-164 2023-11-27 [5] CRAN (R 4.2.1) P NMF 0.27 2024-02-08 [5] CRAN (R 4.3.3) oligo 1.66.0 2023-10-24 [1] Bioconductor oligoClasses 1.64.0 2023-10-24 [1] Bioconductor org.Hs.eg.db 3.18.0 2024-05-13 [1] Bioconductor OrganismDbi 1.44.0 2023-10-24 [1] Bioconductor parallelDist 0.2.6 2022-02-03 [5] CRAN (R 4.2.1) parallelly 1.37.1 2024-02-29 [1] CRAN (R 4.3.3) patchwork 1.2.0 2024-01-08 [5] CRAN (R 4.2.1) pbapply 1.7-2 2023-06-27 [5] CRAN (R 4.2.1) phyclust 0.1-34 2023-09-06 [5] CRAN (R 4.2.1) pillar 1.9.0 2023-03-22 [5] CRAN (R 4.2.1) pkgbuild 1.4.4 2024-03-17 [1] CRAN (R 4.3.3) pkgconfig 2.0.3 2019-09-22 [5] CRAN (R 4.2.1) pkgload 1.3.4 2024-01-16 [5] CRAN (R 4.2.1) plotly 4.10.4 2024-01-13 [1] CRAN (R 4.3.3) plyr 1.8.9 2023-10-02 [5] CRAN (R 4.2.1) png 0.1-8 2022-11-29 [5] CRAN (R 4.2.1) polyclip 1.10-6 2023-09-27 [5] CRAN (R 4.2.1) VP preprocessCore 1.60.2 2023-10-24 [5] Bioconductor (on disk 1.64.0) prettyunits 1.2.0 2023-09-24 [5] CRAN (R 4.2.1) profvis 0.3.8 2023-05-02 [5] CRAN (R 4.2.1) progress 1.2.3 2023-12-06 [5] CRAN (R 4.2.1) progressr 0.14.0 2023-08-10 [5] CRAN (R 4.2.1) promises 1.3.0 2024-04-05 [5] CRAN (R 4.3.3) purrr 1.0.2 2023-08-10 [5] CRAN (R 4.2.1) qs 0.26.1 2024-03-09 [1] CRAN (R 4.3.3) qvalue 2.34.0 2023-10-24 [1] Bioconductor R6 2.5.1 2021-08-19 [5] CRAN (R 4.2.1) RANN 2.6.1 2019-01-08 [5] CRAN (R 4.2.1) RApiSerialize 0.1.2 2022-08-25 [5] CRAN (R 4.2.1) rappdirs 0.3.3 2021-01-31 [5] CRAN (R 4.2.1) RBGL 1.78.0 2023-10-24 [1] Bioconductor RColorBrewer 1.1-3 2022-04-03 [5] CRAN (R 4.2.1) Rcpp 1.0.12 2024-01-09 [4] CRAN (R 4.2.1) RcppAnnoy 0.0.22 2024-01-23 [5] CRAN (R 4.2.1) RcppParallel 5.1.7 2023-02-27 [5] CRAN (R 4.2.1) RCurl 1.98-1.14 2024-01-09 [1] CRAN (R 4.3.3) registry 0.5-1 2019-03-05 [5] CRAN (R 4.2.1) remotes 2.5.0 2024-03-17 [5] CRAN (R 4.3.3) reshape2 1.4.4 2020-04-09 [5] CRAN (R 4.2.1) restfulr 0.0.15 2022-06-16 [5] CRAN (R 4.2.1) reticulate 1.36.1 2024-04-22 [1] CRAN (R 4.3.3) rjags 4-15 2023-11-30 [5] CRAN (R 4.2.1) rjson 0.2.21 2022-01-09 [5] CRAN (R 4.2.1) VP rlang 1.1.2 2024-01-10 [5] CRAN (R 4.3.3) (on disk 1.1.3) rngtools 1.5.2 2021-09-20 [5] CRAN (R 4.2.1) ROCR 1.0-11 2020-05-02 [5] CRAN (R 4.2.1) Rsamtools 2.18.0 2023-10-24 [1] Bioconductor RSQLite 2.3.6 2024-03-31 [1] CRAN (R 4.3.3) rstatix 0.7.2 2023-02-01 [5] CRAN (R 4.2.1) rstudioapi 0.16.0 2024-03-24 [5] CRAN (R 4.3.3) rsvd 1.0.5 2021-04-16 [5] CRAN (R 4.2.1) rtracklayer 1.62.0 2023-10-24 [1] Bioconductor Rtsne 0.17 2023-12-07 [5] CRAN (R 4.2.1) S4Arrays 1.2.1 2024-03-04 [1] Bioconductor 3.18 (R 4.3.3) S4Vectors 0.40.2 2023-11-23 [1] Bioconductor 3.18 (R 4.3.3) sandwich 3.1-0 2023-12-11 [5] CRAN (R 4.2.1) ScaledMatrix 1.10.0 2023-10-24 [1] Bioconductor scales 1.3.0 2023-11-28 [5] CRAN (R 4.2.1) scalop 1.1.0 2024-07-11 [1] Github (jpmam1/scalop@ab9fe5c) VP scater 1.26.1 2023-11-16 [5] Bioconductor (on disk 1.30.1) scattermore 1.2 2023-06-12 [5] CRAN (R 4.2.1) scatterpie 0.2.2 2024-04-03 [5] CRAN (R 4.3.3) P SCpubr 2.0.2 2023-10-11 [5] CRAN (R 4.2.1) scran 1.30.2 2024-01-22 [1] Bioconductor 3.18 (R 4.3.3) sctransform 0.4.1 2023-10-19 [5] CRAN (R 4.2.1) scuttle 1.12.0 2023-10-24 [1] Bioconductor segmented 2.0-4 2024-04-19 [1] CRAN (R 4.3.3) sessioninfo 1.2.2 2021-12-06 [5] CRAN (R 4.2.1) Seurat 4.4.0 2024-06-30 [1] https://satijalab.r-universe.dev (R 4.3.3) SeuratObject 5.0.2 2024-05-08 [1] CRAN (R 4.3.3) shadowtext 0.1.3 2024-01-19 [5] CRAN (R 4.2.1) shape 1.4.6.1 2024-02-23 [5] CRAN (R 4.3.3) shiny 1.8.1.1 2024-04-02 [1] CRAN (R 4.3.3) SingleCellExperiment 1.24.0 2023-10-24 [1] Bioconductor sp 2.1-4 2024-04-30 [1] CRAN (R 4.3.3) spam 2.10-0 2023-10-23 [5] CRAN (R 4.2.1) SparseArray 1.2.4 2024-02-11 [1] Bioconductor 3.18 (R 4.3.3) sparseMatrixStats 1.14.0 2023-10-24 [1] Bioconductor spatstat.data 3.0-4 2024-01-15 [1] CRAN (R 4.3.3) spatstat.explore 3.2-7 2024-03-21 [1] CRAN (R 4.3.3) spatstat.geom 3.2-9 2024-02-28 [1] CRAN (R 4.3.3) spatstat.random 3.2-3 2024-02-29 [1] CRAN (R 4.3.3) spatstat.sparse 3.0-3 2023-10-24 [5] CRAN (R 4.2.1) spatstat.utils 3.0-4 2023-10-24 [5] CRAN (R 4.2.1) statmod 1.5.0 2023-01-06 [5] CRAN (R 4.2.1) stringfish 0.16.0 2023-11-28 [5] CRAN (R 4.2.1) stringi 1.8.4 2024-05-06 [1] CRAN (R 4.3.3) stringr 1.5.1 2023-11-14 [5] CRAN (R 4.2.1) SummarizedExperiment 1.32.0 2023-10-24 [1] Bioconductor survival 3.6-4 2024-04-24 [1] CRAN (R 4.3.3) synchronicity 1.3.10 2024-01-10 [5] CRAN (R 4.2.1) tensor 1.5 2012-05-05 [5] CRAN (R 4.2.1) TH.data 1.1-2 2023-04-17 [5] CRAN (R 4.2.1) tibble 3.2.1 2023-03-20 [5] CRAN (R 4.2.1) tidygraph 1.3.0 2023-12-18 [5] CRAN (R 4.2.1) tidyr 1.3.1 2024-01-24 [5] CRAN (R 4.2.1) tidyselect 1.2.1 2024-03-11 [5] CRAN (R 4.3.3) tidytree 0.4.6 2023-12-12 [1] CRAN (R 4.2.1) treeio 1.26.0 2023-10-24 [1] Bioconductor tweenr 2.0.3 2024-02-26 [5] CRAN (R 4.3.3) TxDb.Hsapiens.UCSC.hg19.knownGene 3.2.2 2022-07-09 [5] Bioconductor urlchecker 1.0.1 2021-11-30 [5] CRAN (R 4.2.1) usethis 2.2.3 2024-02-19 [5] CRAN (R 4.2.1) utf8 1.2.4 2023-10-22 [5] CRAN (R 4.2.1) P uuid 1.2-0 2024-01-14 [5] CRAN (R 4.3.3) uwot 0.2.2 2024-04-21 [1] CRAN (R 4.3.3) vctrs 0.6.5 2023-12-01 [1] CRAN (R 4.3.3) vipor 0.4.7 2023-12-18 [5] CRAN (R 4.2.1) viridis 0.6.5 2024-01-29 [5] CRAN (R 4.2.1) viridisLite 0.4.2 2023-05-02 [5] CRAN (R 4.2.1) withr 3.0.0 2024-01-16 [5] CRAN (R 4.2.1) XML 3.99-0.16.1 2024-01-22 [1] CRAN (R 4.3.3) xml2 1.3.6 2023-12-04 [5] CRAN (R 4.2.1) xtable 1.8-4 2019-04-21 [5] CRAN (R 4.2.1) XVector 0.42.0 2023-10-24 [1] Bioconductor yaml 2.3.8 2023-12-11 [5] CRAN (R 4.2.1) yulab.utils 0.1.4 2024-01-28 [1] CRAN (R 4.3.3) zeallot 0.1.0 2018-01-28 [5] CRAN (R 4.2.1) zlibbioc 1.48.2 2024-03-13 [1] Bioconductor 3.18 (R 4.3.3) zoo 1.8-12 2023-04-13 [5] CRAN (R 4.2.1)

[1] /home/liangxs/R/x86_64-pc-linux-gnu-library/4.2 [2] /home/liangxs/R/x86_64-pc-linux-gnu-library/4.3 [3] /usr/local/lib/R/site-library [4] /usr/lib/R/site-library [5] /usr/lib/R/library

V ── Loaded and on-disk version mismatch. P ── Loaded and on-disk path mismatch.

─ Python configuration ─────────────────────────────────────────────────────────────────────────────── python: /home/liangxs/mambaforge/envs/Jupyter_p/bin/python libpython: /home/liangxs/mambaforge/envs/Jupyter_p/lib/libpython3.9.so pythonhome: /home/liangxs/mambaforge/envs/Jupyter_p:/home/liangxs/mambaforge/envs/Jupyter_p version: 3.9.19 | packaged by conda-forge | (main, Mar 20 2024, 12:50:21) [GCC 12.3.0] numpy: /home/liangxs/mambaforge/envs/Jupyter_p/lib/python3.9/site-packages/numpy numpy_version: 1.26.4 pandas: /home/liangxs/mambaforge/envs/Jupyter_p/lib/python3.9/site-packages/pandas

NOTE: Python version was forced by RETICULATE_PYTHON

221801007LQLXY commented 1 month ago

Have you solved this problem? and How is this problem solved?