致命错误与安装 R ‘scalop’ 包时涉及到 “include S.h” 相关。

huangapple go评论101阅读模式
英文:

Fatal error relating to "include S.h" when installing R 'scalop' package

问题

我正尝试安装一个名为'infercna'的R包,其GitHub存储库链接在这里

安装过程尝试加载另一个名为'scalop'的包,其链接在这里

具体而言,这个命令:

  1. devtools::install_github("jlaffy/infercna")

返回如下:

  1. 下载 GitHub 存储库 jlaffy/infercna@HEAD
  2. ── R CMD 构建 ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  3. 检查文件 /private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/RtmpqQIEYL/remotes7d75586a9ac5/jlaffy-infercna-98a8db8/DESCRIPTION (343ms)
  4. ── 准备 infercna:
  5. 检查 DESCRIPTION 元信息 ...
  6. ── 检查源文件和构建文件以及 shell 脚本中的 LF 行结束符
  7. ── 检查空目录或不需要的目录
  8. NB: 此包现在依赖于 R (>= 3.5.0)
  9. 警告: 添加了对 R (>= 3.5.0) 的依赖,因为序列化对象在旧版本的 R 中无法读取。
  10. 包含此类对象的文件:
  11. infercna/data-raw/genes.rda
  12. ── 构建 infercna_1.0.0.tar.gz
  13. * 正在安装 *source* infercna ...
  14. ** 使用分阶段安装
  15. ** R
  16. ** 数据
  17. *** 将数据集移动到 lazyload DB
  18. ** 编译字节码并为延迟加载准备包
  19. Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
  20. 没有叫做 scalop 的包
  21. Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
  22. Execution halted
  23. ERROR: lazy loading failed for package infercna
  24. * 删除 /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/infercna
  25. 因此,我回溯并尝试安装'scalop',如下:
  26. ```R
  27. remotes::install_github("jlaffy/scalop")

从这里开始情况变得非常复杂。要安装'scalop',需要95个依赖项。成功安装所有95个依赖项后,安装'scalop'最终仍然会失败,如下:

  1. 检查文件 /private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/RtmpqQIEYL/remotes7d757fe15404/jlaffy-scalop-021999d/DESCRIPTION ...
  2. ── 准备 scalop: (385ms)
  3. 检查 DESCRIPTION 元信息 ...
  4. ── 清理 src
  5. ── 检查源文件和构建文件以及 shell 脚本中的 LF 行结束符
  6. ── 检查空目录或不需要的目录
  7. ── 构建 scalop_1.1.0.tar.gz
  8. * 正在安装 *source* scalop ...
  9. ** 使用分阶段安装
  10. ** libs
  11. 使用 C 编译器: Apple clang version 11.0.3 (clang-1103.0.32.62)’
  12. 使用 SDK: MacOSX10.15.sdk
  13. clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
  14. clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c nd.c -o nd.o
  15. nd.c:24:10: fatal error: S.h file not found
  16. #include "S.h"
  17. ^~~~~
  18. 1 error generated.
  19. make: *** [nd.o] Error 1
  20. ERROR: compilation failed for package scalop
  21. * 删除 /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/scalop

我写信是想问有没有人对这个输出了解足够多,知道如何修复“致命错误,未找到‘S.h’文件”的错误,这个错误最终导致下载失败。

已经有几个人通过在scalop的问题页面上发表问题,特别是问题4问题5来联系作者,但没有回复。此外,将错误消息发布到Google并没有返回有用的结果,就我所见。

最后,我愿意提供所有必要的信息;例如 sessionInfo(),R版本(4.3),Mac OS(11.7)等。

帮助我,Stack Overflow-Kenobi,你是我唯一的希望。

英文:

I am attempting to install an R package named 'infercna', the github repository to which is linked here.

The install process attempts to load another package named 'scalop', which is linked here.

Specifically, this command:

  1. devtools::install_github(&quot;jlaffy/infercna&quot;)

returns

  1. Downloading GitHub repo jlaffy/infercna@HEAD
  2. ── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  3. checking for file ‘/private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/RtmpqQIEYL/remotes7d75586a9ac5/jlaffy-infercna-98a8db8/DESCRIPTION (343ms)
  4. preparing infercna’:
  5. checking DESCRIPTION meta-information ...
  6. checking for LF line-endings in source and make files and shell scripts
  7. checking for empty or unneeded directories
  8. NB: this package now depends on R (&gt;= 3.5.0)
  9. WARNING: Added dependency on R &gt;= 3.5.0 because serialized objects in
  10. serialize/load version 3 cannot be read in older versions of R.
  11. File(s) containing such objects:
  12. infercna/data-raw/genes.rda
  13. building infercna_1.0.0.tar.gz
  14. * installing *source* package infercna ...
  15. ** using staged installation
  16. ** R
  17. ** data
  18. *** moving datasets to lazyload DB
  19. ** byte-compile and prepare package for lazy loading
  20. Error in loadNamespace(j &lt;- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
  21. there is no package called scalop
  22. Calls: &lt;Anonymous&gt; ... loadNamespace -&gt; withRestarts -&gt; withOneRestart -&gt; doWithOneRestart
  23. Execution halted
  24. ERROR: lazy loading failed for package infercna
  25. * removing ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/infercna

As such, I backtracked and attempted to install scalop, like so:

  1. remotes::install_github(&quot;jlaffy/scalop&quot;)

This is where things start to really get hairy. To install, scalop requires 95 dependencies. Upon successful installation of all 95, the installation for scalop will eventually still fail, like so:

  1. checking for file ‘/private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/RtmpqQIEYL/remotes7d757fe15404/jlaffy-scalop-021999d/DESCRIPTION ...
  2. preparing scalop’: (385ms)
  3. checking DESCRIPTION meta-information ...
  4. cleaning src
  5. checking for LF line-endings in source and make files and shell scripts
  6. checking for empty or unneeded directories
  7. building scalop_1.1.0.tar.gz
  8. * installing *source* package scalop ...
  9. ** using staged installation
  10. ** libs
  11. using C compiler: Apple clang version 11.0.3 (clang-1103.0.32.62)’
  12. using SDK: MacOSX10.15.sdk
  13. clang -arch x86_64 -I&quot;/Library/Frameworks/R.framework/Resources/include&quot; -DNDEBUG -I&#39;/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include&#39; -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
  14. clang -arch x86_64 -I&quot;/Library/Frameworks/R.framework/Resources/include&quot; -DNDEBUG -I&#39;/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include&#39; -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c nd.c -o nd.o
  15. nd.c:24:10: fatal error: &#39;S.h&#39; file not found
  16. #include &quot;S.h&quot;
  17. ^~~~~
  18. 1 error generated.
  19. make: *** [nd.o] Error 1
  20. ERROR: compilation failed for package scalop
  21. * removing ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/scalop

I am writing to ask if anyone knows enough about this output to know what to do to fix the "fatal error, 'S.h' file not found" error, which ultimately kills the download.

Several people have reached out to the author, as per the issues posted on scalop; specifically issues 4 and 5, but no reply. Additionally, posting the error message into google does not return useful hits, so far as I can see.

Finally, I am happy to provide any and all necessary info; e.g. sessionInfo(), R version (4.3) Mac OS (11.7) etc.

Help me Stack Overflow-Kenobi, you're my only hope.

答案1

得分: 1

以下是翻译好的部分:

  1. "S.h" 头文件来自于 "S" 语言(R 语言的前身);将 "S.h" 替换为 "R.h" 可以修复 '找不到 S.h' 错误,但会引发其他问题。显然,这个软件包没有得到维护 致命错误与安装 R ‘scalop’ 包时涉及到 “include S.h” 相关。

  2. 我分叉了存储库并对源代码进行了一些更改(提交 fe15cf9 和 ab9fe5c)。我成功地通过 Bioconductor 安装了 scalop 和 infercna 软件包,但它们在编译时会产生很多警告。我使用 gcc 编译它们,而不是 Apple Clang,并使用了以下标志:

    1. cat ~/.R/Makevars
    2. LOC=/usr/local/gfortran
    3. CC=$(LOC)/bin/gcc -fopenmp
    4. CXX=$(LOC)/bin/g++ -fopenmp
    5. CXX11=$(LOC)/bin/g++ -fopenmp
    6. CFLAGS=-g -O3 -Wall -pedantic -std=gnu99 -mtune=native -pipe
    7. CXXFLAGS=-g -O3 -Wall -pedantic -std=c++11 -mtune=native -pipe
    8. LDFLAGS=-L$(LOC)/lib -Wl,-rpath,$(LOC)/lib,-L/usr/local/lib
    9. CPPFLAGS=-I$(LOC)/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/usr/local/include
    10. FLIBS=-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin19/10.2.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm
    11. CXX1X=/usr/local/gfortran/bin/g++
    12. CXX98=/usr/local/gfortran/bin/g++
    13. CXX11=/usr/local/gfortran/bin/g++
    14. CXX14=/usr/local/gfortran/bin/g++
    15. CXX17=/usr/local/gfortran/bin/g++
  3. 如果您在使用 Apple Clang 安装 scalop 软件包时遇到问题,并且您有英特尔处理器,可以尝试查看此处的编译 R 软件包的说明:https://stackoverflow.com/a/65334247/12957340

  4. 如果您有 Apple Silicon 处理器,可以尝试查看此处的说明:https://stackoverflow.com/a/68275558/12957340

  5. 这是我安装软件包的方法:

    1. install.packages("BiocManager")
    2. library(BiocManager)
    3. BiocManager::install("Homo.sapiens")
    4. BiocManager::install("jpmam1/scalop") # 我的分叉版本
    5. BiocManager::install("jlaffy/infercna")
  6. 示例来自于用户手册,但其中一些函数不再按预期工作。

  7. 根据您的用例,您可能需要进一步更改源代码以获得所需的输出。如果您有更多的错误或问题,请在评论中发布,我会在有时间时查看它们。

  8. R 会话信息:

    1. R 版本 4.3.02023-04-21
    2. 平台:x86_64-apple-darwin2064 位)
    3. 运行在:macOS Ventura 13.3.1

请注意,这些信息可能已过时,因为是从提供的文本中提取的。

英文:

The "S.h" headers file is from the "S" language (the precursor to R); replacing "S.h" with "R.h" fixes the 'cant find S.h' error, but causes other issues. Clearly this package is not being maintained 致命错误与安装 R ‘scalop’ 包时涉及到 “include S.h” 相关。

I've forked the repository and made a couple of changes to the source code (commits fe15cf9 and ab9fe5c). I successfully installed both the scalop and infercna packages via Bioconductor, but there are a lot of warnings when they compile. I used gcc to compile them, rather than Apple Clang, with these flags:

  1. cat ~/.R/Makevars
  2. LOC=/usr/local/gfortran
  3. CC=$(LOC)/bin/gcc -fopenmp
  4. CXX=$(LOC)/bin/g++ -fopenmp
  5. CXX11=$(LOC)/bin/g++ -fopenmp
  6. CFLAGS=-g -O3 -Wall -pedantic -std=gnu99 -mtune=native -pipe
  7. CXXFLAGS=-g -O3 -Wall -pedantic -std=c++11 -mtune=native -pipe
  8. LDFLAGS=-L$(LOC)/lib -Wl,-rpath,$(LOC)/lib,-L/usr/local/lib
  9. CPPFLAGS=-I$(LOC)/include -I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -I/usr/local/include
  10. FLIBS=-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin19/10.2.0 -L/usr/local/gfortran/lib -lgfortran -lquadmath -lm
  11. CXX1X=/usr/local/gfortran/bin/g++
  12. CXX98=/usr/local/gfortran/bin/g++
  13. CXX11=/usr/local/gfortran/bin/g++
  14. CXX14=/usr/local/gfortran/bin/g++
  15. CXX17=/usr/local/gfortran/bin/g++

If you have problems installing the scalop package from source using Apple Clang, and you have an intel processor, my instructions for compiling R packages from source are here: https://stackoverflow.com/a/65334247/12957340

If you have an Apple silicon processor, you can try the instructions here: https://stackoverflow.com/a/68275558/12957340


This is how I installed the packages:

  1. install.packages(&quot;BiocManager&quot;)
  2. library(BiocManager)
  3. BiocManager::install(&quot;Homo.sapiens&quot;)
  4. BiocManager::install(&quot;jpmam1/scalop&quot;) # my forked copy
  5. BiocManager::install(&quot;jlaffy/infercna&quot;)

The example from the vignette runs, but some of the functions no longer work as expected:

  1. library(infercna)
  2. #&gt;
  3. #&gt;
  4. #&gt; Warning: replacing previous import &#39;AnnotationDbi::select&#39; by &#39;dplyr::select&#39;
  5. #&gt; when loading &#39;scalop&#39;
  6. #&gt;
  7. #&gt; Attaching package: &#39;infercna&#39;
  8. #&gt; The following object is masked from &#39;package:graphics&#39;:
  9. #&gt;
  10. #&gt; clip
  11. set.seed(1014)
  12. useGenome(&#39;hg19&#39;)
  13. #&gt; Genome has been set to hg19
  14. retrieveGenome()
  15. #&gt; Retrieving: hg19
  16. #&gt; # A tibble: 33,575 &#215; 8
  17. #&gt; symbol start_position end_position chromosome_name arm band strand
  18. #&gt; &lt;chr&gt; &lt;dbl&gt; &lt;dbl&gt; &lt;fct&gt; &lt;fct&gt; &lt;chr&gt; &lt;int&gt;
  19. #&gt; 1 DDX11L1 11869 14412 1 1p p36.33 1
  20. #&gt; 2 WASH7P 14363 29806 1 1p p36.33 -1
  21. #&gt; 3 MIR1302-11 29554 31109 1 1p p36.33 1
  22. #&gt; 4 FAM138A 34554 36081 1 1p p36.33 -1
  23. #&gt; 5 OR4G4P 52473 54936 1 1p p36.33 1
  24. #&gt; 6 OR4G11P 62948 63887 1 1p p36.33 1
  25. #&gt; 7 OR4F5 69091 70008 1 1p p36.33 1
  26. #&gt; 8 CICP27 131025 134836 1 1p p36.33 1
  27. #&gt; 9 RNU6-1100P 157784 157887 1 1p p36.33 -1
  28. #&gt; 10 CICP7 329431 332236 1 1p p36.33 -1
  29. #&gt; # ℹ 33,565 more rows
  30. #&gt; # ℹ 1 more variable: ensembl_gene_id &lt;chr&gt;
  31. m = useData(mgh125)
  32. dim(m)
  33. #&gt; [1] 8556 1266
  34. range(m)
  35. #&gt; [1] 0.000 15.328
  36. lengths(refCells)
  37. #&gt; oligodendrocytes macrophages
  38. #&gt; 219 707
  39. cna = infercna(m = m, refCells = refCells, n = 5000, noise = 0.1, isLog = TRUE, verbose = FALSE)
  40. cnaM = cna[, !colnames(cna) %in% unlist(refCells)]
  41. cnaScatterPlot(cna = cna,
  42. signal.threshold = NULL,
  43. main = &#39;Default&#39;)

致命错误与安装 R ‘scalop’ 包时涉及到 “include S.h” 相关。<!-- -->

  1. obj = cnaPlot(cna = cna,
  2. order.cells = TRUE,
  3. subtitle = &#39;Copy-Number Aberrations in a patient with Glioblastoma&#39;)
  4. #&gt; Error in if (class(x) == &quot;matrix&quot;) {: the condition has length &gt; 1

Depending on your use-case, you'll probably need to make further changes to the source code to get your desired output. If you have further errors/questions please post them in the comments and I'll take a look at them when I have some time.


  1. sessionInfo()
  2. #&gt; R version 4.3.0 (2023-04-21)
  3. #&gt; Platform: x86_64-apple-darwin20 (64-bit)
  4. #&gt; Running under: macOS Ventura 13.3.1
  5. #&gt;
  6. #&gt; Matrix products: default
  7. #&gt; BLAS: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRblas.0.dylib
  8. #&gt; LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
  9. #&gt;
  10. #&gt; locale:
  11. #&gt; [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
  12. #&gt;
  13. #&gt; time zone: Australia/Melbourne
  14. #&gt; tzcode source: internal
  15. #&gt;
  16. #&gt; attached base packages:
  17. #&gt; [1] stats graphics grDevices utils datasets methods base
  18. #&gt;
  19. #&gt; other attached packages:
  20. #&gt; [1] infercna_1.0.0
  21. #&gt;
  22. #&gt; loaded via a namespace (and not attached):
  23. #&gt; [1] splines_4.3.0
  24. #&gt; [2] BiocIO_1.10.0
  25. #&gt; [3] bitops_1.0-7
  26. #&gt; [4] ggplotify_0.1.0
  27. #&gt; [5] filelock_1.0.2
  28. #&gt; [6] tibble_3.2.1
  29. #&gt; [7] R.oo_1.25.0
  30. #&gt; [8] polyclip_1.10-4
  31. #&gt; [9] graph_1.78.0
  32. #&gt; [10] reprex_2.0.2
  33. #&gt; [11] XML_3.99-0.14
  34. #&gt; [12] lifecycle_1.0.3
  35. #&gt; [13] rstatix_0.7.2
  36. #&gt; [14] edgeR_3.42.4
  37. #&gt; [15] Homo.sapiens_1.3.1
  38. #&gt; [16] lattice_0.21-8
  39. #&gt; [17] MASS_7.3-60
  40. #&gt; [18] OrganismDbi_1.42.0
  41. #&gt; [19] backports_1.4.1
  42. #&gt; [20] magrittr_2.0.3
  43. #&gt; [21] limma_3.56.1
  44. #&gt; [22] plotly_4.10.1
  45. #&gt; [23] rmarkdown_2.22
  46. #&gt; [24] yaml_2.3.7
  47. #&gt; [25] metapod_1.8.0
  48. #&gt; [26] cowplot_1.1.1
  49. #&gt; [27] DBI_1.1.3
  50. #&gt; [28] RColorBrewer_1.1-3
  51. #&gt; [29] abind_1.4-5
  52. #&gt; [30] zlibbioc_1.46.0
  53. #&gt; [31] Rtsne_0.16
  54. #&gt; [32] R.cache_0.16.0
  55. #&gt; [33] GenomicRanges_1.52.0
  56. #&gt; [34] purrr_1.0.1
  57. #&gt; [35] mixtools_2.0.0
  58. #&gt; [36] R.utils_2.12.2
  59. #&gt; [37] msigdbr_7.5.1
  60. #&gt; [38] ggraph_2.1.0
  61. #&gt; [39] BiocGenerics_0.46.0
  62. #&gt; [40] RCurl_1.98-1.12
  63. #&gt; [41] styler_1.10.0
  64. #&gt; [42] yulab.utils_0.0.6
  65. #&gt; [43] tweenr_2.0.2
  66. #&gt; [44] rappdirs_0.3.3
  67. #&gt; [45] GenomeInfoDbData_1.2.10
  68. #&gt; [46] IRanges_2.34.0
  69. #&gt; [47] S4Vectors_0.38.1
  70. #&gt; [48] enrichplot_1.20.0
  71. #&gt; [49] ggrepel_0.9.3
  72. #&gt; [50] irlba_2.3.5.1
  73. #&gt; [51] tidytree_0.4.2
  74. #&gt; [52] dqrng_0.3.0
  75. #&gt; [53] DelayedMatrixStats_1.22.0
  76. #&gt; [54] codetools_0.2-19
  77. #&gt; [55] DelayedArray_0.26.3
  78. #&gt; [56] scuttle_1.10.1
  79. #&gt; [57] DOSE_3.26.1
  80. #&gt; [58] xml2_1.3.4
  81. #&gt; [59] ggforce_0.4.1
  82. #&gt; [60] tidyselect_1.2.0
  83. #&gt; [61] aplot_0.1.10
  84. #&gt; [62] farver_2.1.1
  85. #&gt; [63] ScaledMatrix_1.8.1
  86. #&gt; [64] viridis_0.6.3
  87. #&gt; [65] matrixStats_0.63.0
  88. #&gt; [66] stats4_4.3.0
  89. #&gt; [67] BiocFileCache_2.8.0
  90. #&gt; [68] GenomicAlignments_1.36.0
  91. #&gt; [69] jsonlite_1.8.4
  92. #&gt; [70] BiocNeighbors_1.18.0
  93. #&gt; [71] tidygraph_1.2.3
  94. #&gt; [72] survival_3.5-5
  95. #&gt; [73] segmented_1.6-4
  96. #&gt; [74] tools_4.3.0
  97. #&gt; [75] progress_1.2.2
  98. #&gt; [76] treeio_1.24.1
  99. #&gt; [77] TxDb.Hsapiens.UCSC.hg19.knownGene_3.2.2
  100. #&gt; [78] Rcpp_1.0.10
  101. #&gt; [79] glue_1.6.2
  102. #&gt; [80] gridExtra_2.3
  103. #&gt; [81] xfun_0.39
  104. #&gt; [82] qvalue_2.32.0
  105. #&gt; [83] MatrixGenerics_1.12.0
  106. #&gt; [84] GenomeInfoDb_1.36.0
  107. #&gt; [85] dplyr_1.1.2
  108. #&gt; [86] withr_2.5.0
  109. #&gt; [87] BiocManager_1.30.20
  110. #&gt; [88] fastmap_1.1.1
  111. #&gt; [89] bluster_1.10.0
  112. #&gt; [90] fansi_1.0.4
  113. #&gt; [91] rsvd_1.0.5
  114. #&gt; [92] caTools_1.18.2
  115. #&gt; [93] digest_0.6.31
  116. #&gt; [94] R6_2.5.1
  117. #&gt; [95] gridGraphics_0.5-1
  118. #&gt; [96] colorspace_2.1-0
  119. #&gt; [97] GO.db_3.17.0
  120. #&gt; [98] biomaRt_2.56.0
  121. #&gt; [99] RSQLite_2.3.1
  122. #&gt; [100] R.methodsS3_1.8.2
  123. #&gt; [101] utf8_1.2.3
  124. #&gt; [102] tidyr_1.3.0
  125. #&gt; [103] generics_0.1.3
  126. #&gt; [104] data.table_1.14.8
  127. #&gt; [105] rtracklayer_1.60.0
  128. #&gt; [106] prettyunits_1.1.1
  129. #&gt; [107] graphlayouts_1.0.0
  130. #&gt; [108] httr_1.4.6
  131. #&gt; [109] htmlwidgets_1.6.2
  132. #&gt; [110] S4Arrays_1.0.4
  133. #&gt; [111] scatterpie_0.2.0
  134. #&gt; [112] pkgconfig_2.0.3
  135. #&gt; [113] gtable_0.3.3
  136. #&gt; [114] blob_1.2.4
  137. #&gt; [115] SingleCellExperiment_1.22.0
  138. #&gt; [116] XVector_0.40.0
  139. #&gt; [117] shadowtext_0.1.2
  140. #&gt; [118] clusterProfiler_4.8.1
  141. #&gt; [119] htmltools_0.5.5
  142. #&gt; [120] carData_3.0-5
  143. #&gt; [121] fgsea_1.26.0
  144. #&gt; [122] scalop_1.1.0
  145. #&gt; [123] RBGL_1.76.0
  146. #&gt; [124] scales_1.2.1
  147. #&gt; [125] Biobase_2.60.0
  148. #&gt; [126] png_0.1-8
  149. #&gt; [127] scran_1.28.1
  150. #&gt; [128] ggfun_0.0.9
  151. #&gt; [129] knitr_1.43
  152. #&gt; [130] rstudioapi_0.14
  153. #&gt; [131] reshape2_1.4.4
  154. #&gt; [132] rjson_0.2.21
  155. #&gt; [133] nlme_3.1-162
  156. #&gt; [134] curl_5.0.0
  157. #&gt; [135] org.Hs.eg.db_3.17.0
  158. #&gt; [136] cachem_1.0.8
  159. #&gt; [137] stringr_1.5.0
  160. #&gt; [138] parallel_4.3.0
  161. #&gt; [139] HDO.db_0.99.1
  162. #&gt; [140] AnnotationDbi_1.62.1
  163. #&gt; [141] restfulr_0.0.15
  164. #&gt; [142] pillar_1.9.0
  165. #&gt; [143] grid_4.3.0
  166. #&gt; [144] vctrs_0.6.2
  167. #&gt; [145] ggpubr_0.6.0
  168. #&gt; [146] BiocSingular_1.16.0
  169. #&gt; [147] car_3.1-2
  170. #&gt; [148] beachmat_2.16.0
  171. #&gt; [149] dbplyr_2.3.2
  172. #&gt; [150] cluster_2.1.4
  173. #&gt; [151] evaluate_0.21
  174. #&gt; [152] zeallot_0.1.0
  175. #&gt; [153] GenomicFeatures_1.52.0
  176. #&gt; [154] locfit_1.5-9.7
  177. #&gt; [155] cli_3.6.1
  178. #&gt; [156] compiler_4.3.0
  179. #&gt; [157] Rsamtools_2.16.0
  180. #&gt; [158] rlang_1.1.1
  181. #&gt; [159] crayon_1.5.2
  182. #&gt; [160] ggsignif_0.6.4
  183. #&gt; [161] plyr_1.8.8
  184. #&gt; [162] fs_1.6.2
  185. #&gt; [163] stringi_1.7.12
  186. #&gt; [164] viridisLite_0.4.2
  187. #&gt; [165] BiocParallel_1.34.2
  188. #&gt; [166] babelgene_22.9
  189. #&gt; [167] munsell_0.5.0
  190. #&gt; [168] Biostrings_2.68.1
  191. #&gt; [169] lazyeval_0.2.2
  192. #&gt; [170] GOSemSim_2.26.0
  193. #&gt; [171] Matrix_1.5-4.1
  194. #&gt; [172] patchwork_1.1.2
  195. #&gt; [173] hms_1.1.3
  196. #&gt; [174] sparseMatrixStats_1.12.0
  197. #&gt; [175] bit64_4.0.5
  198. #&gt; [176] ggplot2_3.4.2
  199. #&gt; [177] statmod_1.5.0
  200. #&gt; [178] KEGGREST_1.40.0
  201. #&gt; [179] SummarizedExperiment_1.30.1
  202. #&gt; [180] kernlab_0.9-32
  203. #&gt; [181] igraph_1.4.3
  204. #&gt; [182] broom_1.0.4
  205. #&gt; [183] memoise_2.0.1
  206. #&gt; [184] ggtree_3.8.0
  207. #&gt; [185] fastmatch_1.1-3
  208. #&gt; [186] bit_4.0.5
  209. #&gt; [187] downloader_0.4
  210. #&gt; [188] gson_0.1.0
  211. #&gt; [189] ape_5.7-1

<sup>Created on 2023-06-02 with reprex v2.0.2</sup>

答案2

得分: 1

因为贾里德的回答中提到安装GCC可能需要几个小时,所以我想看看他所做的更改,以及与使用BiocManager进行安装相结合,是否可以解决这个问题。

事实上,对我来说是可以的。

具体的步骤如下:

首先安装所有其他依赖项,例如通过运行

  1. devtools::install_github("jlaffy/infercna")

在依赖项安装完成后,包将失败,如原始帖子中所示。在此之后运行:

  1. install.packages("BiocManager") # 如果未安装
  2. library(BiocManager)
  3. BiocManager::install("Homo.sapiens")
  4. BiocManager::install("jpmam1/scalop") # 贾里德的优秀分支副本
  5. BiocManager::install("jlaffy/infercna")

对我来说,在R v4.3、MacOSX 11.7、Intel芯片上,这将返回:

  1. BiocManager::install("Homo.sapiens")
  2. 'getOption("repos")' 替代了Bioconductor标准存储库,有关详细信息,请参阅'help("repositories", package = "BiocManager")'
  3. 替代存储库:
  4. CRAN: https://cran.rstudio.com/
  5. Bioconductor版本3.17BiocManager 1.30.20),R 4.3.02023-04-21
  6. 正在安装软件包'Homo.sapiens'
  7. 也安装依赖项'graph''RBGL''OrganismDbi'
  8. 尝试URL'https://bioconductor.org/packages/3.17/bioc/bin/macosx/big-sur-x86_64/contrib/4.3/graph_1.78.0.tgz'
  9. 内容类型'application/x-gzip'长度2086473字节(2.0 MB
  10. ==================================================
  11. 下载了2.0 MB
  12. 尝试URL'https://bioconductor.org/packages/3.17/bioc/bin/macosx/big-sur-x86_64/contrib/4.3/RBGL_1.76.0.tgz'
  13. 内容类型'application/x-gzip'长度3547879字节(3.4 MB
  14. ==================================================
  15. 下载了3.4 MB
  16. 尝试URL'https://bioconductor.org/packages/3.17/bioc/bin/macosx/big-sur-x86_64/contrib/4.3/OrganismDbi_1.42.0.tgz'
  17. 内容类型'application/x-gzip'长度796254字节(777 KB
  18. ==================================================
  19. 下载了777 KB
  20. 下载的二进制软件包位于
  21. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  22. 正在安装源软件包'Homo.sapiens'
  23. 尝试URL'https://bioconductor.org/packages/3.17/data/annotation/src/contrib/Homo.sapiens_1.3.1.tar.gz'
  24. 内容类型'application/x-gzip'长度1617字节
  25. ==================================================
  26. 下载了1617字节
  27. * 正在安装**软件包'Homo.sapiens' ...
  28. ** 使用分阶段安装
  29. ** R
  30. ** 数据
  31. ** 字节编译并准备包以进行惰性加载
  32. ** 帮助
  33. *** 安装帮助索引
  34. ** 构建软件包索引
  35. ** 测试是否可以从临时位置加载已安装的软件包
  36. ** 测试是否可以从最终位置加载已安装的软件包
  37. ** 测试是否已安装的软件包保留了临时安装路径的记录
  38. * 完成(Homo.sapiens
  39. 下载的源软件包位于
  40. /private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/Rtmp6rXv9T/downloaded_packages
  41. 旧软件包:'matrixStats'
  42. 更新全部/一些/无? [a/s/n]:BiocManager::install("jpmam1/scalop")
  43. 更新全部/一些/无? [a/s/n]:
  44. a
  45. 尝试URL'https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/matrixStats_0.63.0.tgz'
  46. 内容类型'application/x-gzip'长度653132字节(637 KB
  47. ==================================================
  48. 下载了637 KB
  49. 下载的二进制软件包位于
  50. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  51. > BiocManager::install("jpmam1/scalop")
  52. 'getOption("repos")' 替代了Bioconductor标准存储库,有关详细信息,请参阅'help("repositories", package = "BiocManager")'
  53. 替代存储库:
  54. CRAN: https://cran.rstudio.com/
  55. Bioconductor版本3.17BiocManager 1.30.20),R 4.3.02023-04-21
  56. 正在安装GitHub软件包'scalop'
  57. 下载GitHub存储库jpmam1/scalop@HEAD
  58. 这些软件包有更新版本可用。
  59. 建议更新所有这些软件包。
  60. 您想要更新哪个?
  61. 1:全部
  62. 2:仅CRAN软件包
  63. 3:无
  64. 4matrixStats0.63.0 -&gt; 1.0.0)[CRAN]
  65. 输入一个或多个数字,或按回车键跳过更新:1
  66. matrixStats0.63.0 -&gt; 1.0.0)[CRAN]
  67. 正在安装1个软件包:matrixStats
  68. 尝试URL'https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/matrixStats_0.63.0.tgz'
  69. 内容类型'application/x-gzip'长度653132字节(637 KB
  70. ==================================================
  71. 下载了637 KB
  72. 下载的二进制软件包位于
  73. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  74. R CMD构建────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  75. 检查文件'/private/var/folders/hj
  76. <details>
  77. <summary>英文:</summary>
  78. All - because in jared&#39;s answer he notes installing GCC can take hours, I wanted to see if the changes he made, in conjunction with use of BiocManager for installation, would solve the problem.
  79. In fact, for me it does.
  80. Specifically, the procedure is:
  81. Install all other dependencies first, e.g. by running
  82. devtools::install_github(&quot;jlaffy/infercna&quot;)
  83. after the dependencies install, the package will fail as indicated in the original post. Following this, run:
  84. install.packages(&quot;BiocManager&quot;) # if not installed
  85. library(BiocManager)
  86. BiocManager::install(&quot;Homo.sapiens&quot;)
  87. BiocManager::install(&quot;jpmam1/scalop&quot;) # Jared&#39;s awesome forked copy
  88. BiocManager::install(&quot;jlaffy/infercna&quot;)
  89. For me, on R v4.3, MacOSX 11.7, intel chip, this returns:
  90. BiocManager::install(&quot;Homo.sapiens&quot;)
  91. &#39;getOption(&quot;repos&quot;)&#39; replaces Bioconductor standard repositories, see &#39;help(&quot;repositories&quot;, package = &quot;BiocManager&quot;)&#39; for details.
  92. Replacement repositories:
  93. CRAN: https://cran.rstudio.com/
  94. Bioconductor version 3.17 (BiocManager 1.30.20), R 4.3.0 (2023-04-21)
  95. Installing package(s) &#39;Homo.sapiens&#39;
  96. also installing the dependencies ‘graph’, ‘RBGL’, ‘OrganismDbi’
  97. trying URL &#39;https://bioconductor.org/packages/3.17/bioc/bin/macosx/big-sur-x86_64/contrib/4.3/graph_1.78.0.tgz&#39;
  98. Content type &#39;application/x-gzip&#39; length 2086473 bytes (2.0 MB)
  99. ==================================================
  100. downloaded 2.0 MB
  101. trying URL &#39;https://bioconductor.org/packages/3.17/bioc/bin/macosx/big-sur-x86_64/contrib/4.3/RBGL_1.76.0.tgz&#39;
  102. Content type &#39;application/x-gzip&#39; length 3547879 bytes (3.4 MB)
  103. ==================================================
  104. downloaded 3.4 MB
  105. trying URL &#39;https://bioconductor.org/packages/3.17/bioc/bin/macosx/big-sur-x86_64/contrib/4.3/OrganismDbi_1.42.0.tgz&#39;
  106. Content type &#39;application/x-gzip&#39; length 796254 bytes (777 KB)
  107. ==================================================
  108. downloaded 777 KB
  109. The downloaded binary packages are in
  110. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  111. installing the source package ‘Homo.sapiens’
  112. trying URL &#39;https://bioconductor.org/packages/3.17/data/annotation/src/contrib/Homo.sapiens_1.3.1.tar.gz&#39;
  113. Content type &#39;application/x-gzip&#39; length 1617 bytes
  114. ==================================================
  115. downloaded 1617 bytes
  116. * installing *source* package ‘Homo.sapiens’ ...
  117. ** using staged installation
  118. ** R
  119. ** data
  120. ** byte-compile and prepare package for lazy loading
  121. ** help
  122. *** installing help indices
  123. ** building package indices
  124. ** testing if installed package can be loaded from temporary location
  125. ** testing if installed package can be loaded from final location
  126. ** testing if installed package keeps a record of temporary installation path
  127. * DONE (Homo.sapiens)
  128. The downloaded source packages are in
  129. /private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/Rtmp6rXv9T/downloaded_packages’
  130. Old packages: &#39;matrixStats&#39;
  131. Update all/some/none? [a/s/n]: BiocManager::install(&quot;jpmam1/scalop&quot;)
  132. Update all/some/none? [a/s/n]:
  133. a
  134. trying URL &#39;https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/matrixStats_0.63.0.tgz&#39;
  135. Content type &#39;application/x-gzip&#39; length 653132 bytes (637 KB)
  136. ==================================================
  137. downloaded 637 KB
  138. The downloaded binary packages are in
  139. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  140. &gt; BiocManager::install(&quot;jpmam1/scalop&quot;)
  141. &#39;getOption(&quot;repos&quot;)&#39; replaces Bioconductor standard repositories, see &#39;help(&quot;repositories&quot;, package = &quot;BiocManager&quot;)&#39; for details.
  142. Replacement repositories:
  143. CRAN: https://cran.rstudio.com/
  144. Bioconductor version 3.17 (BiocManager 1.30.20), R 4.3.0 (2023-04-21)
  145. Installing github package(s) &#39;jpmam1/scalop&#39;
  146. Downloading GitHub repo jpmam1/scalop@HEAD
  147. These packages have more recent versions available.
  148. It is recommended to update all of them.
  149. Which would you like to update?
  150. 1: All
  151. 2: CRAN packages only
  152. 3: None
  153. 4: matrixStats (0.63.0 -&gt; 1.0.0) [CRAN]
  154. Enter one or more numbers, or an empty line to skip updates: 1
  155. matrixStats (0.63.0 -&gt; 1.0.0) [CRAN]
  156. Installing 1 packages: matrixStats
  157. trying URL &#39;https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/matrixStats_0.63.0.tgz&#39;
  158. Content type &#39;application/x-gzip&#39; length 653132 bytes (637 KB)
  159. ==================================================
  160. downloaded 637 KB
  161. The downloaded binary packages are in
  162. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  163. ── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  164. ✔ checking for file ‘/private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/Rtmp6rXv9T/remotes13284246ba83/jpmam1-scalop-ab9fe5c/DESCRIPTION’ ...
  165. ─ preparing ‘scalop’:
  166. ✔ checking DESCRIPTION meta-information ...
  167. ─ cleaning src
  168. ─ checking for LF line-endings in source and make files and shell scripts
  169. ─ checking for empty or unneeded directories
  170. ─ building ‘scalop_1.1.0.tar.gz’
  171. * installing *source* package ‘scalop’ ...
  172. ** using staged installation
  173. ** libs
  174. using C compiler: ‘Apple clang version 11.0.3 (clang-1103.0.32.62)’
  175. using SDK: ‘MacOSX10.15.sdk’
  176. clang -arch x86_64 -I&quot;/Library/Frameworks/R.framework/Resources/include&quot; -DNDEBUG -I&#39;/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include&#39; -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
  177. clang -arch x86_64 -I&quot;/Library/Frameworks/R.framework/Resources/include&quot; -DNDEBUG -I&#39;/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include&#39; -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c nd.c -o nd.o
  178. clang -arch x86_64 -I&quot;/Library/Frameworks/R.framework/Resources/include&quot; -DNDEBUG -I&#39;/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include&#39; -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rowttests.c -o rowttests.o
  179. clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o scalop.so init.o nd.o rowttests.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
  180. installing to /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/00LOCK-scalop/00new/scalop/libs
  181. ** R
  182. ** data
  183. *** moving datasets to lazyload DB
  184. ** inst
  185. ** byte-compile and prepare package for lazy loading
  186. Warning: replacing previous import ‘AnnotationDbi::select’ by ‘dplyr::select’ when loading ‘scalop’
  187. ** help
  188. *** installing help indices
  189. ** building package indices
  190. ** installing vignettes
  191. ** testing if installed package can be loaded from temporary location
  192. Warning: replacing previous import ‘AnnotationDbi::select’ by ‘dplyr::select’ when loading ‘scalop’
  193. ** checking absolute paths in shared objects and dynamic libraries
  194. ** testing if installed package can be loaded from final location
  195. Warning: replacing previous import ‘AnnotationDbi::select’ by ‘dplyr::select’ when loading ‘scalop’
  196. ** testing if installed package keeps a record of temporary installation path
  197. * DONE (scalop)
  198. Old packages: &#39;matrixStats&#39;
  199. Update all/some/none? [a/s/n]:
  200. a
  201. trying URL &#39;https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/matrixStats_0.63.0.tgz&#39;
  202. Content type &#39;application/x-gzip&#39; length 653132 bytes (637 KB)
  203. ==================================================
  204. downloaded 637 KB
  205. The downloaded binary packages are in
  206. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  207. &gt; BiocManager::install(&quot;jlaffy/infercna&quot;)
  208. &#39;getOption(&quot;repos&quot;)&#39; replaces Bioconductor standard repositories, see &#39;help(&quot;repositories&quot;, package = &quot;BiocManager&quot;)&#39; for details.
  209. Replacement repositories:
  210. CRAN: https://cran.rstudio.com/
  211. Bioconductor version 3.17 (BiocManager 1.30.20), R 4.3.0 (2023-04-21)
  212. Installing github package(s) &#39;jlaffy/infercna&#39;
  213. Downloading GitHub repo jlaffy/infercna@HEAD
  214. ── R CMD build ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
  215. ✔ checking for file ‘/private/var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T/Rtmp6rXv9T/remotes13287d6716f0/jlaffy-infercna-98a8db8/DESCRIPTION’ ...
  216. ─ preparing ‘infercna’:
  217. ✔ checking DESCRIPTION meta-information ...
  218. ─ checking for LF line-endings in source and make files and shell scripts
  219. ─ checking for empty or unneeded directories
  220. NB: this package now depends on R (&gt;= 3.5.0)
  221. WARNING: Added dependency on R &gt;= 3.5.0 because serialized objects in
  222. serialize/load version 3 cannot be read in older versions of R.
  223. File(s) containing such objects:
  224. ‘infercna/data-raw/genes.rda’
  225. ─ building ‘infercna_1.0.0.tar.gz’
  226. * installing *source* package ‘infercna’ ...
  227. ** using staged installation
  228. ** R
  229. ** data
  230. *** moving datasets to lazyload DB
  231. ** byte-compile and prepare package for lazy loading
  232. Warning: replacing previous import ‘AnnotationDbi::select’ by ‘dplyr::select’ when loading ‘scalop’
  233. Note: ... may be used in an incorrect context
  234. ** help
  235. *** installing help indices
  236. *** copying figures
  237. ** building package indices
  238. ** installing vignettes
  239. ** testing if installed package can be loaded from temporary location
  240. Warning: replacing previous import ‘AnnotationDbi::select’ by ‘dplyr::select’ when loading ‘scalop’
  241. ** testing if installed package can be loaded from final location
  242. Warning: replacing previous import ‘AnnotationDbi::select’ by ‘dplyr::select’ when loading ‘scalop’
  243. ** testing if installed package keeps a record of temporary installation path
  244. * DONE (infercna)
  245. Old packages: &#39;matrixStats&#39;
  246. Update all/some/none? [a/s/n]:
  247. a
  248. trying URL &#39;https://cran.rstudio.com/bin/macosx/big-sur-x86_64/contrib/4.3/matrixStats_0.63.0.tgz&#39;
  249. Content type &#39;application/x-gzip&#39; length 653132 bytes (637 KB)
  250. ==================================================
  251. downloaded 637 KB
  252. The downloaded binary packages are in
  253. /var/folders/hj/1wvjfb692c3gswybcg8xdcwm0000gn/T//Rtmp6rXv9T/downloaded_packages
  254. This saves the user from needing to uninstall (or from having to install) important functionality contained in xcode / GCC.
  255. For completeness and context, here is my sessionInfo():
  256. sessionInfo()
  257. R version 4.3.0 (2023-04-21)
  258. Platform: x86_64-apple-darwin20 (64-bit)
  259. Running under: macOS Big Sur 11.7
  260. Matrix products: default
  261. BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  262. LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0
  263. Random number generation:
  264. RNG: Mersenne-Twister
  265. Normal: Inversion
  266. Sample: Rounding
  267. locale:
  268. [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
  269. time zone: America/Detroit
  270. tzcode source: internal
  271. attached base packages:
  272. [1] stats graphics grDevices utils datasets methods base
  273. loaded via a namespace (and not attached):
  274. [1] SummarizedExperiment_1.30.1 gtable_0.3.3 ggplot2_3.4.2 htmlwidgets_1.6.2 remotes_2.4.2
  275. [6] ggrepel_0.9.3 processx_3.8.1 Biobase_2.60.0 lattice_0.21-8 callr_3.7.3
  276. [11] vctrs_0.6.2 tools_4.3.0 ps_1.7.5 bitops_1.0-7 generics_0.1.3
  277. [16] stats4_4.3.0 curl_5.0.0 tibble_3.2.1 fansi_1.0.4 pkgconfig_2.0.3
  278. [21] Matrix_1.5-4.1 data.table_1.14.8 desc_1.4.2 S4Vectors_0.38.1 lifecycle_1.0.3
  279. [26] GenomeInfoDbData_1.2.10 compiler_4.3.0 munsell_0.5.0 GenomeInfoDb_1.36.0 htmltools_0.5.5
  280. [31] RCurl_1.98-1.12 lazyeval_0.2.2 plotly_4.10.1 pillar_1.9.0 crayon_1.5.2
  281. [36] tidyr_1.3.0 DelayedArray_0.26.3 tidyselect_1.2.0 locfit_1.5-9.7 digest_0.6.31
  282. [41] dplyr_1.1.2 purrr_1.0.1 rprojroot_2.0.3 fastmap_1.1.1 grid_4.3.0
  283. [46] colorspace_2.1-0 cli_3.6.1 magrittr_2.0.3 S4Arrays_1.0.4 pkgbuild_1.4.0
  284. [51] utf8_1.2.3 withr_2.5.0 prettyunits_1.1.1 scales_1.2.1 XVector_0.40.0
  285. [56] httr_1.4.6 matrixStats_0.63.0 GenomicRanges_1.52.0 IRanges_2.34.0 viridisLite_0.4.2
  286. [61] rlang_1.1.1 Rcpp_1.0.10 glue_1.6.2 BiocManager_1.30.20 BiocGenerics_0.46.0
  287. [66] rstudioapi_0.14 jsonlite_1.8.4 R6_2.5.1 MatrixGenerics_1.12.0 zlibbioc_1.46.0
  288. </details>

huangapple
  • 本文由 发表于 2023年6月2日 12:45:50
  • 转载请务必保留本文链接:https://go.coder-hub.com/76387189.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定