Back to Multiple platform build/check report for BioC 3.7 |
|
This page was generated on 2018-10-17 08:38:23 -0400 (Wed, 17 Oct 2018).
Package 864/1561 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
messina 1.16.0 Mark Pinese
| malbec2 | Linux (Ubuntu 16.04.1 LTS) / x86_64 | OK | OK | OK | |||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | [ WARNINGS ] | OK | |||||||
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
Package: messina |
Version: 1.16.0 |
Command: C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:messina.install-out.txt --library=C:\Users\biocbuild\bbs-3.7-bioc\R\library --no-vignettes --timings messina_1.16.0.tar.gz |
StartedAt: 2018-10-17 03:10:19 -0400 (Wed, 17 Oct 2018) |
EndedAt: 2018-10-17 03:14:13 -0400 (Wed, 17 Oct 2018) |
EllapsedTime: 234.0 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: messina.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:messina.install-out.txt --library=C:\Users\biocbuild\bbs-3.7-bioc\R\library --no-vignettes --timings messina_1.16.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'C:/Users/biocbuild/bbs-3.7-bioc/meat/messina.Rcheck' * using R version 3.5.1 Patched (2018-07-24 r75005) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * using option '--no-vignettes' * checking for file 'messina/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'messina' version '1.16.0' * checking package namespace information ... OK * checking package dependencies ... NOTE Package which this enhances but not available for checking: 'doMC' * 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 'messina' can be installed ... WARNING Found the following significant warnings: Rd warning: C:/Users/biocbuild/bbs-3.7-bioc/tmpdir/RtmpuUHhcD/R.INSTALL100422605c71/messina/man/messina.Rd:125: file link 'ExpressionSet' in package 'Biobase' does not exist and so has been treated as a topic Rd warning: C:/Users/biocbuild/bbs-3.7-bioc/tmpdir/RtmpuUHhcD/R.INSTALL100422605c71/messina/man/messinaDE.Rd:130: file link 'ExpressionSet' in package 'Biobase' does not exist and so has been treated as a topic Rd warning: C:/Users/biocbuild/bbs-3.7-bioc/tmpdir/RtmpuUHhcD/R.INSTALL100422605c71/messina/man/messinaSurv.Rd:166: file link 'ExpressionSet' in package 'Biobase' does not exist and so has been treated as a topic See 'C:/Users/biocbuild/bbs-3.7-bioc/meat/messina.Rcheck/00install.out' for details. * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Title field: should not end in a period. * 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 ... NOTE 'library' or 'require' call to 'Biobase' in package code. Please use :: or requireNamespace() instead. See section 'Suggested packages' in the 'Writing R Extensions' manual. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE calcBootstrapKaplanMeierEstimatesAtTimes : <anonymous> : <anonymous>: no visible global function definition for 'approx' messina: no visible global function definition for 'str' messinaClassPlot: no visible global function definition for 'reorder' messinaSurvKMplot : <anonymous>: no visible binding for global variable 'median' messinaSurvKMplot : <anonymous>: no visible binding for global variable 'quantile' messinaSurvKMplot : <anonymous>: no visible binding for global variable 'sd' messinaSurvKMplotSingleGroup: no visible binding for global variable 'median' messinaSurvKMplotSingleGroup: no visible binding for global variable 'quantile' messinaSurvKMplotSingleGroup: no visible binding for global variable 'sd' messinaSurvObjPlot: no visible global function definition for 'quantile' messinaSurvObjectiveFunc: no visible global function definition for 'coef' messinaSurvPlot: no visible global function definition for 'str' Undefined global functions or variables: approx coef median quantile reorder sd str Consider adding importFrom("stats", "approx", "coef", "median", "quantile", "reorder", "sd") importFrom("utils", "str") 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.7-bioc/R/library/messina/libs/i386/messina.dll': Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran) Found 'exit', possibly from 'exit' (C), 'stop' (Fortran) Found 'printf', possibly from 'printf' (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. 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 files in 'vignettes' ... OK * checking examples ... ** running examples for arch 'i386' ... OK Examples with CPU or elapsed time > 5s user system elapsed plot-MessinaSurvResult-missing-method 48.03 0.11 48.14 messinaSurv 23.98 0.06 24.04 ** running examples for arch 'x64' ... OK Examples with CPU or elapsed time > 5s user system elapsed plot-MessinaSurvResult-missing-method 42.90 0.05 42.96 messinaSurv 18.86 0.00 18.86 * 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: 1 WARNING, 5 NOTEs See 'C:/Users/biocbuild/bbs-3.7-bioc/meat/messina.Rcheck/00check.log' for details.
messina.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.7/bioc/src/contrib/messina_1.16.0.tar.gz && rm -rf messina.buildbin-libdir && mkdir messina.buildbin-libdir && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=messina.buildbin-libdir messina_1.16.0.tar.gz && C:\Users\biocbuild\bbs-3.7-bioc\R\bin\R.exe CMD INSTALL messina_1.16.0.zip && rm messina_1.16.0.tar.gz messina_1.16.0.zip ### ############################################################################## ############################################################################## % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63818 100 63818 0 0 1004k 0 --:--:-- --:--:-- --:--:-- 1133k install for i386 * installing *source* package 'messina' ... ** libs C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c Classifier.cpp -o Classifier.o C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c Data.cpp -o Data.o C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c crossval.cpp -o crossval.o C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c errors.cpp -o errors.o C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c init.cpp -o init.o C:/Rtools/mingw_32/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c messinaExtern.cpp -o messinaExtern.o C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o messina.dll tmp.def Classifier.o Data.o RcppExports.o crossval.o errors.o init.o messinaExtern.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/i386 -lR installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/messina.buildbin-libdir/messina/libs/i386 ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'messina' finding HTML links ... done MessinaFits-class html MessinaParameters-class html MessinaResult-class html messina-package html messina html Rd warning: C:/Users/biocbuild/bbs-3.7-bioc/tmpdir/RtmpuUHhcD/R.INSTALL100422605c71/messina/man/messina.Rd:125: file link 'ExpressionSet' in package 'Biobase' does not exist and so has been treated as a topic messinaDE html Rd warning: C:/Users/biocbuild/bbs-3.7-bioc/tmpdir/RtmpuUHhcD/R.INSTALL100422605c71/messina/man/messinaDE.Rd:130: file link 'ExpressionSet' in package 'Biobase' does not exist and so has been treated as a topic messinaSurv html Rd warning: C:/Users/biocbuild/bbs-3.7-bioc/tmpdir/RtmpuUHhcD/R.INSTALL100422605c71/messina/man/messinaSurv.Rd:166: file link 'ExpressionSet' in package 'Biobase' does not exist and so has been treated as a topic messinaTopResults html plot-MessinaClassResult-missing-method html plot-MessinaSurvResult-missing-method html show-methods html tcga_kirc_example html ** building package indices ** installing vignettes ** testing if installed package can be loaded In R CMD INSTALL install for x64 * installing *source* package 'messina' ... ** libs C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c Classifier.cpp -o Classifier.o C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c Data.cpp -o Data.o C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c crossval.cpp -o crossval.o C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c errors.cpp -o errors.o C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c init.cpp -o init.o C:/Rtools/mingw_64/bin/g++ -I"C:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/include" -DNDEBUG -I"C:/Users/biocbuild/bbs-3.7-bioc/R/library/Rcpp/include" -I"C:/extsoft/include" -O2 -Wall -mtune=generic -c messinaExtern.cpp -o messinaExtern.o C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o messina.dll tmp.def Classifier.o Data.o RcppExports.o crossval.o errors.o init.o messinaExtern.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.7-B/R/bin/x64 -lR installing to C:/Users/biocbuild/bbs-3.7-bioc/meat/messina.buildbin-libdir/messina/libs/x64 ** testing if installed package can be loaded * MD5 sums packaged installation of 'messina' as messina_1.16.0.zip * DONE (messina) In R CMD INSTALL In R CMD INSTALL * installing to library 'C:/Users/biocbuild/bbs-3.7-bioc/R/library' package 'messina' successfully unpacked and MD5 sums checked In R CMD INSTALL
messina.Rcheck/examples_i386/messina-Ex.timings
|
messina.Rcheck/examples_x64/messina-Ex.timings
|