AllenSpike / CPDR

Other
5 stars 0 forks source link

Error when installing CPDR #1

Open Liu-yuansheng opened 2 years ago

Liu-yuansheng commented 2 years ago

I am trying to install CPDR package according to the guides and keep getting errors: Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'iCluster' Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted ERROR: lazy loading failed for package 'CPDR'

AllenSpike commented 2 years ago

Sorry for my late response. It seems like the 'iCluster' depdendcy package is not installed properly for some reasons. Use sessionInfo() to check your R version can provide me more informations about this problem.

Liu-yuansheng commented 2 years ago

sessionInfo() R version 4.2.1 (2022-06-23 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22622)

Matrix products: default

locale: [1] LC_COLLATE=Chinese (Simplified)_China.utf8 [2] LC_CTYPE=Chinese (Simplified)_China.utf8
[3] LC_MONETARY=Chinese (Simplified)_China.utf8 [4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)_China.utf8

attached base packages: [1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached): [1] Rcpp_1.0.9 compiler_4.2.1 later_1.3.0 urlchecker_1.0.1 [5] prettyunits_1.1.1 profvis_0.3.7 remotes_2.4.2 tools_4.2.1
[9] digest_0.6.29 pkgbuild_1.3.1 pkgload_1.3.0 memoise_2.0.1
[13] lifecycle_1.0.1 rlang_1.0.4 shiny_1.7.2 cli_3.3.0
[17] rstudioapi_0.13 curl_4.3.2 fastmap_1.1.0 withr_2.5.0
[21] stringr_1.4.0 fs_1.5.2 htmlwidgets_1.5.4 devtools_2.4.4
[25] rprojroot_2.0.3 glue_1.6.2 R6_2.5.1 processx_3.7.0
[29] sessioninfo_1.2.2 callr_3.7.1 purrr_0.3.4 magrittr_2.0.3
[33] ps_1.7.1 promises_1.2.0.1 ellipsis_0.3.2 htmltools_0.5.3
[37] usethis_2.1.6 mime_0.12 xtable_1.8-4 httpuv_1.6.5
[41] stringi_1.7.8 miniUI_0.1.1.1 cachem_1.0.6 crayon_1.5.1