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

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

Package 340/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
destiny 2.4.5
Philipp Angerer
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/destiny
Branch: RELEASE_3_5
Last Commit: dbcdbac
Last Changed Date: 2017-08-30 04:19:34 -0400 (Wed, 30 Aug 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: destiny
Version: 2.4.5
Command: rm -rf destiny.buildbin-libdir destiny.Rcheck && mkdir destiny.buildbin-libdir destiny.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=destiny.buildbin-libdir destiny_2.4.5.tar.gz >destiny.Rcheck\00install.out 2>&1 && cp destiny.Rcheck\00install.out destiny-install.out && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=destiny.buildbin-libdir --install="check:destiny-install.out" --force-multiarch --no-vignettes --timings destiny_2.4.5.tar.gz
StartedAt: 2017-10-17 23:18:05 -0400 (Tue, 17 Oct 2017)
EndedAt: 2017-10-17 23:23:45 -0400 (Tue, 17 Oct 2017)
EllapsedTime: 340.1 seconds
RetCode: 0
Status:  OK  
CheckDir: destiny.Rcheck
Warnings: 0

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.5-bioc/meat/destiny.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 'destiny/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'destiny' version '2.4.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 whether package 'destiny' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.4Mb
  sub-directories of 1Mb or more:
    doc    3.1Mb
    libs   1.6Mb
* 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 ... NOTE
Namespace in Imports field not imported from: 'scatterplot3d'
  All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* 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 ... NOTE
S3 methods shown with full name in documentation object 'plot.DPT':
  'plot.DPT'

S3 methods shown with full name in documentation object 'plot.DiffusionMap':
  'plot.DiffusionMap'

The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* 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 ... 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/destiny.buildbin-libdir/destiny/libs/i386/destiny.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 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
Examples with CPU or elapsed time > 5s
         user system elapsed
destiny 26.06   0.22   26.28
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                         user system elapsed
destiny                 16.08   0.17   16.25
Gene-Relevance-plotting  6.39   0.16    6.55
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 OK
* checking for unstated dependencies in vignettes ... NOTE
'::' or ':::' import not declared from: 'viridis'
'library' or 'require' calls not declared from:
  'IRdisplay' 'IRkernel' 'base64enc' 'repr' 'xlsx'
* 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: 5 NOTEs
See
  'C:/Users/biocbuild/bbs-3.5-bioc/meat/destiny.Rcheck/00check.log'
for details.


destiny.Rcheck/00install.out:


install for i386

* installing *source* package 'destiny' ...
** libs
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include"   -I"C:/local323/include"  -ggdb   -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include"   -I"C:/local323/include"  -ggdb   -O2 -Wall  -mtune=core2 -c censoring.cpp -o censoring.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include"   -I"C:/local323/include"  -ggdb   -O2 -Wall  -mtune=core2 -c no_censoring.cpp -o no_censoring.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o destiny.dll tmp.def RcppExports.o censoring.o no_censoring.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/destiny.buildbin-libdir/destiny/libs/i386
** R
** data
** demo
** 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 'destiny' ...
** libs
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include"   -I"C:/local323/include"  -ggdb   -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include"   -I"C:/local323/include"  -ggdb   -O2 -Wall  -mtune=core2 -c censoring.cpp -o censoring.o
censoring.cpp: In function 'Rcpp::NumericMatrix predict_censoring_impl(Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, Rcpp::NumericVector, Rcpp::NumericVector, double)':
censoring.cpp:72:17: warning: 'm1' may be used uninitialized in this function [-Wmaybe-uninitialized]
     / sqrt(m1-m0);
                 ^
censoring.cpp:55:15: note: 'm1' was declared here
    double m0, m1;
               ^
censoring.cpp:71:22: warning: 'm0' may be used uninitialized in this function [-Wmaybe-uninitialized]
     * ( std::erfc((m0-v) / sigma) - std::erfc((m1-v) / sigma) )
                      ^
censoring.cpp:55:11: note: 'm0' was declared here
    double m0, m1;
           ^
censoring.cpp:66:33: warning: 'use_d' may be used uninitialized in this function [-Wmaybe-uninitialized]
    const double v = use_d ? d : c;
                                 ^
censoring.cpp:18:7: note: 'use_d' was declared here
  bool use_d;
       ^
censoring.cpp: In function 'Eigen::SparseMatrix<double, 0, int> censoring_impl(Rcpp::NumericMatrix, Rcpp::NumericVector, Eigen::SparseMatrix<double, 0, int>, SEXP, SEXP, SEXP, Rcpp::Function)':
censoring.cpp:72:17: warning: 'm1' may be used uninitialized in this function [-Wmaybe-uninitialized]
     / sqrt(m1-m0);
                 ^
censoring.cpp:55:15: note: 'm1' was declared here
    double m0, m1;
               ^
censoring.cpp:71:22: warning: 'm0' may be used uninitialized in this function [-Wmaybe-uninitialized]
     * ( std::erfc((m0-v) / sigma) - std::erfc((m1-v) / sigma) )
                      ^
censoring.cpp:55:11: note: 'm0' was declared here
    double m0, m1;
           ^
censoring.cpp:66:33: warning: 'use_d' may be used uninitialized in this function [-Wmaybe-uninitialized]
    const double v = use_d ? d : c;
                                 ^
censoring.cpp:18:7: note: 'use_d' was declared here
  bool use_d;
       ^
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/RcppEigen/include"   -I"C:/local323/include"  -ggdb   -O2 -Wall  -mtune=core2 -c no_censoring.cpp -o no_censoring.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o destiny.dll tmp.def RcppExports.o censoring.o no_censoring.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/destiny.buildbin-libdir/destiny/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'destiny' as destiny_2.4.5.zip
* DONE (destiny)

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

nameusersystemelapsed
DPT-methods2.130.192.31
DPT1.870.142.01
DiffusionMap-accessors1.300.191.48
DiffusionMap-class3.540.233.80
DiffusionMap-methods0.830.181.00
ExpressionSet-helpers0.130.000.13
Gene-Relevance-plotting4.710.184.90
Gene-Relevance1.020.111.13
Sigmas-class0.420.020.44
coercions1.020.091.10
colorlegend0.060.000.07
cube_helix0.020.000.01
destiny-deprecated000
destiny-generics1.280.191.47
destiny26.06 0.2226.28
dm_predict0.530.050.58
eig_decomp000
extractions1.390.091.49
find_dm_k000
find_sigmas0.890.121.01
find_tips1.170.101.27
l_which000
plot.DPT1.610.151.76
plot.DiffusionMap0.910.101.00
plot.Sigmas0.280.010.30
projection_dist0.440.000.44
random_root0.950.081.03

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

nameusersystemelapsed
DPT-methods2.750.172.93
DPT1.940.092.03
DiffusionMap-accessors1.390.241.62
DiffusionMap-class3.820.294.13
DiffusionMap-methods1.290.161.43
ExpressionSet-helpers0.140.010.16
Gene-Relevance-plotting6.390.166.55
Gene-Relevance2.040.112.15
Sigmas-class0.550.020.57
coercions1.540.041.60
colorlegend0.130.000.12
cube_helix0.010.000.02
destiny-deprecated000
destiny-generics1.530.101.62
destiny16.08 0.1716.25
dm_predict1.190.091.28
eig_decomp000
extractions2.310.052.36
find_dm_k0.010.000.01
find_sigmas1.630.111.74
find_tips0.700.110.81
l_which000
plot.DPT1.920.142.06
plot.DiffusionMap1.120.121.25
plot.Sigmas0.610.020.62
projection_dist0.550.050.60
random_root0.920.071.00