Open iaradsouza1 opened 1 year ago
I am also having this error, simply trying to run the examples in the vignette.
R version 4.3.1 (2023-06-16 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19045)
Matrix products: default
locale: [1] LC_COLLATE=English_United States.utf8 [2] LC_CTYPE=English_United States.utf8
[3] LC_MONETARY=English_United States.utf8 [4] LC_NUMERIC=C
[5] LC_TIME=English_United States.utf8time zone: Europe/Vienna tzcode source: internal
attached base packages: [1] stats graphics grDevices utils datasets [6] methods base
other attached packages: [1] SCDC_0.0.0.9000
loaded via a namespace (and not attached): [1] KEGGREST_1.40.0 gtable_0.3.3
[3] ggplot2_3.4.2 Biobase_2.60.0
[5] vctrs_0.6.3 tools_4.3.1
[7] bitops_1.0-7 generics_0.1.3
[9] stats4_4.3.1 tibble_3.2.1
[11] fansi_1.0.4 AnnotationDbi_1.62.2
[13] RSQLite_2.3.1 blob_1.2.4
[15] pkgconfig_2.0.3 pheatmap_1.0.12
[17] checkmate_2.2.0 RColorBrewer_1.1-3
[19] nnls_1.4 S4Vectors_0.38.1
[21] assertthat_0.2.1 lifecycle_1.0.3
[23] GenomeInfoDbData_1.2.10 farver_2.1.1
[25] compiler_4.3.1 stringr_1.5.0
[27] pkgmaker_0.32.8 Biostrings_2.68.1
[29] munsell_0.5.0 codetools_0.2-19
[31] GenomeInfoDb_1.36.1 RCurl_1.98-1.12
[33] pillar_1.9.0 crayon_1.5.2
[35] cachem_1.0.8 tidyselect_1.2.0
[37] digest_0.6.32 stringi_1.7.12
[39] dplyr_1.1.2 reshape2_1.4.4
[41] labeling_0.4.2 cowplot_1.1.1
[43] fastmap_1.1.1 grid_4.3.1
[45] colorspace_2.1-0 cli_3.6.1
[47] magrittr_2.0.3 utf8_1.2.3
[49] withr_2.5.0 backports_1.4.1
[51] scales_1.2.1 L1pack_0.41-24
[53] fastmatrix_0.5 bit64_4.0.5
[55] registry_0.5-1 XVector_0.40.0
[57] httr_1.4.6 bit_4.0.5
[59] png_0.1-8 memoise_2.0.1
[61] IRanges_2.34.1 rlang_1.1.1
[63] Rcpp_1.0.10 xtable_1.8-4
[65] glue_1.6.2 DBI_1.1.3
[67] BiocManager_1.30.21 BiocGenerics_0.46.0
[69] xbioc_0.1.19 rstudioapi_0.14
[71] plyr_1.8.8 R6_2.5.1
[73] zlibbioc_1.46.0
I am also experiencing the same error. Has anyone figured out a way around this error or a way to fix it?
Did anyone fix this problem? Thanks
w_lad <-NA dt <- data.frame(y = yv, y.list) fitlad <- L1pack::lad(y~.-1, data = dt, ) w_lad <- fitlad$coefficients w_lad[w_lad <0] <- 0 w_lad <- w_lad/sum(w_lad) Error in switch(method, BR = lad.fit.BR(x, y, tol), EM = lad.fit.EM(x, : EXPR must be a vector of length 1, the error is caused by the method = c("BR", "EM")
same thing here
Hello everyone, I am having the same issue. Did anyone solve this problem? Many thanks! 🙏
Hi there!
I'm testing the SCDC package to use in one of my analysis. I'm following the code from the vignette for bulk RNA analysis, however, I'm not being able to follow the code provided on the vignette. Bellow is the reprex formatted output and the session info.
The error is the following:
Created on 2023-06-01 with reprex v2.0.2
─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────────────────── setting value version R version 4.2.3 (2023-03-15) os Linux Mint 21.1 system x86_64, linux-gnu ui RStudio language pt_BR:pt:en collate pt_BR.UTF-8 ctype pt_BR.UTF-8 tz America/Recife date 2023-06-01 rstudio 2022.07.0+548 Spotted Wakerobin (desktop) pandoc 2.19.2 @ /home/iaradsouza/miniconda3/envs/r-423/bin/ (via rmarkdown)
─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────────────────── ! package version date (UTC) lib source AnnotationDbi 1.60.2 2023-03-10 [1] Bioconductor assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.2.3) backports 1.4.1 2021-12-13 [1] CRAN (R 4.2.3) Biobase 2.58.0 2022-11-01 [1] Bioconductor BiocGenerics 0.44.0 2022-11-01 [1] Bioconductor P BiocManager 1.30.20 2023-02-24 [?] CRAN (R 4.2.3) Biostrings 2.66.0 2022-11-01 [1] Bioconductor bit 4.0.5 2022-11-15 [1] CRAN (R 4.2.3) bit64 4.0.5 2020-08-30 [1] CRAN (R 4.2.3) bitops 1.0-7 2021-04-24 [1] CRAN (R 4.2.3) blob 1.2.4 2023-03-17 [1] CRAN (R 4.2.3) cachem 1.0.8 2023-05-01 [1] CRAN (R 4.2.3) P callr 3.7.3 2022-11-02 [?] CRAN (R 4.2.3) checkmate 2.2.0 2023-04-27 [1] CRAN (R 4.2.3) cli 3.6.1 2023-03-23 [1] CRAN (R 4.2.3) P clipr 0.8.0 2022-02-22 [?] CRAN (R 4.2.3) P codetools 0.2-19 2023-02-01 [?] CRAN (R 4.2.3) colorspace 2.1-0 2023-01-23 [1] CRAN (R 4.2.3) cowplot 1.1.1 2020-12-30 [1] CRAN (R 4.2.3) crayon 1.5.2 2022-09-29 [1] CRAN (R 4.2.3) curl 5.0.0 2023-01-12 [1] CRAN (R 4.2.3) DBI 1.1.3 2022-06-18 [1] CRAN (R 4.2.3) P desc 1.4.2 2022-09-08 [?] CRAN (R 4.2.3) P devtools 2.4.5 2022-10-11 [?] CRAN (R 4.2.3) digest 0.6.31 2022-12-11 [1] CRAN (R 4.2.3) dplyr 1.1.2 2023-04-20 [1] CRAN (R 4.2.3) ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.2.3) evaluate 0.21 2023-05-05 [1] CRAN (R 4.2.3) fansi 1.0.4 2023-01-22 [1] CRAN (R 4.2.3) fastmap 1.1.1 2023-02-24 [1] CRAN (R 4.2.3) fastmatrix 0.5 2023-04-18 [1] CRAN (R 4.2.3) fs 1.6.2 2023-04-25 [1] CRAN (R 4.2.3) generics 0.1.3 2022-07-05 [1] CRAN (R 4.2.3) GenomeInfoDb 1.34.9 2023-02-02 [1] Bioconductor GenomeInfoDbData 1.2.9 2023-06-01 [1] Bioconductor ggplot2 3.4.2 2023-04-03 [1] CRAN (R 4.2.3) glue 1.6.2 2022-02-24 [1] CRAN (R 4.2.3) gtable 0.3.3 2023-03-21 [1] CRAN (R 4.2.3) htmltools 0.5.5 2023-03-23 [1] CRAN (R 4.2.3) P htmlwidgets 1.6.2 2023-03-17 [?] CRAN (R 4.2.3) httpuv 1.6.11 2023-05-11 [1] CRAN (R 4.2.3) P httr 1.4.6 2023-05-08 [?] CRAN (R 4.2.3) IRanges 2.32.0 2022-11-01 [1] Bioconductor KEGGREST 1.38.0 2022-11-01 [1] Bioconductor knitr 1.43 2023-05-25 [1] CRAN (R 4.2.3) L1pack 0.41-24 2023-05-19 [1] CRAN (R 4.2.3) later 1.3.1 2023-05-02 [1] CRAN (R 4.2.3) lifecycle 1.0.3 2022-10-07 [1] CRAN (R 4.2.3) magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.2.3) memoise 2.0.1 2021-11-26 [1] CRAN (R 4.2.3) mime 0.12 2021-09-28 [1] CRAN (R 4.2.3) P miniUI 0.1.1.1 2018-05-18 [?] CRAN (R 4.2.3) munsell 0.5.0 2018-06-12 [1] CRAN (R 4.2.3) nnls 1.4 2012-03-19 [1] CRAN (R 4.2.3) pheatmap 1.0.12 2019-01-04 [1] CRAN (R 4.2.3) pillar 1.9.0 2023-03-22 [1] CRAN (R 4.2.3) P pkgbuild 1.4.0 2022-11-27 [?] CRAN (R 4.2.3) pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.2.3) P pkgload 1.3.2 2022-11-16 [?] CRAN (R 4.2.3) pkgmaker 0.32.8 2023-06-01 [1] Github (renozao/pkgmaker@e9dbb82) plyr 1.8.8 2022-11-11 [1] CRAN (R 4.2.3) png 0.1-8 2022-11-29 [1] CRAN (R 4.2.3) P prettyunits 1.1.1 2020-01-24 [?] CRAN (R 4.2.3) P processx 3.8.1 2023-04-18 [?] CRAN (R 4.2.3) P profvis 0.3.8 2023-05-02 [?] CRAN (R 4.2.3) promises 1.2.0.1 2021-02-11 [1] CRAN (R 4.2.3) P ps 1.7.5 2023-04-18 [?] CRAN (R 4.2.3) purrr 1.0.1 2023-01-10 [1] CRAN (R 4.2.3) R6 2.5.1 2021-08-19 [1] CRAN (R 4.2.3) RColorBrewer 1.1-3 2022-04-03 [1] CRAN (R 4.2.3) Rcpp 1.0.10 2023-01-22 [1] CRAN (R 4.2.3) RCurl 1.98-1.12 2023-03-27 [1] CRAN (R 4.2.3) registry 0.5-1 2019-03-05 [1] CRAN (R 4.2.3) P remotes 2.4.2 2021-11-30 [?] CRAN (R 4.2.3) renv 0.17.3 2023-04-06 [1] CRAN (R 4.2.3) P reprex 2.0.2 2022-08-17 [?] CRAN (R 4.2.3) reshape2 1.4.4 2020-04-09 [1] CRAN (R 4.2.3) rlang 1.1.1 2023-04-28 [1] CRAN (R 4.2.3) rmarkdown 2.21 2023-03-26 [1] CRAN (R 4.2.3) P rprojroot 2.0.3 2022-04-02 [?] CRAN (R 4.2.3) RSQLite 2.3.1 2023-04-03 [1] CRAN (R 4.2.3) P rstudioapi 0.14 2022-08-22 [?] CRAN (R 4.2.3) S4Vectors 0.36.2 2023-02-26 [1] Bioconductor scales 1.2.1 2022-08-20 [1] CRAN (R 4.2.3) SCDC 0.0.0.9000 2023-06-01 [1] Github (meichendong/SCDC@890c604) P sessioninfo 1.2.2 2021-12-06 [?] CRAN (R 4.2.3) shiny 1.7.4 2022-12-15 [1] CRAN (R 4.2.3) stringi 1.7.12 2023-01-11 [1] CRAN (R 4.2.3) stringr 1.5.0 2022-12-02 [1] CRAN (R 4.2.3) tibble 3.2.1 2023-03-20 [1] CRAN (R 4.2.3) tidyselect 1.2.0 2022-10-10 [1] CRAN (R 4.2.3) P urlchecker 1.0.1 2021-11-30 [?] CRAN (R 4.2.3) P usethis * 2.1.6 2022-05-25 [?] CRAN (R 4.2.3) utf8 1.2.3 2023-01-31 [1] CRAN (R 4.2.3) vctrs 0.6.2 2023-04-19 [1] CRAN (R 4.2.3) withr 2.5.0 2022-03-03 [1] CRAN (R 4.2.3) xbioc 0.1.19 2023-06-01 [1] Github (renozao/xbioc@1354168) xfun 0.39 2023-04-20 [1] CRAN (R 4.2.3) xtable 1.8-4 2019-04-21 [1] CRAN (R 4.2.3) XVector 0.38.0 2022-11-01 [1] Bioconductor yaml 2.3.7 2023-01-23 [1] CRAN (R 4.2.3) zlibbioc 1.44.0 2022-11-01 [1] Bioconductor
[1] /media/iaradsouza/DATA1/Github/mdd-deconvolution/renv/library/R-4.2/x86_64-conda-linux-gnu [2] /home/iaradsouza/.cache/R/renv/sandbox/R-4.2/x86_64-conda-linux-gnu/3ff409aa
P ── Loaded and on-disk path mismatch.