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

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

Package 1190/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scran 1.4.5
Aaron Lun
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/scran
Branch: RELEASE_3_5
Last Commit: 4733980
Last Changed Date: 2017-07-17 04:49:26 -0400 (Mon, 17 Jul 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: scran
Version: 1.4.5
Command: rm -rf scran.buildbin-libdir scran.Rcheck && mkdir scran.buildbin-libdir scran.Rcheck && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=scran.buildbin-libdir scran_1.4.5.tar.gz >scran.Rcheck\00install.out 2>&1 && cp scran.Rcheck\00install.out scran-install.out && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD check --library=scran.buildbin-libdir --install="check:scran-install.out" --force-multiarch --no-vignettes --timings scran_1.4.5.tar.gz
StartedAt: 2017-10-18 02:52:50 -0400 (Wed, 18 Oct 2017)
EndedAt: 2017-10-18 03:01:34 -0400 (Wed, 18 Oct 2017)
EllapsedTime: 523.9 seconds
RetCode: 0
Status:  OK  
CheckDir: scran.Rcheck
Warnings: 0

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.5-bioc/meat/scran.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 'scran/DESCRIPTION' ... OK
* this is package 'scran' version '1.4.5'
* 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 'scran' 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 ... 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 ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... 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/scran.buildbin-libdir/scran/libs/i386/scran.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
combineVar 5.97   0.14    6.14
convertTo  5.48   0.25    5.73
** running examples for arch 'x64' ... OK
* 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 ... 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 NOTE
See
  'C:/Users/biocbuild/bbs-3.5-bioc/meat/scran.Rcheck/00check.log'
for details.


scran.Rcheck/00install.out:


install for i386

* installing *source* package 'scran' ...
** libs
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c build_snn.cpp -o build_snn.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c compute_CV2.cpp -o compute_CV2.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c compute_cordist.cpp -o compute_cordist.o
compute_cordist.cpp: In instantiation of 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]':
compute_cordist.cpp:142:73:   required from here
compute_cordist.cpp:119:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 for (size_t s=0; s<slen; ++s) {
                                   ^
compute_cordist.cpp: In instantiation of 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]':
compute_cordist.cpp:144:76:   required from here
compute_cordist.cpp:119:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
compute_cordist.cpp: In instantiation of 'void average_ranks(const T*, const matrix_info&, const int*, int, double*) [with T = int]':
compute_cordist.cpp:79:58:   required from 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]'
compute_cordist.cpp:142:73:   required from here
compute_cordist.cpp:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (s==subset_len-1 || collected[s].first!=collected[s+1].first) {
                  ^
compute_cordist.cpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp: In instantiation of 'void average_ranks(const T*, const matrix_info&, const int*, int, double*) [with T = double]':
compute_cordist.cpp:79:58:   required from 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]'
compute_cordist.cpp:144:76:   required from here
compute_cordist.cpp:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (s==subset_len-1 || collected[s].first!=collected[s+1].first) {
                  ^
compute_cordist.cpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c compute_rho.cpp -o compute_rho.o
compute_rho.cpp: In function 'SEXPREC* combine_corP(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
compute_rho.cpp:421:31: warning: unused variable 'temp_abs_rho' [-Wunused-variable]
         double temp_combined, temp_abs_rho;
                               ^
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c estimate_variance.cpp -o estimate_variance.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c forge_system.cpp -o forge_system.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c init.cpp -o init.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c matrix_info.cpp -o matrix_info.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c overlap_exprs.cpp -o overlap_exprs.o
overlap_exprs.cpp: In instantiation of 'SEXPREC* overlap_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, T) [with T = int; SEXP = SEXPREC*]':
overlap_exprs.cpp:138:96:   required from here
overlap_exprs.cpp:26:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (cursource[j]<1 || cursource[j]>ncells) { 
                                               ^
overlap_exprs.cpp: In instantiation of 'SEXPREC* overlap_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, T) [with T = double; SEXP = SEXPREC*]':
overlap_exprs.cpp:140:96:   required from here
overlap_exprs.cpp:26:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c run_dormqr.cpp -o run_dormqr.o
C:/Rtools/mingw_32/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c shuffle_scores.cpp -o shuffle_scores.o
shuffle_scores.cpp: In instantiation of 'SEXPREC* shuffle_scores_internal(SEXP, const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]':
shuffle_scores.cpp:104:120:   required from here
shuffle_scores.cpp:24:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (start < 0 || last > emat.ncol) { throw std::runtime_error("cell indices are out of range"); }
                           ^
shuffle_scores.cpp: In instantiation of 'SEXPREC* shuffle_scores_internal(SEXP, const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]':
shuffle_scores.cpp:106:123:   required from here
shuffle_scores.cpp:24:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o scran.dll tmp.def build_snn.o compute_CV2.o compute_cordist.o compute_rho.o estimate_variance.o forge_system.o init.o matrix_info.o overlap_exprs.o run_dormqr.o shuffle_scores.o -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/i386 -lRlapack -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/i386 -lRblas -lgfortran -lm -lquadmath -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/scran.buildbin-libdir/scran/libs/i386
** R
** 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 'scran' ...
** libs
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c build_snn.cpp -o build_snn.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c compute_CV2.cpp -o compute_CV2.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c compute_cordist.cpp -o compute_cordist.o
compute_cordist.cpp: In instantiation of 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]':
compute_cordist.cpp:142:73:   required from here
compute_cordist.cpp:119:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 for (size_t s=0; s<slen; ++s) {
                                   ^
compute_cordist.cpp: In instantiation of 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]':
compute_cordist.cpp:144:76:   required from here
compute_cordist.cpp:119:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
compute_cordist.cpp: In instantiation of 'void average_ranks(const T*, const matrix_info&, const int*, int, double*) [with T = int]':
compute_cordist.cpp:79:58:   required from 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]'
compute_cordist.cpp:142:73:   required from here
compute_cordist.cpp:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (s==subset_len-1 || collected[s].first!=collected[s+1].first) {
                  ^
compute_cordist.cpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp: In instantiation of 'void average_ranks(const T*, const matrix_info&, const int*, int, double*) [with T = double]':
compute_cordist.cpp:79:58:   required from 'SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]'
compute_cordist.cpp:144:76:   required from here
compute_cordist.cpp:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (s==subset_len-1 || collected[s].first!=collected[s+1].first) {
                  ^
compute_cordist.cpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c compute_rho.cpp -o compute_rho.o
compute_rho.cpp: In function 'SEXPREC* combine_corP(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
compute_rho.cpp:421:31: warning: unused variable 'temp_abs_rho' [-Wunused-variable]
         double temp_combined, temp_abs_rho;
                               ^
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c estimate_variance.cpp -o estimate_variance.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c forge_system.cpp -o forge_system.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c init.cpp -o init.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c matrix_info.cpp -o matrix_info.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c overlap_exprs.cpp -o overlap_exprs.o
overlap_exprs.cpp: In instantiation of 'SEXPREC* overlap_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, T) [with T = int; SEXP = SEXPREC*]':
overlap_exprs.cpp:138:96:   required from here
overlap_exprs.cpp:26:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (cursource[j]<1 || cursource[j]>ncells) { 
                                               ^
overlap_exprs.cpp: In instantiation of 'SEXPREC* overlap_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, T) [with T = double; SEXP = SEXPREC*]':
overlap_exprs.cpp:140:96:   required from here
overlap_exprs.cpp:26:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c run_dormqr.cpp -o run_dormqr.o
C:/Rtools/mingw_64/bin/g++  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c shuffle_scores.cpp -o shuffle_scores.o
shuffle_scores.cpp: In instantiation of 'SEXPREC* shuffle_scores_internal(SEXP, const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]':
shuffle_scores.cpp:104:120:   required from here
shuffle_scores.cpp:24:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (start < 0 || last > emat.ncol) { throw std::runtime_error("cell indices are out of range"); }
                           ^
shuffle_scores.cpp: In instantiation of 'SEXPREC* shuffle_scores_internal(SEXP, const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]':
shuffle_scores.cpp:106:123:   required from here
shuffle_scores.cpp:24:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o scran.dll tmp.def build_snn.o compute_CV2.o compute_cordist.o compute_rho.o estimate_variance.o forge_system.o init.o matrix_info.o overlap_exprs.o run_dormqr.o shuffle_scores.o -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/x64 -lRlapack -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -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/scran.buildbin-libdir/scran/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'scran' as scran_1.4.5.zip
* DONE (scran)

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

nameusersystemelapsed
DM0.140.020.16
buildSNNGraph0.110.010.12
combineVar5.970.146.14
computeSpikeFactors1.840.001.84
computeSumFactors2.610.062.71
convertTo5.480.255.73
correlatePairs0.500.020.51
cyclone0.620.020.64
decomposeVar3.320.093.42
denoisePCA0.310.010.33
exploreData0.760.040.92
findMarkers2.670.122.80
improvedCV21.110.081.18
mnnCorrect0.130.000.13
overlapExprs1.420.031.45
quickCluster1.050.001.05
sandbag0.140.000.14
selectorPlot0.570.000.58
spikes1.000.021.01
technicalCV22.160.042.20
testVar0.040.000.05
trendVar2.320.032.34

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

nameusersystemelapsed
DM0.140.000.14
buildSNNGraph0.110.010.37
combineVar4.760.024.87
computeSpikeFactors1.350.011.36
computeSumFactors1.810.041.84
convertTo4.860.145.00
correlatePairs0.160.000.16
cyclone0.290.020.31
decomposeVar2.170.042.22
denoisePCA0.140.000.14
exploreData0.630.050.67
findMarkers1.950.021.97
improvedCV20.940.030.97
mnnCorrect0.080.000.07
overlapExprs1.000.031.03
quickCluster0.490.030.52
sandbag0.110.000.11
selectorPlot0.510.020.53
spikes1.280.011.29
technicalCV21.130.021.15
testVar0.060.000.06
trendVar2.220.032.25