Open nmolanog opened 4 years ago
I couldn't reproduce the bug, both scripts are running well on my CentOS server.
Maybe the memory of your machine is too limited to run the first script.
Here is my session info.
> sessionInfo()
R version 4.0.2 (2020-06-22)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)
Matrix products: default
BLAS/LAPACK: /usr/lib64/libopenblasp-r0.3.3.so
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8
[4] LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] splines parallel stats4 stats graphics grDevices utils datasets
[9] methods base
other attached packages:
[1] animation_2.6 scClassify_1.0.0 monocle_2.16.0
[4] DDRTree_0.1.5 irlba_2.3.3 VGAM_1.1-3
[7] Matrix_1.2-18 plyr_1.8.6 ggpubr_0.4.0
[10] viridis_0.5.1 viridisLite_0.3.0 MAST_1.14.0
[13] ggplot2_3.3.2 cluster_2.1.0 Rtsne_0.15
[16] mclust_5.4.6 edgeR_3.30.3 limma_3.44.3
[19] dplyr_1.0.0 SingleCellExperiment_1.10.1 SummarizedExperiment_1.18.2
[22] DelayedArray_0.14.1 matrixStats_0.56.0 Biobase_2.48.0
[25] GenomicRanges_1.40.0 GenomeInfoDb_1.24.2 IRanges_2.22.2
[28] S4Vectors_0.26.1 BiocGenerics_0.34.0
loaded via a namespace (and not attached):
[1] colorspace_1.4-1 ggsignif_0.6.0 ellipsis_0.3.1
[4] rio_0.5.16 XVector_0.28.0 proxy_0.4-24
[7] rstudioapi_0.11 farver_2.0.3 graphlayouts_0.7.0
[10] ggrepel_0.8.2 docopt_0.7.1 polyclip_1.10-0
[13] hopach_2.48.0 broom_0.7.0 kernlab_0.9-29
[16] pheatmap_1.0.12 ggforce_0.3.2 compiler_4.0.2
[19] backports_1.1.8 tweenr_1.0.1 tools_4.0.2
[22] igraph_1.2.5 gtable_0.3.0 glue_1.4.1
[25] GenomeInfoDbData_1.2.3 RANN_2.6.1 reshape2_1.4.4
[28] Rcpp_1.0.5 carData_3.0-4 slam_0.1-47
[31] cellranger_1.1.0 vctrs_0.3.2 nlme_3.1-148
[34] ggraph_2.0.3 stringr_1.4.0 openxlsx_4.1.5
[37] lifecycle_0.2.0 statmod_1.4.34 rstatix_0.6.0
[40] zlibbioc_1.34.0 MASS_7.3-51.6 scales_1.1.1
[43] tidygraph_1.2.0 hms_0.5.3 RColorBrewer_1.1-2
[46] curl_4.3 gridExtra_2.3 segmented_1.2-0
[49] fastICA_1.2-2 stringi_1.4.6 densityClust_0.3
[52] zip_2.0.4 BiocParallel_1.22.0 rlang_0.4.7
[55] pkgconfig_2.0.3 bitops_1.0-6 qlcMatrix_0.9.7
[58] lattice_0.20-41 purrr_0.3.4 labeling_0.3
[61] tidyselect_1.1.0 magrittr_1.5 R6_2.4.1
[64] magick_2.4.0 generics_0.0.2 combinat_0.0-8
[67] pillar_1.4.6 haven_2.3.1 foreign_0.8-80
[70] withr_2.2.0 mgcv_1.8-31 proxyC_0.1.5
[73] mixtools_1.2.0 survival_3.2-3 abind_1.4-5
[76] RCurl_1.98-1.2 tibble_3.0.3 crayon_1.3.4
[79] car_3.0-8 locfit_1.5-9.4 grid_4.0.2
[82] readxl_1.3.1 minpack.lm_1.2-1 data.table_1.12.8
[85] FNN_1.1.3 forcats_0.5.0 HSMMSingleCell_1.8.0
[88] sparsesvd_0.2 digest_0.6.25 tidyr_1.1.0
[91] RcppParallel_5.0.2 munsell_0.5.0
this error was presented while runing this code:
The Error output is this
my session info
The error is not present if number of iterations is reduced
Created on 2020-07-27 by the reprex package (v0.3.0)