Back to Multiple platform build/check report for BioC 3.9
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

CHECK report for OUTRIDER on tokay2

This page was generated on 2019-10-16 12:41:55 -0400 (Wed, 16 Oct 2019).

Package 1157/1741HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
OUTRIDER 1.2.4
Christian Mertes
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019)
URL: https://git.bioconductor.org/packages/OUTRIDER
Branch: RELEASE_3_9
Last Commit: e925639
Last Changed Date: 2019-10-12 17:17:18 -0400 (Sat, 12 Oct 2019)
malbec2 Linux (Ubuntu 18.04.2 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
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: OUTRIDER
Version: 1.2.4
Command: C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:OUTRIDER.install-out.txt --library=C:\Users\biocbuild\bbs-3.9-bioc\R\library --no-vignettes --timings OUTRIDER_1.2.4.tar.gz
StartedAt: 2019-10-16 05:47:01 -0400 (Wed, 16 Oct 2019)
EndedAt: 2019-10-16 06:01:11 -0400 (Wed, 16 Oct 2019)
EllapsedTime: 849.5 seconds
RetCode: 0
Status:  OK  
CheckDir: OUTRIDER.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:OUTRIDER.install-out.txt --library=C:\Users\biocbuild\bbs-3.9-bioc\R\library --no-vignettes --timings OUTRIDER_1.2.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.9-bioc/meat/OUTRIDER.Rcheck'
* using R version 3.6.1 (2019-07-05)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'OUTRIDER/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'OUTRIDER' version '1.2.4'
* 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 'OUTRIDER' 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.9-bioc/R/library/OUTRIDER/libs/i386/OUTRIDER.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.9-bioc/R/library/OUTRIDER/libs/x64/OUTRIDER.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
plotFunctions   8.06   0.28    8.25
findEncodingDim 7.55   0.01    7.58
OUTRIDER        4.45   0.36   47.61
aberrant        2.55   0.02   50.70
computePvalues  2.25   0.00   37.51
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
                user system elapsed
plotFunctions   9.78   0.30   10.07
findEncodingDim 9.75   0.06    9.80
OUTRIDER        4.62   0.16   48.80
aberrant        2.85   0.01   46.74
computePvalues  2.48   0.00   44.71
* 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.9-bioc/meat/OUTRIDER.Rcheck/00check.log'
for details.



Installation output

OUTRIDER.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.9/bioc/src/contrib/OUTRIDER_1.2.4.tar.gz && rm -rf OUTRIDER.buildbin-libdir && mkdir OUTRIDER.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=OUTRIDER.buildbin-libdir OUTRIDER_1.2.4.tar.gz && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL OUTRIDER_1.2.4.zip && rm OUTRIDER_1.2.4.tar.gz OUTRIDER_1.2.4.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  712k  100  712k    0     0  10.2M      0 --:--:-- --:--:-- --:--:-- 11.3M

install for i386

* installing *source* package 'OUTRIDER' ...
** using staged installation
** libs
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include"   -I"C:/extsoft/include"  -fopenmp   -O2 -Wall  -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include"   -I"C:/extsoft/include"  -fopenmp   -O2 -Wall  -mtune=generic -c loss_n_gradient_functions.cpp -o loss_n_gradient_functions.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o OUTRIDER.dll tmp.def RcppExports.o loss_n_gradient_functions.o -fopenmp -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/i386 -lRlapack -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/i386 -lRblas -lgfortran -lm -lquadmath -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.9-bioc/meat/OUTRIDER.buildbin-libdir/00LOCK-OUTRIDER/00new/OUTRIDER/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'OUTRIDER'
    finding HTML links ... done
    OUTRIDER                                html  
    OutriderDataSet-class                   html  
    aberrant                                html  
    computeGeneLength                       html  
    computeLatentSpace                      html  
    computePvalues                          html  
    computeZscores                          html  
    controlForConfounders                   html  
    counts                                  html  
    estimateBestQ                           html  
    filterExpression                        html  
    findEncodingDim                         html  
    fit                                     html  
    fpkm                                    html  
    getter_setter_functions                 html  
    makeExampleOutriderDataSet              html  
    normalizationFactors                    html  
    plotFunctions                           html  
    results                                 html  
    sampleExclusionMask                     html  
    sizeFactors                             html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'OUTRIDER' ...
** libs
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include"   -I"C:/extsoft/include"  -fopenmp   -O2 -Wall  -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include"   -I"C:/extsoft/include"  -fopenmp   -O2 -Wall  -mtune=generic -c loss_n_gradient_functions.cpp -o loss_n_gradient_functions.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o OUTRIDER.dll tmp.def RcppExports.o loss_n_gradient_functions.o -fopenmp -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/x64 -lRlapack -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.9-bioc/meat/OUTRIDER.buildbin-libdir/OUTRIDER/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'OUTRIDER' as OUTRIDER_1.2.4.zip
* DONE (OUTRIDER)
* installing to library 'C:/Users/biocbuild/bbs-3.9-bioc/R/library'
package 'OUTRIDER' successfully unpacked and MD5 sums checked

Tests output

OUTRIDER.Rcheck/tests_i386/testthat.Rout


R version 3.6.1 (2019-07-05) -- "Action of the Toes"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(OUTRIDER)
Loading required package: BiocParallel
Loading required package: GenomicFeatures
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: GenomeInfoDb
Loading required package: GenomicRanges
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: SummarizedExperiment
Loading required package: DelayedArray
Loading required package: matrixStats

Attaching package: 'matrixStats'

The following objects are masked from 'package:Biobase':

    anyMissing, rowMedians


Attaching package: 'DelayedArray'

The following objects are masked from 'package:matrixStats':

    colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges

The following objects are masked from 'package:base':

    aperm, apply, rowsum

Loading required package: data.table

Attaching package: 'data.table'

The following object is masked from 'package:SummarizedExperiment':

    shift

The following object is masked from 'package:GenomicRanges':

    shift

The following object is masked from 'package:IRanges':

    shift

The following objects are masked from 'package:S4Vectors':

    first, second

> 
> register(SerialParam())
> 
> test_check("OUTRIDER")
[1] "Wed Oct 16 05:59:06 2019: Initial PCA loss: 6.18917353779365"
[1] "Wed Oct 16 05:59:07 2019: Iteration: 1 loss: 4.70813299912307"
[1] "Wed Oct 16 05:59:07 2019: Iteration: 2 loss: 4.63902279187554"
[1] "Wed Oct 16 05:59:08 2019: Iteration: 3 loss: 4.54290785685935"
[1] "Wed Oct 16 05:59:08 2019: Iteration: 4 loss: 4.45647609190563"
[1] "Wed Oct 16 05:59:09 2019: Iteration: 5 loss: 4.42932299805678"
[1] "Wed Oct 16 05:59:09 2019: Iteration: 6 loss: 4.41676849767466"
Time difference of 2.562514 secs
[1] "Wed Oct 16 05:59:09 2019: 6 Final nb-AE loss: 4.41676849767466"
[1] "Wed Oct 16 05:59:10 2019: Initial PCA loss: 6.18917353779365"
[1] "Wed Oct 16 05:59:10 2019: Iteration: 1 loss: 4.70813299912307"
[1] "Wed Oct 16 05:59:11 2019: Iteration: 2 loss: 4.63902279187554"
[1] "Wed Oct 16 05:59:11 2019: Iteration: 3 loss: 4.54290785685935"
[1] "Wed Oct 16 05:59:11 2019: Iteration: 4 loss: 4.45647609190563"
[1] "Wed Oct 16 05:59:12 2019: Iteration: 5 loss: 4.42932299805678"
[1] "Wed Oct 16 05:59:12 2019: Iteration: 6 loss: 4.41676849767466"
Time difference of 2.203138 secs
[1] "Wed Oct 16 05:59:12 2019: 6 Final nb-AE loss: 4.41676849767466"
class: OutriderDataSet
class: RangedSummarizedExperiment 
dim: 100 50 
metadata(1): version
assays(1): counts
rownames(100): ENSG00000223972.4 ENSG00000227232.4 ...
  ENSG00000107404.13 ENSG00000162576.12
rowData names(0):
colnames(50): GTEX.UPK5.0426.SM.3GAEK GTEX.WFG7.2026.SM.3GIL7 ...
  GTEX.11UD2.2526.SM.5CVNU GTEX.13O61.1426.SM.5KM3D
colData names(1): sampleID
[1] "Wed Oct 16 05:59:25 2019: Initial PCA loss: 4.45110024596825"
[1] "Wed Oct 16 05:59:26 2019: Iteration: 1 loss: 4.08118856357077"
[1] "Wed Oct 16 05:59:26 2019: Iteration: 2 loss: 4.06249769845021"
Time difference of 0.6562569 secs
[1] "Wed Oct 16 05:59:26 2019: 2 Final nb-AE loss: 4.06249769845021"
[1] "Evaluation loss: 0.618330610241756"
[1] "Wed Oct 16 05:59:27 2019: Initial PCA loss: 4.42849501881927"
[1] "Wed Oct 16 05:59:28 2019: Iteration: 1 loss: 4.0136164233845"
[1] "Wed Oct 16 05:59:28 2019: Iteration: 2 loss: 3.99988343495246"
Time difference of 0.9843819 secs
[1] "Wed Oct 16 05:59:28 2019: 2 Final nb-AE loss: 3.99988343495246"
[1] "Evaluation loss: 0.563787181430943"
[1] "Wed Oct 16 05:59:29 2019: Initial PCA loss: 4.40489798928201"
[1] "Wed Oct 16 05:59:30 2019: Iteration: 1 loss: 3.92744967559318"
[1] "Wed Oct 16 05:59:30 2019: Iteration: 2 loss: 3.90792170484172"
Time difference of 0.98438 secs
[1] "Wed Oct 16 05:59:30 2019: 2 Final nb-AE loss: 3.90792170484172"
[1] "Evaluation loss: 0.68141251690785"
[1] "Wed Oct 16 05:59:37 2019: Initial PCA loss: 6.46616282459584"
[1] "Wed Oct 16 05:59:38 2019: Iteration: 1 loss: 4.81569809301105"
[1] "Wed Oct 16 05:59:38 2019: Iteration: 2 loss: 4.78992131812697"
Time difference of 1.359383 secs
[1] "Wed Oct 16 05:59:38 2019: 2 Final nb-AE loss: 4.78992131812697"
== testthat results  ===========================================================
[ OK: 96 | SKIPPED: 0 | WARNINGS: 7 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
  53.62    3.18   56.09 

OUTRIDER.Rcheck/tests_x64/testthat.Rout


R version 3.6.1 (2019-07-05) -- "Action of the Toes"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(OUTRIDER)
Loading required package: BiocParallel
Loading required package: GenomicFeatures
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: GenomeInfoDb
Loading required package: GenomicRanges
Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: SummarizedExperiment
Loading required package: DelayedArray
Loading required package: matrixStats

Attaching package: 'matrixStats'

The following objects are masked from 'package:Biobase':

    anyMissing, rowMedians


Attaching package: 'DelayedArray'

The following objects are masked from 'package:matrixStats':

    colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges

The following objects are masked from 'package:base':

    aperm, apply, rowsum

Loading required package: data.table

Attaching package: 'data.table'

The following object is masked from 'package:SummarizedExperiment':

    shift

The following object is masked from 'package:GenomicRanges':

    shift

The following object is masked from 'package:IRanges':

    shift

The following objects are masked from 'package:S4Vectors':

    first, second

> 
> register(SerialParam())
> 
> test_check("OUTRIDER")
[1] "Wed Oct 16 06:00:04 2019: Initial PCA loss: 6.374974894626"
[1] "Wed Oct 16 06:00:05 2019: Iteration: 1 loss: 4.51537088959735"
[1] "Wed Oct 16 06:00:05 2019: Iteration: 2 loss: 4.44562422553201"
[1] "Wed Oct 16 06:00:06 2019: Iteration: 3 loss: 4.42703582964974"
[1] "Wed Oct 16 06:00:07 2019: Iteration: 4 loss: 4.41801678696023"
[1] "Wed Oct 16 06:00:07 2019: Iteration: 5 loss: 4.41585907426643"
[1] "Wed Oct 16 06:00:08 2019: Iteration: 6 loss: 4.41134202907045"
Time difference of 3.23439 secs
[1] "Wed Oct 16 06:00:08 2019: 6 Final nb-AE loss: 4.41134202907045"
[1] "Wed Oct 16 06:00:09 2019: Initial PCA loss: 6.374974894626"
[1] "Wed Oct 16 06:00:10 2019: Iteration: 1 loss: 4.51537088959735"
[1] "Wed Oct 16 06:00:11 2019: Iteration: 2 loss: 4.44562422553201"
[1] "Wed Oct 16 06:00:12 2019: Iteration: 3 loss: 4.42703582964974"
[1] "Wed Oct 16 06:00:12 2019: Iteration: 4 loss: 4.41801678696023"
[1] "Wed Oct 16 06:00:13 2019: Iteration: 5 loss: 4.41585907426643"
[1] "Wed Oct 16 06:00:13 2019: Iteration: 6 loss: 4.41134202907045"
Time difference of 3.937527 secs
[1] "Wed Oct 16 06:00:13 2019: 6 Final nb-AE loss: 4.41134202907045"
class: OutriderDataSet
class: RangedSummarizedExperiment 
dim: 100 50 
metadata(1): version
assays(1): counts
rownames(100): ENSG00000223972.4 ENSG00000227232.4 ...
  ENSG00000107404.13 ENSG00000162576.12
rowData names(0):
colnames(50): GTEX.UPK5.0426.SM.3GAEK GTEX.WFG7.2026.SM.3GIL7 ...
  GTEX.11UD2.2526.SM.5CVNU GTEX.13O61.1426.SM.5KM3D
colData names(1): sampleID
[1] "Wed Oct 16 06:00:33 2019: Initial PCA loss: 4.48562726071624"
[1] "Wed Oct 16 06:00:34 2019: Iteration: 1 loss: 4.1175232141133"
[1] "Wed Oct 16 06:00:34 2019: Iteration: 2 loss: 4.10374922172827"
Time difference of 1.375045 secs
[1] "Wed Oct 16 06:00:34 2019: 2 Final nb-AE loss: 4.10374922172827"
[1] "Evaluation loss: 0.410362246319425"
[1] "Wed Oct 16 06:00:35 2019: Initial PCA loss: 4.45810478758526"
[1] "Wed Oct 16 06:00:36 2019: Iteration: 1 loss: 4.03792844555714"
[1] "Wed Oct 16 06:00:36 2019: Iteration: 2 loss: 4.01278469362259"
Time difference of 0.7968791 secs
[1] "Wed Oct 16 06:00:36 2019: 2 Final nb-AE loss: 4.01278469362259"
[1] "Evaluation loss: 0.359269814221236"
[1] "Wed Oct 16 06:00:37 2019: Initial PCA loss: 4.43077896493811"
[1] "Wed Oct 16 06:00:38 2019: Iteration: 1 loss: 3.961621094878"
[1] "Wed Oct 16 06:00:38 2019: Iteration: 2 loss: 3.93047336574124"
Time difference of 0.8281291 secs
[1] "Wed Oct 16 06:00:38 2019: 2 Final nb-AE loss: 3.93047336574124"
[1] "Evaluation loss: 0.371048336318136"
[1] "Wed Oct 16 06:00:47 2019: Initial PCA loss: 6.46616282459584"
[1] "Wed Oct 16 06:00:49 2019: Iteration: 1 loss: 4.81542744661623"
[1] "Wed Oct 16 06:00:50 2019: Iteration: 2 loss: 4.79019053974505"
Time difference of 2.078139 secs
[1] "Wed Oct 16 06:00:50 2019: 2 Final nb-AE loss: 4.79019053974505"
== testthat results  ===========================================================
[ OK: 96 | SKIPPED: 0 | WARNINGS: 7 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
  73.89    2.25   75.60 

Example timings

OUTRIDER.Rcheck/examples_i386/OUTRIDER-Ex.timings

nameusersystemelapsed
OUTRIDER 4.45 0.3647.61
OutriderDataSet-class0.830.311.39
aberrant 2.55 0.0250.70
computeGeneLength1.560.001.61
computeLatentSpace0.390.010.41
computePvalues 2.25 0.0037.51
computeZscores0.780.000.78
controlForConfounders0.830.040.86
counts0.330.000.33
estimateBestQ0.230.000.23
filterExpression101
findEncodingDim7.550.017.58
fit0.660.000.66
fpkm0.510.050.56
getter_setter_functions1.520.001.52
makeExampleOutriderDataSet0.550.000.54
normalizationFactors0.50.00.5
plotFunctions8.060.288.25
results1.330.001.33
sampleExclusionMask0.340.000.35
sizeFactors0.410.000.40

OUTRIDER.Rcheck/examples_x64/OUTRIDER-Ex.timings

nameusersystemelapsed
OUTRIDER 4.62 0.1648.80
OutriderDataSet-class0.680.090.77
aberrant 2.85 0.0146.74
computeGeneLength2.040.022.06
computeLatentSpace0.660.000.65
computePvalues 2.48 0.0044.71
computeZscores0.880.000.87
controlForConfounders1.080.021.10
counts0.530.000.53
estimateBestQ0.470.000.47
filterExpression1.650.001.65
findEncodingDim9.750.069.80
fit0.940.000.94
fpkm0.880.000.87
getter_setter_functions3.030.003.03
makeExampleOutriderDataSet101
normalizationFactors0.680.000.69
plotFunctions 9.78 0.3010.07
results1.630.001.63
sampleExclusionMask0.390.000.39
sizeFactors0.450.000.45