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 Biobase on tokay2

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

Package 111/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Biobase 2.36.2
Bioconductor Package Maintainer
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/Biobase
Branch: RELEASE_3_5
Last Commit: 15f5091
Last Changed Date: 2017-05-02 18:47:56 -0400 (Tue, 02 May 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: Biobase
Version: 2.36.2
Command: rm -rf Biobase.buildbin-libdir Biobase.Rcheck && mkdir Biobase.buildbin-libdir Biobase.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=Biobase.buildbin-libdir Biobase_2.36.2.tar.gz >Biobase.Rcheck\00install.out 2>&1 && cp Biobase.Rcheck\00install.out Biobase-install.out && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=Biobase.buildbin-libdir --install="check:Biobase-install.out" --force-multiarch --no-vignettes --timings Biobase_2.36.2.tar.gz
StartedAt: 2017-10-17 22:16:30 -0400 (Tue, 17 Oct 2017)
EndedAt: 2017-10-17 22:19:06 -0400 (Tue, 17 Oct 2017)
EllapsedTime: 155.7 seconds
RetCode: 0
Status:  OK  
CheckDir: Biobase.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf Biobase.buildbin-libdir Biobase.Rcheck && mkdir Biobase.buildbin-libdir Biobase.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=Biobase.buildbin-libdir Biobase_2.36.2.tar.gz >Biobase.Rcheck\00install.out 2>&1 && cp Biobase.Rcheck\00install.out Biobase-install.out  &&  C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=Biobase.buildbin-libdir --install="check:Biobase-install.out" --force-multiarch --no-vignettes --timings Biobase_2.36.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.5-bioc/meat/Biobase.Rcheck'
* using R version 3.4.2 Patched (2017-10-07 r73498)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'Biobase/DESCRIPTION' ... OK
* this is package 'Biobase' version '2.36.2'
* 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 whether package 'Biobase' 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
addVigs2WinMenu: no visible global function definition for
  'winMenuNames'
addVigs2WinMenu: no visible global function definition for 'winMenuAdd'
addVigs2WinMenu: no visible global function definition for
  'winMenuAddItem'
Undefined global functions or variables:
  winMenuAdd winMenuAddItem winMenuNames
Consider adding
  importFrom("utils", "winMenuAdd", "winMenuAddItem", "winMenuNames")
to your NAMESPACE file.
* 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 compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.5-bioc/meat/Biobase.buildbin-libdir/Biobase/libs/i386/Biobase.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
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 installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'test-all.R'
  Running 'test-rowMedians.R'
 OK
** running tests for arch 'x64' ...
  Running 'test-all.R'
  Running 'test-rowMedians.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
  'C:/Users/biocbuild/bbs-3.5-bioc/meat/Biobase.Rcheck/00check.log'
for details.


Biobase.Rcheck/00install.out:


install for i386

* installing *source* package 'Biobase' ...
** libs
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c Rinit.c -o Rinit.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c anyMissing.c -o anyMissing.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c envir.c -o envir.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c matchpt.c -o matchpt.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c rowMedians.c -o rowMedians.o
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c sublist_extract.c -o sublist_extract.o
C:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o Biobase.dll tmp.def Rinit.o anyMissing.o envir.o matchpt.o rowMedians.o sublist_extract.o -LC:/local323/lib/i386 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.5-bioc/meat/Biobase.buildbin-libdir/Biobase/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'Biobase' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c Rinit.c -o Rinit.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c anyMissing.c -o anyMissing.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c envir.c -o envir.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c matchpt.c -o matchpt.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c rowMedians.c -o rowMedians.o
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c sublist_extract.c -o sublist_extract.o
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o Biobase.dll tmp.def Rinit.o anyMissing.o envir.o matchpt.o rowMedians.o sublist_extract.o -LC:/local323/lib/x64 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.5-bioc/meat/Biobase.buildbin-libdir/Biobase/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'Biobase' as Biobase_2.36.2.zip
* DONE (Biobase)

Biobase.Rcheck/examples_i386/Biobase-Ex.timings:

nameusersystemelapsed
Aggregate0.030.000.03
ScalarObject-class0.000.020.01
addVig2Menu000
anyMissing000
cache0.010.000.02
channel0.270.000.27
channelNames0.060.000.06
class.AnnotatedDataFrame0.030.000.03
class.ExpressionSet0.280.000.28
class.MIAxE0.020.000.02
class.MultiSet0.010.000.01
class.NChannelSet0.160.000.16
class.Versioned0.080.000.08
class.VersionedBiobase0.020.000.02
class.Versions000
class.VersionsNull000
class.container0.020.000.01
class.eSet0.060.000.07
classVersion000
contents000
copyEnv0.000.010.01
copySubstitute0.060.020.08
createPackage000
data.aaMap000
data.geneData0.010.010.04
data.reporter0.020.000.01
data.sample.ExpressionSet0.010.000.02
data.sample.MultiSet0.020.000.01
dumpPackTxt0.010.000.10
esApply1.150.001.14
getPkgVigs0.000.000.17
isCurrent0.050.000.05
isUnique000
isVersioned0.010.000.02
lcSuffix0.030.000.03
listLen0.020.000.01
makeDataPackage0.140.000.14
matchpt0.030.000.04
multiassign0.020.000.01
note000
openPDF000
openVignette000
package.version000
read.AnnotatedDataFrame0.020.000.01
read.MIAME0.030.000.03
readExpressionSet0.080.000.08
reverseSplit000
rowMedians0.070.000.06
rowQ0.010.020.03
selectChannels0.050.000.05
selectSome000
strbreak0.010.000.01
subListExtract0.690.020.71
testBioCConnection0.100.030.28
updateOldESet000
validMsg0.010.000.01

Biobase.Rcheck/examples_x64/Biobase-Ex.timings:

nameusersystemelapsed
Aggregate0.050.000.05
ScalarObject-class0.020.000.01
addVig2Menu000
anyMissing0.020.000.01
cache000
channel0.400.000.41
channelNames0.080.000.08
class.AnnotatedDataFrame0.030.000.03
class.ExpressionSet0.340.000.35
class.MIAxE0.010.000.02
class.MultiSet0.020.000.02
class.NChannelSet0.250.000.25
class.Versioned0.050.000.04
class.VersionedBiobase0.010.000.02
class.Versions0.020.000.01
class.VersionsNull000
class.container000
class.eSet0.070.000.08
classVersion000
contents000
copyEnv0.020.000.02
copySubstitute0.090.000.09
createPackage0.020.000.02
data.aaMap000
data.geneData0.050.000.04
data.reporter0.000.010.02
data.sample.ExpressionSet0.010.000.01
data.sample.MultiSet0.000.020.02
dumpPackTxt000
esApply1.280.001.28
getPkgVigs0.010.000.01
isCurrent0.040.000.03
isUnique000
isVersioned000
lcSuffix0.030.000.04
listLen000
makeDataPackage0.090.000.09
matchpt0.020.000.01
multiassign0.010.000.02
note000
openPDF000
openVignette000
package.version000
read.AnnotatedDataFrame000
read.MIAME0.020.000.02
readExpressionSet0.080.000.08
reverseSplit000
rowMedians0.110.000.10
rowQ0.010.000.02
selectChannels0.030.000.03
selectSome000
strbreak0.030.000.03
subListExtract0.690.010.71
testBioCConnection0.060.020.21
updateOldESet000
validMsg000