Back to Mac ARM64 build report for BioC 3.18 |
|
This page was generated on 2024-04-18 11:32:18 -0400 (Thu, 18 Apr 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kjohnson1 | macOS 13.6.1 Ventura | arm64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4388 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 1907/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
scviR 1.2.0 (landing page) Vincent Carey
| kjohnson1 | macOS 13.6.1 Ventura / arm64 | OK | ERROR | skipped | skipped | ||||||||
To the developers/maintainers of the scviR package: - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
Package: scviR |
Version: 1.2.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data scviR |
StartedAt: 2024-04-17 02:25:58 -0400 (Wed, 17 Apr 2024) |
EndedAt: 2024-04-17 02:27:02 -0400 (Wed, 17 Apr 2024) |
EllapsedTime: 64.2 seconds |
RetCode: 1 |
Status: ERROR |
PackageFile: None |
PackageFileSize: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data scviR ### ############################################################################## ############################################################################## * checking for file ‘scviR/DESCRIPTION’ ... OK * preparing ‘scviR’: * checking DESCRIPTION meta-information ... OK * installing the package to build vignettes * creating vignettes ...sh: line 1: 93603 Abort trap: 6 '/Library/Frameworks/R.framework/Resources/bin/Rscript' --vanilla --default-packages= -e "tools::buildVignettes(dir = '.', tangle = TRUE)" > '/tmp/RtmptNPONT/xshell16d074421c8e1' 2>&1 ERROR --- re-building ‘citeseq_tut.Rmd’ using rmarkdown OMP: Error #15: Initializing libomp.dylib, but found libomp.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://openmp.llvm.org/