Back to Mac ARM64 build report for BioC 3.17
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-10-20 09:37:59 -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 210/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BioNAR 1.2.5  (landing page)
Anatoly Sorokin
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/BioNAR
git_branch: RELEASE_3_17
git_last_commit: ca4c31e
git_last_commit_date: 2023-08-09 19:49:47 -0400 (Wed, 09 Aug 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for BioNAR on kjohnson2


To the developers/maintainers of the BioNAR 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: BioNAR
Version: 1.2.5
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:BioNAR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings BioNAR_1.2.5.tar.gz
StartedAt: 2023-10-17 05:50:07 -0400 (Tue, 17 Oct 2023)
EndedAt: 2023-10-17 06:00:26 -0400 (Tue, 17 Oct 2023)
EllapsedTime: 618.3 seconds
RetCode: 0
Status:   OK  
CheckDir: BioNAR.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BioNAR.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 ‘BioNAR/DESCRIPTION’ ... OK
* this is package ‘BioNAR’ version ‘1.2.5’
* package encoding: UTF-8
* 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 ‘BioNAR’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  6.7Mb
  sub-directories of 1Mb or more:
    extdata   6.1Mb
* 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 dependencies in R code ... NOTE
Package in Depends field not imported from: ‘Rdpack’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  ‘addNoise’ ‘gofs’ ‘highlightRate’ ‘plotSigmoid’ ‘storeFitInfo’
  ‘storeParInfo’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
clusterORA : forafun: no visible binding for global variable ‘pathway’
clusterORA : forafun: no visible binding for global variable ‘size’
clusterORA : forafun: no visible binding for global variable ‘overlap’
clusterORA : forafun: no visible binding for global variable ‘pval’
clusterORA : forafun: no visible binding for global variable ‘padj’
clusterORA : forafun: no visible binding for global variable
  ‘overlapGenes’
clusterORA : forafun: no visible binding for global variable ‘FL’
clusterORA : forafun: no visible binding for global variable ‘N’
clusterORA : forafun: no visible binding for global variable ‘Fn’
clusterORA : forafun: no visible binding for global variable ‘Cn’
clusterORA : forafun: no visible binding for global variable ‘Mu’
clusterORA : forafun: no visible binding for global variable ‘OR’
clusterORA : forafun: no visible binding for global variable ‘CIw’
clusterORA : forafun: no visible binding for global variable ‘Fe’
clusterORA : forafun: no visible binding for global variable ‘Fc’
clusterORA : forafun: no visible binding for global variable ‘palt’
plotSigmoid: no visible binding for global variable ‘yiR1’
plotSigmoid: no visible binding for global variable ‘yiR2’
plotSigmoid: no visible binding for global variable ‘yiR3’
plotSigmoid: no visible binding for global variable ‘yiR4’
plotSigmoid: no visible binding for global variable ‘yiR5’
Undefined global functions or variables:
  CIw Cn FL Fc Fe Fn Mu N OR overlap overlapGenes padj palt pathway
  pval size yiR1 yiR2 yiR3 yiR4 yiR5
* checking Rd files ... OK
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                           user system elapsed
clusteringSummary        15.727  0.119  20.840
calcEntropy              10.697  0.190  14.116
plotEntropy              10.273  0.182  13.466
getEntropy                9.301  0.131  12.970
getGraphCentralityECDF    7.740  0.113  10.200
getCentralityMatrix       7.389  0.126   9.674
annotateTopOntoOVG        6.924  0.133   9.123
calcAllClustering         6.894  0.053   8.998
runPermDisease            6.428  0.077   8.398
annotateGOont             4.979  0.454   7.001
annotateGoBP              4.652  0.097   6.193
FitDegree                 1.733  0.067   9.451
getRandomGraphCentrality  0.329  0.025  16.792
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 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: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BioNAR.Rcheck/00check.log’
for details.



Installation output

BioNAR.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘BioNAR’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
** testing if installed package can be loaded from final location
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
** testing if installed package keeps a record of temporary installation path
* DONE (BioNAR)

Tests output

BioNAR.Rcheck/tests/testthat.Rout


R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(BioNAR)
Loading required package: igraph

Attaching package: 'igraph'

The following object is masked from 'package:testthat':

    compare

The following objects are masked from 'package:stats':

    decompose, spectrum

The following object is masked from 'package:base':

    union

Loading required package: poweRlaw
Loading required package: latex2exp
Loading required package: RSpectra
Loading required package: Rdpack


Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache

Attaching package: 'BioNAR'

The following object is masked from 'package:igraph':

    permute

> 
> test_check("BioNAR")
This graph was created by an old(er) igraph version.
  Call upgrade_graph() on it to use with the current igraph version
  For now we convert it on the fly...
Loading required package: synaptome.data
Loading required package: AnnotationHub
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:igraph':

    normalize, path, union

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: BiocFileCache
Loading required package: dbplyr
This graph was created by an old(er) igraph version.
  Call upgrade_graph() on it to use with the current igraph version
  For now we convert it on the fly...
This graph was created by an old(er) igraph version.
  Call upgrade_graph() on it to use with the current igraph version
  For now we convert it on the fly...
This graph was created by an old(er) igraph version.
  Call upgrade_graph() on it to use with the current igraph version
  For now we convert it on the fly...
[ FAIL 0 | WARN 0 | SKIP 2 | PASS 109 ]

══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test_bridgeness.R:34:5', 'test_bridgeness.R:64:5'

[ FAIL 0 | WARN 0 | SKIP 2 | PASS 109 ]
Deleting unused snapshots:
• bridgeness/entropyplot.svg
• fitdegree/powerfitplot.svg
> 
> proc.time()
   user  system elapsed 
 46.034   2.273  85.284 

Example timings

BioNAR.Rcheck/BioNAR-Ex.timings

nameusersystemelapsed
FitDegree1.7330.0679.451
addEdgeAtts0.0660.0030.100
annotateGOont4.9790.4547.001
annotateGeneNames0.2750.0110.370
annotateGoBP4.6520.0976.193
annotateGoCC2.9330.0643.878
annotateGoMF3.1900.0614.183
annotatePresynaptic1.2820.0341.690
annotateSCHanno1.7970.0772.420
annotateTopOntoOVG6.9240.1339.123
annotateVertex0.0040.0010.005
applpMatrixToGraph0.0020.0010.003
buildFromSynaptomeByEntrez0.7480.0301.009
buildFromSynaptomeGeneTable0.5560.0260.749
buildNetwork0.0040.0010.007
calcAllClustering6.8940.0538.998
calcBridgeness0.1000.0100.142
calcCentrality0.0610.0040.086
calcCentralityExternalDistances0.4880.0130.654
calcCentralityInternalDistances0.4840.0100.633
calcClustering0.0050.0010.011
calcDiseasePairs0.5170.0110.687
calcEntropy10.697 0.19014.116
calcMembership0.0130.0110.032
calcReclusterMatrix0.0170.0060.031
calcSparsness0.7800.0301.042
clusterORA0.3470.0210.509
clusteringSummary15.727 0.11920.840
degreeBinnedGDAs0.2620.0100.359
escapeAnnotation0.0000.0000.001
evalCentralitySignificance0.4610.0150.622
findLCC0.0050.0020.007
getAnnotationList0.0620.0040.082
getAnnotationVertexList0.0740.0110.108
getBridgeness0.0850.0100.125
getCentralityMatrix7.3890.1269.674
getClusterSubgraphByID0.0050.0040.010
getClustering0.0110.0100.028
getCommunityGraph0.0080.0040.015
getDType0.0010.0000.000
getDiseases000
getEntropy 9.301 0.13112.970
getEntropyRate0.0070.0040.013
getGNP0.0030.0060.014
getGraphCentralityECDF 7.740 0.11310.200
getPA0.0030.0040.009
getRandomGraphCentrality 0.329 0.02516.792
getRobustness0.6880.0560.960
layoutByCluster0.0720.0050.096
layoutByRecluster0.1520.0080.211
makeConsensusMatrix0.7010.0550.952
normModularity1.0930.0371.461
permute0.0000.0000.001
plotBridgeness0.5640.0260.758
plotEntropy10.273 0.18213.466
prepareGDA0.2370.0080.317
recluster0.0130.0050.021
removeVertexTerm0.0030.0040.008
runPermDisease6.4280.0778.398
sampleDegBinnedGDA0.3510.0110.379
sampleGraphClust0.0140.0050.020
unescapeAnnotation0.0010.0010.002
zeroNA0.0000.0000.001