Back to Mac ARM64 build report for BioC 3.17
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-10-20 09:38:02 -0400 (Fri, 20 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson2macOS 12.6.1 Montereyarm644.3.1 (2023-06-16) -- "Beagle Scouts" 4347
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 675/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
fabia 2.46.0  (landing page)
Andreas Mitterecker
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/fabia
git_branch: RELEASE_3_17
git_last_commit: e7d4769
git_last_commit_date: 2023-04-25 09:51:11 -0400 (Tue, 25 Apr 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

CHECK results for fabia on kjohnson2


To the developers/maintainers of the fabia 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.

raw results


Summary

Package: fabia
Version: 2.46.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:fabia.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings fabia_2.46.0.tar.gz
StartedAt: 2023-10-17 19:04:25 -0400 (Tue, 17 Oct 2023)
EndedAt: 2023-10-17 19:05:38 -0400 (Tue, 17 Oct 2023)
EllapsedTime: 73.2 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: fabia.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:fabia.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings fabia_2.46.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/fabia.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.7
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘fabia/DESCRIPTION’ ... OK
* this is package ‘fabia’ version ‘2.46.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘fabia’ can be installed ... OK
* used C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking startup messages can be suppressed ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
File ‘fabia/R/zzz.R’:
  .onLoad calls:
    packageStartupMessage("+----------------------------+                                          \n",     "|............................|                                          \n",     "|............................|                                          \n",     "|..............########......|  #######    #    ######    ###      #    \n",     "|..............########......|  #         # #   #     #    #      # #   \n",     "|.....####.....########......|  #        #   #  #     #    #     #   #  \n",     "|.....####.....########......|  #####   #     # ######     #    #     # \n",     "|.....####...................|  #       ####### #     #    #    ####### \n",     "|.....####...........###.....|  #       #     # #     #    #    #     # \n",     "|....................###.....|  #       #     # ######    ###   #     # \n",     "|....................###.....|                                          \n",     "|............................|                                          \n",     "+----------------------------+                                          \n")
    packageStartupMessage("Citation: S. Hochreiter et al.,", "\n",     "FABIA: Factor Analysis for Bicluster Acquisition,", "\n",     "Bioinformatics 26(12):1520-1527, 2010.", "\n", "BibTex: enter 'toBibtex(citation(\"fabia\"))'",     "\n\n", "Homepage: http://www.bioinf.jku.at/software/fabia/fabia.html",     "\n\n", "FABIA Package Version ", version, "\n")

See section ‘Good practice’ in '?.onAttach'.

plot,Factorization-missing: warning in symbols(ll[isel, 1], ll[isel,
  2], circle = sqs[isel], inches = FALSE, lwd = 3, add = TRUE, fg =
  colors[2]): partial argument match of 'circle' to 'circles'
plot,Factorization-missing: warning in symbols(zz[ii, 1], zz[ii, 2],
  square = sqs, inches = FALSE, lwd = 3, add = TRUE, fg = colors[2 +
  iGroup[i]]): partial argument match of 'square' to 'squares'
plot,Factorization-missing: no visible global function definition for
  ‘dev.new’
Undefined global functions or variables:
  dev.new
Consider adding
  importFrom("grDevices", "dev.new")
to your NAMESPACE file.
* checking Rd files ... WARNING
checkRd: (5) Factorization-class.Rd:346: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:398: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:401: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:402: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:408: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:409: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:410: \item in \arguments must have non-empty label
checkRd: (5) Factorization-class.Rd:416: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:417-418: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:419: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:424: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:425: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:426: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:427: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:428: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:429: \item in \value must have non-empty label
checkRd: (5) Factorization-class.Rd:167-177: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:179-183: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:185-189: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:191-196: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:198-203: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:205-210: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:212-217: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:219-224: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:226-231: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:233-238: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:240-245: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:247-252: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:254-259: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:261-267: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:269-275: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:277-283: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:285-290: \item in \describe must have non-empty label
checkRd: (5) Factorization-class.Rd:292-298: \item in \describe must have non-empty label
checkRd: (5) fabi.Rd:66-82: \item in \value must have non-empty label
checkRd: (5) fabia.Rd:75-91: \item in \value must have non-empty label
checkRd: (5) fabiap.Rd:88-104: \item in \value must have non-empty label
checkRd: (5) fabias.Rd:77-93: \item in \value must have non-empty label
checkRd: (5) fabiasp.Rd:65-81: \item in \value must have non-empty label
checkRd: (5) mfsc.Rd:75-83: \item in \value must have non-empty label
checkRd: (5) nmfdiv.Rd:49-55: \item in \value must have non-empty label
checkRd: (5) nmfeu.Rd:50-56: \item in \value must have non-empty label
checkRd: (5) nmfsc.Rd:76-82: \item in \value must have non-empty label
checkRd: (5) readSpfabiaResult.Rd:24-35: \item in \value must have non-empty label
checkRd: (5) samplesPerFeature.Rd:46-51: \item in \value must have non-empty label
checkRd: (5) spfabia.Rd:113-124: \item in \value must have non-empty label
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking include directives in Makefiles ... NOTE
Found the following Makefile(s) with an include directive with a pathname using R_HOME:
  src/Makefile.win
Even though not recommended, variable R_HOME may contain spaces.
Makefile directives use space as a separator and there is no portable
way to quote/escape the space in Make rules and directives.  However,
one can and should quote pathnames when passed from Makefile to the
shell, and this can be done specifically when invoking Make recursively.
It is therefore recommended to use the Make '-f' option to include files
in directories specified using R_HOME.  This option can be specified
multiple times to include multiple Makefiles.  Note that 'Makeconf' is
included automatically into top-level makefile of a package.
More information can be found in 'Writing R Extensions'.
* checking compiled code ... WARNING
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/fabia/libs/fabia.so’:
  Found ‘___sprintf_chk’, possibly from ‘sprintf’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/fabia.Rcheck/00check.log’
for details.



Installation output

fabia.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘fabia’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fabiac.c -o fabiac.o
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o fabia.so fabiac.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/00LOCK-fabia/00new/fabia/libs
** R
** demo
** 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 (fabia)

Tests output


Example timings

fabia.Rcheck/fabia-Ex.timings

nameusersystemelapsed
Factorization-class0.6980.0381.128
estimateMode0.0020.0000.003
extractBic0.0450.0030.073
extractPlot0.1400.0160.240
fabi0.0960.0050.156
fabia0.0530.0040.090
fabiaDemo0.0000.0010.003
fabiaVersion0.0010.0000.001
fabiap0.0490.0040.080
fabias0.0520.0030.085
fabiasp0.2500.0240.414
makeFabiaData0.0300.0060.051
makeFabiaDataBlocks0.0370.0140.079
makeFabiaDataBlocksPos0.0460.0140.094
makeFabiaDataPos0.0390.0140.082
matrixImagePlot0.0370.0130.074
mfsc0.0710.0100.126
nmfdiv0.0470.0120.088
nmfeu0.0510.0150.103
nmfsc0.0380.0080.076
plotBicluster0.0790.0070.120
projFunc0.0010.0010.004
projFuncPos0.0010.0000.001
readSamplesSpfabia000
samplesPerFeature000
spfabia0.0490.0260.117