Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2026-04-29 10:15 -0400 (Wed, 29 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4988
kjohnson3macOS 13.7.7 Venturaarm644.6.0 Patched (2026-04-24 r89963) -- "Because it was There" 4694
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 792/2415HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
fraq 1.0.0  (landing page)
Travers Ching
Snapshot Date: 2026-04-28 14:14 -0400 (Tue, 28 Apr 2026)
git_url: https://git.bioconductor.org/packages/fraq
git_branch: RELEASE_3_23
git_last_commit: 0144746
git_last_commit_date: 2026-04-28 09:06:38 -0400 (Tue, 28 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    OK  YES
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    OK  YES
See other builds for fraq in R Universe.


INSTALL results for fraq on kjohnson3

To the developers/maintainers of the fraq package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/fraq.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: fraq
Version: 1.0.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL fraq
StartedAt: 2026-04-28 17:12:36 -0400 (Tue, 28 Apr 2026)
EndedAt: 2026-04-28 17:12:59 -0400 (Tue, 28 Apr 2026)
EllapsedTime: 22.6 seconds
RetCode: 0
Status:   OK  

Command output

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘fraq’ ...
** this is package ‘fraq’ version ‘1.0.0’
** using staged installation
checking for pkg-config... /opt/homebrew/bin/pkg-config
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether clang++ -arch arm64 -std=gnu++20 accepts -g... yes
checking for clang++ -arch arm64 -std=gnu++20 option to enable C++11 features... -std=gnu++11
C++ compiler: clang++ -arch arm64 -std=gnu++20
zstd 1.5.7 library detected -- skipping zstd compilation
Does not require -latomic flag
configure: creating ./config.status
config.status: creating src/Makevars
** libs
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I../inst/include -I. -I/opt/homebrew/opt/zstd/include -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/RcppParallel/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/edlibR/include' -I/opt/R/arm64/include   -DRCPP_PARALLEL_USE_TBB=1  -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I../inst/include -I. -I/opt/homebrew/opt/zstd/include -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/RcppParallel/include' -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/edlibR/include' -I/opt/R/arm64/include   -DRCPP_PARALLEL_USE_TBB=1  -fPIC  -falign-functions=64 -Wall -g -O2   -c fraq_functions.cpp -o fraq_functions.o
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o fraq.so RcppExports.o fraq_functions.o -L. -L/opt/homebrew/opt/zstd/lib -lzstd -L/Library/Frameworks/R.framework/Versions/4.6/Resources/library/RcppParallel/lib -ltbb -ltbbmalloc -F/Library/Frameworks/R.framework/.. -framework R
ld: warning: building for macOS-14.0, but linking with dylib '/opt/homebrew/opt/zstd/lib/libzstd.1.dylib' which was built for newer version 26.0
installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/library/00LOCK-fraq/00new/fraq/libs
** R
** inst
** byte-compile and prepare 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 (fraq)