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

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

CHECK results for conclus on tokay2

To the developers/maintainers of the conclus package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/conclus.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 374/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
conclus 1.0.0  (landing page)
Ilyess Rachedi
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/conclus
git_branch: RELEASE_3_13
git_last_commit: 1336595
git_last_commit_date: 2021-05-19 13:01:43 -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: conclus
Version: 1.0.0
Command: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:conclus.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings conclus_1.0.0.tar.gz
StartedAt: 2021-10-14 21:31:27 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 21:42:20 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 653.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: conclus.Rcheck
Warnings: NA

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/conclus.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 'conclus/DESCRIPTION' ... OK
* this is package 'conclus' version '1.0.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 'conclus' 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 files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... ERROR
Running examples in 'conclus-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: exportResults,scRNAseq-method
> ### Title: exportResults
> ### Aliases: exportResults,scRNAseq-method exportResults
> 
> ### ** Examples
> 
> ## Object scr containing the results of previous steps
> load(system.file("extdata/scrFull.Rdat", package="conclus"))
> 
> ## Saving all results
> exportResults(scr, saveAll=TRUE)
Saving all results.
Warning in file(file, ifelse(append, "a", "w")) :
  cannot open file '/tmp/RtmpTrdVjW/Results/1_MatrixInfo/LightExperience_expression_matrix.tsv': Permission denied
Error in file(file, ifelse(append, "a", "w")) : 
  cannot open the connection
Calls: exportResults ... .saveNormalizedMatrix -> .exportNormInfo -> write.table -> file
Execution halted
** running examples for arch 'x64' ... ERROR
Running examples in 'conclus-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: exportResults,scRNAseq-method
> ### Title: exportResults
> ### Aliases: exportResults,scRNAseq-method exportResults
> 
> ### ** Examples
> 
> ## Object scr containing the results of previous steps
> load(system.file("extdata/scrFull.Rdat", package="conclus"))
> 
> ## Saving all results
> exportResults(scr, saveAll=TRUE)
Saving all results.
Warning in file(file, ifelse(append, "a", "w")) :
  cannot open file '/tmp/RtmpTrdVjW/Results/1_MatrixInfo/LightExperience_expression_matrix.tsv': Permission denied
Error in file(file, ifelse(append, "a", "w")) : 
  cannot open the connection
Calls: exportResults ... .saveNormalizedMatrix -> .exportNormInfo -> write.table -> file
Execution halted
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'test-all.R'
 OK
** running tests for arch 'x64' ...
  Running 'test-all.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: 2 ERRORs
See
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/conclus.Rcheck/00check.log'
for details.


Installation output

conclus.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/conclus_1.0.0.tar.gz && rm -rf conclus.buildbin-libdir && mkdir conclus.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=conclus.buildbin-libdir conclus_1.0.0.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL conclus_1.0.0.zip && rm conclus_1.0.0.tar.gz conclus_1.0.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 1445k  100 1445k    0     0  2387k      0 --:--:-- --:--:-- --:--:-- 2392k

install for i386

* installing *source* package 'conclus' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'conclus'
    finding HTML links ... done
    Dbscan-class                            html  
    Tsne-class                              html  
    addClustering-scRNAseq                  html  
    calculateClustersSimilarity-scRNAseq    html  
    clusterCellsInternal-scRNAseq           html  
    conclusCacheClear                       html  
    constructors                            html  
    exportResults-scRNAseq                  html  
    generateTSNECoordinates-scRNAseq        html  
    getters                                 html  
    loadDataOrMatrix                        html  
    normaliseCountMatrix-scRNAseq           html  
    plotCellHeatmap                         html  
    plotCellSimilarity-scRNAseq             html  
    plotClusteredTSNE-scRNAseq              html  
    plotClustersSimilarity                  html  
    plotGeneExpression-scRNAseq             html  
    rankGenes-scRNAseq                      html  
    retrieveFromGEO                         html  
    retrieveGenesInfo-scRNAseq              html  
    retrieveTableClustersCells-scRNAseq     html  
    retrieveTopClustersMarkers-scRNAseq     html  
    runCONCLUS                              html  
    runDBSCAN-scRNAseq                      html  
    scRNAseq-class                          html  
    setters                                 html  
    testClustering-scRNAseq                 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 'conclus' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'conclus' as conclus_1.0.0.zip
* DONE (conclus)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'conclus' successfully unpacked and MD5 sums checked

Tests output

conclus.Rcheck/tests_i386/test-all.Rout


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("conclus")
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)

> test_check("conclus")
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
      1       1       1       1       1       1 
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 277 ]
> 
> proc.time()
   user  system elapsed 
  55.32    2.34  115.04 

conclus.Rcheck/tests_x64/test-all.Rout


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("conclus")
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)

> test_check("conclus")
   Min. 1st Qu.  Median    Mean 3rd Qu.    Max. 
      1       1       1       1       1       1 
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 277 ]
> 
> proc.time()
   user  system elapsed 
  50.03    1.20  111.35 

Example timings

conclus.Rcheck/examples_i386/conclus-Ex.timings

nameusersystemelapsed
addClustering-scRNAseq11.36 0.6116.08
calculateClustersSimilarity-scRNAseq0.060.000.06
clusterCellsInternal-scRNAseq 0.33 0.0014.11
conclusCacheClear000
constructors0.010.000.02

conclus.Rcheck/examples_x64/conclus-Ex.timings

nameusersystemelapsed
addClustering-scRNAseq 9.29 0.1312.98
calculateClustersSimilarity-scRNAseq0.050.010.06
clusterCellsInternal-scRNAseq 0.34 0.0514.36
conclusCacheClear000
constructors0.020.000.02