Back to Multiple platform build/check report for BioC 3.11
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for CONFESS on tokay2

This page was generated on 2020-10-17 11:56:22 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE CONFESS PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 360/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CONFESS 1.16.0
Diana LOW
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/CONFESS
Branch: RELEASE_3_11
Last Commit: 7f50d16
Last Changed Date: 2020-04-27 14:56:33 -0400 (Mon, 27 Apr 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: CONFESS
Version: 1.16.0
Command: C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:CONFESS.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings CONFESS_1.16.0.tar.gz
StartedAt: 2020-10-17 02:54:30 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 03:02:16 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 466.9 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: CONFESS.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:CONFESS.install-out.txt --library=C:\Users\biocbuild\bbs-3.11-bioc\R\library --no-vignettes --timings CONFESS_1.16.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.11-bioc/meat/CONFESS.Rcheck'
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'CONFESS/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'CONFESS' version '1.16.0'
* 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 'CONFESS' can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import 'stats::BIC' by 'flowMerge::BIC' when loading 'CONFESS'
See 'C:/Users/biocbuild/bbs-3.11-bioc/meat/CONFESS.Rcheck/00install.out' for details.
* 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                 user system elapsed
Fluo_CV_prep    39.58   0.42   40.01
Fluo_adjustment 26.10   0.01   26.29
Fluo_modeling   14.14   1.49   15.64
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                 user system elapsed
Fluo_CV_prep    41.62   0.21   41.84
Fluo_adjustment 21.66   0.03   21.69
Fluo_modeling   13.22   0.40   13.62
* 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
See
  'C:/Users/biocbuild/bbs-3.11-bioc/meat/CONFESS.Rcheck/00check.log'
for details.



Installation output

CONFESS.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.11/bioc/src/contrib/CONFESS_1.16.0.tar.gz && rm -rf CONFESS.buildbin-libdir && mkdir CONFESS.buildbin-libdir && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=CONFESS.buildbin-libdir CONFESS_1.16.0.tar.gz && C:\Users\biocbuild\bbs-3.11-bioc\R\bin\R.exe CMD INSTALL CONFESS_1.16.0.zip && rm CONFESS_1.16.0.tar.gz CONFESS_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 1321k  100 1321k    0     0  17.8M      0 --:--:-- --:--:-- --:--:-- 19.8M

install for i386

* installing *source* package 'CONFESS' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import 'stats::BIC' by 'flowMerge::BIC' when loading 'CONFESS'
** help
*** installing help indices
  converting help for package 'CONFESS'
    finding HTML links ... done
    BGcorrectFluo                           html  
    BatchFluo                               html  
    CVsampler                               html  
    DDHFfit                                 html  
    DDHFinput                               html  
    FluoInspection                          html  
    FluoSelection_byRun                     html  
    Fluo_CV_modeling                        html  
    Fluo_CV_prep                            html  
    Fluo_adjustment                         html  
    Fluo_inspection                         html  
    Fluo_modeling                           html  
    Fluo_ordering                           html  
    GAPanalysis                             html  
    GrubbsOutliers                          html  
    LocationMatrix                          html  
    Results                                 html  
    SpotStats                               html  
    SpotbyStrLines                          html  
    addKpredictions                         html  
    adjustFluo                              html  
    aveDiff                                 html  
    boxFluo                                 html  
    boxcoxMatrix                            html  
    boxcoxMatrixEst                         html  
    caseof0s                                html  
    caseof1R0G                              html  
    caseof1R1G                              html  
    caseof1R2G                              html  
    caseof2R1G                              html  
    caseof2R2G                              html  
    caseof2Rs0G                             html  
    clu                                     html  
    cluster2outlier                         html  
    contrastFluo                            html  
    cpPELT                                  html  
    cpoints                                 html  
    createFluo                              html  
    cutpointsEstimator                      html  
    ddhft.np.2                              html  
    defineLocClusters                       html  
    denoisefun                              html  
    denoiser                                html  
    despecklefun                            html  
    diagnoseResiduals                       html  
    distfromcenter                          html  
    doTransform                             html  
    estimate.new.pseudotimes                html  
    estimatePath                            html  
    estimates.2                             html  
    estimates                               html  
    extractBFArea                           html  
    failurecase                             html  
    fclust                                  html  
    files                                   html  
    filled.contour3                         html  
    findPattern                             html  
    fixPath                                 html  
    flowclust_step1                         html  
    flowclust_step2                         html  
    forceBF                                 html  
    function.from.vector                    html  
    getCoordinates_stats                    html  
    getCsFAIL                               html  
    getFluo                                 html  
    getFluo_byRun                           html  
    getSpot                                 html  
    giveWarning                             html  
    grouplines                              html  
    grubbs                                  html  
    highlight.cols                          html  
    invTransform                            html  
    isotone                                 html  
    joinAreas                               html  
    listSorter                              html  
    lmFluo                                  html  
    mean_signal                             html  
    measureB                                html  
    measureF                                html  
    multiplot                               html  
    myt                                     html  
    orderFluo                               html  
    path.initiator                          html  
    pathEstimator                           html  
    pathUpdater                             html  
    plotImages                              html  
    plot_clusgap                            html  
    predict.kmeans                          html  
    processImg                              html  
    project                                 html  
    readChaImg                              html  
    readFiles                               html  
    readOriImg                              html  
    reestimate.pseudos.byCV                 html  
    refineMixes                             html  
    revDDHFinput                            html  
    signal.from.matrix                      html  
    significantSignal                       html  
    simcells                                html  
    sortCentroids                           html  
    spot.simulator                          html  
    spotCenter                              html  
    spotCoords                              html  
    spotEstimator                           html  
    step1                                   html  
    step2.1                                 html  
    step2                                   html  
    step3.1                                 html  
    step3                                   html  
    step4                                   html  
    steps2_4                                html  
    straightColLines                        html  
    straightRowLines                        html  
    subsetAnalysis                          html  
    summarizeAdjFluo                        html  
    transformFluo                           html  
    trigofun                                html  
    unnormalizeC01                          html  
    updateCentroids                         html  
    updateCentroidsPaths                    html  
    which.min.diff                          html  
    zoomInBF                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: replacing previous import 'stats::BIC' by 'flowMerge::BIC' when loading 'CONFESS'
** testing if installed package can be loaded from final location
Warning: replacing previous import 'stats::BIC' by 'flowMerge::BIC' when loading 'CONFESS'
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'CONFESS' ...
** testing if installed package can be loaded
Warning: replacing previous import 'stats::BIC' by 'flowMerge::BIC' when loading 'CONFESS'
* MD5 sums
packaged installation of 'CONFESS' as CONFESS_1.16.0.zip
* DONE (CONFESS)
* installing to library 'C:/Users/biocbuild/bbs-3.11-bioc/R/library'
package 'CONFESS' successfully unpacked and MD5 sums checked

Tests output


Example timings

CONFESS.Rcheck/examples_i386/CONFESS-Ex.timings

nameusersystemelapsed
FluoSelection_byRun0.010.000.02
Fluo_CV_modeling000
Fluo_CV_prep39.58 0.4240.01
Fluo_adjustment26.10 0.0126.29
Fluo_inspection2.260.032.29
Fluo_modeling14.14 1.4915.64
Fluo_ordering0.670.010.69
LocationMatrix0.000.020.02
cluster2outlier000
createFluo0.020.000.01
defineLocClusters0.080.021.25
files0.000.010.02
getFluo0.040.000.04
getFluo_byRun0.070.000.07
pathEstimator000
readFiles0.010.000.01
simcells1.140.111.97
spotEstimator000

CONFESS.Rcheck/examples_x64/CONFESS-Ex.timings

nameusersystemelapsed
FluoSelection_byRun0.010.000.02
Fluo_CV_modeling000
Fluo_CV_prep41.62 0.2141.84
Fluo_adjustment21.66 0.0321.69
Fluo_inspection2.160.032.19
Fluo_modeling13.22 0.4013.62
Fluo_ordering0.710.040.75
LocationMatrix000
cluster2outlier000
createFluo0.020.000.01
defineLocClusters0.060.000.06
files0.000.020.02
getFluo0.030.000.03
getFluo_byRun0.030.000.03
pathEstimator000
readFiles0.020.000.02
simcells1.360.011.38
spotEstimator000