Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOP[Q]RSTUVWXYZ

This page was generated on 2026-03-31 11:33 -0400 (Tue, 31 Mar 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.6.0 alpha (2026-03-30 r89742) 4606
kjohnson3macOS 13.7.7 Venturaarm644.6.0 alpha (2026-03-28 r89739) 4534
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 1694/2374HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
qsea 1.37.0  (landing page)
Matthias Lienhard
Snapshot Date: 2026-03-30 13:40 -0400 (Mon, 30 Mar 2026)
git_url: https://git.bioconductor.org/packages/qsea
git_branch: devel
git_last_commit: ef750af
git_last_commit_date: 2025-10-29 10:32:56 -0400 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    ERROR  
See other builds for qsea in R Universe.


INSTALL results for qsea on kjohnson3

To the developers/maintainers of the qsea package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/qsea.git to reflect on this report. See Troubleshooting Build Report for more information.
- 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.

raw results


Summary

Package: qsea
Version: 1.37.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL qsea
StartedAt: 2026-03-30 15:22:56 -0400 (Mon, 30 Mar 2026)
EndedAt: 2026-03-30 15:23:10 -0400 (Mon, 30 Mar 2026)
EllapsedTime: 13.5 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL qsea
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘qsea’ ...
** this is package ‘qsea’ version ‘1.37.0’
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c lm.c -o lm.o
lm.c:64:14: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat]
   63 |     error(_("dimensions of 'x' (%d,%d) and 'y' (%d) do not match"),
      |                                                 ~~
      |                                                 %td
   64 |         n,p, XLENGTH(y));
      |              ^~~~~~~~~~
1 warning generated.
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o qsea.so lm.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/library/00LOCK-qsea/00new/qsea/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (qsea)