Back to the "Multiple platform build/check report" A  B  C  D  E  F [G] H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.5: CHECK report for graph on veracruz2

This page was generated on 2017-10-18 14:27:19 -0400 (Wed, 18 Oct 2017).

Package 588/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
graph 1.54.0
Bioconductor Package Maintainer
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/graph
Branch: RELEASE_3_5
Last Commit: 2a8b085
Last Changed Date: 2017-04-24 15:45:44 -0400 (Mon, 24 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: graph
Version: 1.54.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings graph_1.54.0.tar.gz
StartedAt: 2017-10-18 04:32:32 -0400 (Wed, 18 Oct 2017)
EndedAt: 2017-10-18 04:33:42 -0400 (Wed, 18 Oct 2017)
EllapsedTime: 70.6 seconds
RetCode: 0
Status:  OK 
CheckDir: graph.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings graph_1.54.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/graph.Rcheck’
* using R version 3.4.2 (2017-09-28)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘graph/DESCRIPTION’ ... OK
* this is package ‘graph’ version ‘1.54.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 ‘graph’ can be installed ... OK
* 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 dependencies in R code ... NOTE
'library' or 'require' call to ‘package’ in package code.
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
Unexported object imported by a ':::' call: ‘BiocGenerics:::testPackage’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.mg_validate_node_names: no visible global function definition for
  ‘head’
MultiDiGraph: no visible global function definition for ‘head’
plot,graph-ANY: no visible global function definition for ‘getMethod’
show,MultiGraph: no visible global function definition for ‘head’
Undefined global functions or variables:
  getMethod head
Consider adding
  importFrom("methods", "getMethod")
  importFrom("utils", "head")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... 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 compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘graph_unit_tests.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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/graph.Rcheck/00check.log’
for details.


graph.Rcheck/00install.out:

* installing *source* package ‘graph’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c graph.c -o graph.o
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o graph.so graph.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
mv graph.so BioC_graph.so
installing to /Users/biocbuild/bbs-3.5-bioc/meat/graph.Rcheck/graph/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (graph)

graph.Rcheck/graph-Ex.timings:

nameusersystemelapsed
DFS0.0540.0030.057
IMCA0.1070.0040.114
MAPKsig0.3420.0080.354
MultiGraph-class0.6110.0060.648
acc-methods0.0960.0010.098
addEdge0.0520.0010.063
addNode0.0230.0000.024
adj-methods0.0030.0000.003
adjacencyMatrix0.0020.0000.003
apoptosisGraph0.0140.0020.016
attrData-class0.0030.0000.003
aveNumEdges0.0030.0000.004
biocRepos0.0010.0010.003
boundary0.0060.0000.006
calcProb0.0000.0000.001
calcSumProb0.0630.0010.066
clearNode0.0120.0000.012
clusterGraph-class0.0060.0010.007
clusteringCoefficient-methods0.0320.0000.032
combineNodes0.1180.0010.120
distGraph-class0.0020.0000.002
duplicatedEdges000
edgeMatrix0.0370.0010.038
edgeSets0.0370.0050.045
edgeWeights0.0120.0010.012
fromGXL-methods0.4520.0110.473
graph-class0.0070.0010.008
graph2SparseM0.0860.0030.090
graphAM-class0.0350.0010.036
graphBAM-class0.2620.0020.267
graphExamples0.0030.0000.005
graphNEL-class0.0070.0000.007
inEdges0.0060.0000.007
leaves0.0080.0020.010
listEdges0.0110.0010.012
matrix2Graph0.0320.0010.034
mostEdges0.0070.0000.007
numNoEdges0.0020.0000.003
pancrCaIni0.1810.0030.190
randomEGraph0.0040.0000.004
randomGraph0.0040.0000.004
randomNodeGraph0.0020.0000.003
removeEdge0.0460.0010.047
removeNode0.0070.0000.007
renderInfo-class0.0570.0010.059
reverseEdgeDirections0.0030.0000.004
simpleEdge-class0.0010.0000.001
standardLabeling0.0480.0020.050
subGraph0.0010.0000.002
toDotR-methods0.0360.0020.039
ugraph0.0080.0000.009
validGraph0.0010.0000.001