Entering edit mode
While loading the DEP package in R it shows a warning messege.
> library(DEP)
Warning message:
In fun(libname, pkgname) :
mzR has been built against a different Rcpp version (1.0.11)
than is installed on your system (1.0.12). This might lead to errors
when loading mzR. If you encounter such issues, please send a report,
including the output of sessionInfo() to the Bioc support forum at
https://support.bioconductor.org/. For details see also
https://github.com/sneumann/mzR/wiki/mzR-Rcpp-compiler-linker-issue.
sessionInfo()
R version 4.3.3 (2024-02-29 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 11 x64 (build 22631)
Matrix products: default
locale:
[1] LC_COLLATE=English_India.utf8 LC_CTYPE=English_India.utf8
[3] LC_MONETARY=English_India.utf8 LC_NUMERIC=C
[5] LC_TIME=English_India.utf8
time zone: America/New_York
tzcode source: internal
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] DEP_1.24.0
loaded via a namespace (and not attached):
[1] bitops_1.0-7 sandwich_3.1-0
[3] rlang_1.1.3 magrittr_2.0.3
[5] shinydashboard_0.7.2 clue_0.3-65
[7] GetoptLong_1.0.5 matrixStats_1.3.0
[9] compiler_4.3.3 png_0.1-8
[11] vctrs_0.6.5 ProtGenerics_1.34.0
[13] pkgconfig_2.0.3 shape_1.4.6.1
[15] crayon_1.5.2 fastmap_1.1.1
[17] XVector_0.42.0 utf8_1.2.4
[19] promises_1.3.0 tzdb_0.4.0
[21] preprocessCore_1.64.0 purrr_1.0.2
[23] zlibbioc_1.48.2 GenomeInfoDb_1.38.8
[25] gmm_1.8 later_1.3.2
[27] DelayedArray_0.28.0 BiocParallel_1.36.0
[29] parallel_4.3.3 cluster_2.1.6
[31] R6_2.5.1 RColorBrewer_1.1-3
[33] limma_3.58.1 GenomicRanges_1.54.1
[35] Rcpp_1.0.12 assertthat_0.2.1
[37] SummarizedExperiment_1.32.0 iterators_1.0.14
[39] zoo_1.8-12 readr_2.1.5
[41] IRanges_2.36.0 httpuv_1.6.15
[43] Matrix_1.6-5 tidyselect_1.2.1
[45] abind_1.4-5 doParallel_1.0.17
[47] codetools_0.2-19 affy_1.80.0
[49] lattice_0.22-5 tibble_3.2.1
[51] plyr_1.8.9 Biobase_2.62.0
[53] shiny_1.8.1.1 tmvtnorm_1.6
[55] norm_1.0-11.1 circlize_0.4.16
[57] pillar_1.9.0 affyio_1.72.0
[59] BiocManager_1.30.22 MatrixGenerics_1.14.0
[61] DT_0.33 foreach_1.5.2
[63] stats4_4.3.3 MSnbase_2.28.1
[65] MALDIquant_1.22.2 ncdf4_1.22
[67] generics_0.1.3 RCurl_1.98-1.14
[69] S4Vectors_0.40.2 hms_1.1.3
[71] ggplot2_3.5.0 munsell_0.5.1
[73] scales_1.3.0 xtable_1.8-4
[75] glue_1.7.0 tools_4.3.3
[77] mzID_1.40.0 vsn_3.70.0
[79] mzR_2.36.0 imputeLCMD_2.1
[81] mvtnorm_1.2-4 XML_3.99-0.16.1
[83] grid_4.3.3 impute_1.76.0
[85] tidyr_1.3.1 MsCoreUtils_1.14.1
[87] colorspace_2.1-0 GenomeInfoDbData_1.2.11
[89] cli_3.6.2 fansi_1.0.6
[91] S4Arrays_1.2.1 ComplexHeatmap_2.18.0
[93] dplyr_1.1.4 pcaMethods_1.94.0
[95] gtable_0.3.4 digest_0.6.35
[97] BiocGenerics_0.48.1 SparseArray_1.2.4
[99] rjson_0.2.21 htmlwidgets_1.6.4
[101] htmltools_0.5.8.1 lifecycle_1.0.4
[103] mime_0.12 GlobalOptions_0.1.2
[105] statmod_1.5.0 MASS_7.3-60.0.1
>