Back to Multiple platform build/check report for BioC 3.13
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2021-10-15 15:06:13 -0400 (Fri, 15 Oct 2021).

CHECK results for muscat on tokay2

To the developers/maintainers of the muscat package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/muscat.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1233/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
muscat 1.6.0  (landing page)
Helena L. Crowell
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/muscat
git_branch: RELEASE_3_13
git_last_commit: d05998b
git_last_commit_date: 2021-05-19 12:45:46 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    ERROR    OK  
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: muscat
Version: 1.6.0
Command: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:muscat.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings muscat_1.6.0.tar.gz
StartedAt: 2021-10-15 02:30:22 -0400 (Fri, 15 Oct 2021)
EndedAt: 2021-10-15 02:44:47 -0400 (Fri, 15 Oct 2021)
EllapsedTime: 865.0 seconds
RetCode: 1
Status:   ERROR  
CheckDir: muscat.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:muscat.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings muscat_1.6.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/muscat.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'muscat/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'muscat' version '1.6.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 'muscat' 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... 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
simData       19.11   0.22   19.33
prepSim       13.03   0.32   13.35
mmDS          10.94   0.42   17.58
pbHeatmap      8.31   0.20    8.52
aggregateData  4.78   0.58    5.36
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
           user system elapsed
simData   17.68   0.25   17.94
prepSim   13.59   0.19   13.78
mmDS      10.75   0.03   10.78
pbHeatmap  8.46   0.05    8.50
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
  `actual`:   FALSE
  `expected`: TRUE 
  -- Failure (test-resDS.R:35:9): resDS() ----------------------------------------
  nrow(z) not identical to v[[bind]]$nr.
  1/1 mismatches
  [1] 800 - 1000 == -200
  -- Failure (test-resDS.R:36:9): resDS() ----------------------------------------
  all(table(z$gene) == v[[bind]]$nk) is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  
  [ FAIL 4 | WARN 1 | SKIP 0 | PASS 545 ]
  Error: Test failures
  Execution halted
** running tests for arch 'x64' ...
  Running 'testthat.R'
 ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
  `actual`:   FALSE
  `expected`: TRUE 
  -- Failure (test-resDS.R:35:9): resDS() ----------------------------------------
  nrow(z) not identical to v[[bind]]$nr.
  1/1 mismatches
  [1] 800 - 1000 == -200
  -- Failure (test-resDS.R:36:9): resDS() ----------------------------------------
  all(table(z$gene) == v[[bind]]$nk) is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  
  [ FAIL 4 | WARN 1 | SKIP 0 | PASS 545 ]
  Error: Test failures
  Execution halted
* 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: 2 ERRORs
See
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/muscat.Rcheck/00check.log'
for details.


Installation output

muscat.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/muscat_1.6.0.tar.gz && rm -rf muscat.buildbin-libdir && mkdir muscat.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=muscat.buildbin-libdir muscat_1.6.0.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL muscat_1.6.0.zip && rm muscat_1.6.0.tar.gz muscat_1.6.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 2034k  100 2034k    0     0  3160k      0 --:--:-- --:--:-- --:--:-- 3163k

install for i386

* installing *source* package 'muscat' ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning in checkDepPackageVersion(dep_pkg = "TMB") :
  Package version inconsistency detected.
glmmTMB was built with TMB version 1.7.21
Current TMB version is 1.7.22
Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information)
** help
*** installing help indices
  converting help for package 'muscat'
    finding HTML links ... done
    aggregateData                           html  
    calcExprFreqs                           html  
    data                                    html  
    mmDS                                    html  
    pbDS                                    html  
    pbFlatten                               html  
    pbHeatmap                               html  
    finding level-2 HTML links ... done

    pbMDS                                   html  
    prepSCE                                 html  
    prepSim                                 html  
    resDS                                   html  
    simData                                 html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning in checkDepPackageVersion(dep_pkg = "TMB") :
  Package version inconsistency detected.
glmmTMB was built with TMB version 1.7.21
Current TMB version is 1.7.22
Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information)
** testing if installed package can be loaded from final location
Warning in checkDepPackageVersion(dep_pkg = "TMB") :
  Package version inconsistency detected.
glmmTMB was built with TMB version 1.7.21
Current TMB version is 1.7.22
Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information)
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'muscat' ...
** testing if installed package can be loaded
Warning in checkDepPackageVersion(dep_pkg = "TMB") :
  Package version inconsistency detected.
glmmTMB was built with TMB version 1.7.21
Current TMB version is 1.7.22
Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information)
* MD5 sums
packaged installation of 'muscat' as muscat_1.6.0.zip
* DONE (muscat)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'muscat' successfully unpacked and MD5 sums checked

Tests output

muscat.Rcheck/tests_i386/testthat.Rout.fail


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 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(muscat)
Warning message:
In checkDepPackageVersion(dep_pkg = "TMB") :
  Package version inconsistency detected.
glmmTMB was built with TMB version 1.7.21
Current TMB version is 1.7.22
Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information)
> 
> test_check("muscat")
== Failed tests ================================================================
-- Failure (test-resDS.R:35:9): resDS() ----------------------------------------
nrow(z) not identical to v[[bind]]$nr.
1/1 mismatches
[1] 1600 - 2000 == -400
-- Failure (test-resDS.R:36:9): resDS() ----------------------------------------
all(table(z$gene) == v[[bind]]$nk) is not TRUE

`actual`:   FALSE
`expected`: TRUE 
-- Failure (test-resDS.R:35:9): resDS() ----------------------------------------
nrow(z) not identical to v[[bind]]$nr.
1/1 mismatches
[1] 800 - 1000 == -200
-- Failure (test-resDS.R:36:9): resDS() ----------------------------------------
all(table(z$gene) == v[[bind]]$nk) is not TRUE

`actual`:   FALSE
`expected`: TRUE 

[ FAIL 4 | WARN 1 | SKIP 0 | PASS 545 ]
Error: Test failures
Execution halted

muscat.Rcheck/tests_x64/testthat.Rout.fail


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 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(muscat)
Warning message:
In checkDepPackageVersion(dep_pkg = "TMB") :
  Package version inconsistency detected.
glmmTMB was built with TMB version 1.7.21
Current TMB version is 1.7.22
Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information)
> 
> test_check("muscat")
== Failed tests ================================================================
-- Failure (test-resDS.R:35:9): resDS() ----------------------------------------
nrow(z) not identical to v[[bind]]$nr.
1/1 mismatches
[1] 1600 - 2000 == -400
-- Failure (test-resDS.R:36:9): resDS() ----------------------------------------
all(table(z$gene) == v[[bind]]$nk) is not TRUE

`actual`:   FALSE
`expected`: TRUE 
-- Failure (test-resDS.R:35:9): resDS() ----------------------------------------
nrow(z) not identical to v[[bind]]$nr.
1/1 mismatches
[1] 800 - 1000 == -200
-- Failure (test-resDS.R:36:9): resDS() ----------------------------------------
all(table(z$gene) == v[[bind]]$nk) is not TRUE

`actual`:   FALSE
`expected`: TRUE 

[ FAIL 4 | WARN 1 | SKIP 0 | PASS 545 ]
Error: Test failures
Execution halted

Example timings

muscat.Rcheck/examples_i386/muscat-Ex.timings

nameusersystemelapsed
aggregateData4.780.585.36
calcExprFreqs0.800.160.96
data000
mmDS10.94 0.4217.58
pbDS1.900.061.97
pbFlatten1.300.021.31
pbHeatmap8.310.208.52
pbMDS0.930.060.98
prepSCE0.920.000.92
prepSim13.03 0.3213.35
resDS4.300.074.37
simData19.11 0.2219.33

muscat.Rcheck/examples_x64/muscat-Ex.timings

nameusersystemelapsed
aggregateData3.860.083.94
calcExprFreqs0.580.050.62
data000
mmDS10.75 0.0310.78
pbDS1.990.052.03
pbFlatten1.260.071.35
pbHeatmap8.460.058.50
pbMDS0.930.020.95
prepSCE1.050.011.06
prepSim13.59 0.1913.78
resDS3.930.023.94
simData17.68 0.2517.94