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

CHECK report for CellaRepertorium on tokay1

This page was generated on 2021-05-06 12:30:09 -0400 (Thu, 06 May 2021).

To the developers/maintainers of the CellaRepertorium package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 249/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CellaRepertorium 1.0.0  (landing page)
Andrew McDavid
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/CellaRepertorium
Branch: RELEASE_3_12
Last Commit: 4e5b113
Last Changed Date: 2020-10-27 12:03:47 -0400 (Tue, 27 Oct 2020)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository

Summary

Package: CellaRepertorium
Version: 1.0.0
Command: C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:CellaRepertorium.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings CellaRepertorium_1.0.0.tar.gz
StartedAt: 2021-05-06 01:13:53 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 01:18:43 -0400 (Thu, 06 May 2021)
EllapsedTime: 290.0 seconds
RetCode: 0
Status:   OK   
CheckDir: CellaRepertorium.Rcheck
Warnings: 0

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.12-bioc/meat/CellaRepertorium.Rcheck'
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'CellaRepertorium/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'CellaRepertorium' 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 'CellaRepertorium' 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 ... NOTE
fancy_name_contigs: no visible binding for global variable '.'
pairing_tables: no visible binding for global variable '.'
Undefined global functions or variables:
  .
* 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 line endings in C/C++/Fortran sources/headers ... 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.12-bioc/R/library/CellaRepertorium/libs/i386/CellaRepertorium.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.12-bioc/R/library/CellaRepertorium/libs/x64/CellaRepertorium.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 (user + system) or elapsed time > 5s
                      user system elapsed
cluster_logistic_test 4.31   0.51     6.3
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
cluster_logistic_test 4.67   0.17    5.19
* 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: 2 NOTEs
See
  'C:/Users/biocbuild/bbs-3.12-bioc/meat/CellaRepertorium.Rcheck/00check.log'
for details.



Installation output

CellaRepertorium.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/CellaRepertorium_1.0.0.tar.gz && rm -rf CellaRepertorium.buildbin-libdir && mkdir CellaRepertorium.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=CellaRepertorium.buildbin-libdir CellaRepertorium_1.0.0.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL CellaRepertorium_1.0.0.zip && rm CellaRepertorium_1.0.0.tar.gz CellaRepertorium_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 1428k  100 1428k    0     0  9633k      0 --:--:-- --:--:-- --:--:-- 9715k

install for i386

* installing *source* package 'CellaRepertorium' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit-bombs.cpp -o cdhit-bombs.o
In file included from cdhit-bombs.cpp:2:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit-common.cpp -o cdhit-common.o
cdhit-common.cpp:160: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
   #pragma omp critical
 
cdhit-common.cpp:174: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
  #pragma omp critical
 
cdhit-common.cpp:2418: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
    #pragma omp parallel for schedule( dynamic, 1 )
 
cdhit-common.cpp:2435: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
    #pragma omp parallel for schedule( dynamic, 1 )
 
cdhit-common.cpp:2437: warning: ignoring #pragma omp flush [-Wunknown-pragmas]
     #pragma omp flush (stop)
 
cdhit-common.cpp:2458: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
        #pragma omp critical
 
cdhit-common.cpp:2467: warning: ignoring #pragma omp flush [-Wunknown-pragmas]
        #pragma omp flush (stop)
 
cdhit-common.cpp:2492: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
     #pragma omp parallel for schedule( dynamic, 1 )
 
cdhit-common.cpp:3151: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
    #pragma omp parallel for schedule( dynamic, 1 )
 
In file included from cdhit-common.cpp:37:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
cdhit-common.cpp: In function 'int diag_test_aapn(int, char*, int, int, WorkingBuffer&, int&, int, int&, int&, int&, int)':
cdhit-common.cpp:545:6: warning: variable 'max_diag' set but not used [-Wunused-but-set-variable]
  int max_diag = 0;
      ^~~~~~~~
cdhit-common.cpp: In function 'int diag_test_aapn_est(int, char*, int, int, WorkingBuffer&, int&, int, int&, int&, int&, int)':
cdhit-common.cpp:669:6: warning: variable 'max_diag' set but not used [-Wunused-but-set-variable]
  int max_diag = 0;
      ^~~~~~~~
cdhit-common.cpp: In member function 'void SequenceDB::SortDivide(Options&, bool)':
cdhit-common.cpp:1774:11: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
   if (len > max_len) max_len = len;
       ~~~~^~~~~~~~~
cdhit-common.cpp:1775:11: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
   if (len < min_len) min_len = len;
       ~~~~^~~~~~~~~
cdhit-common.cpp: In member function 'void SequenceDB::DoClustering(int, const Options&)':
cdhit-common.cpp:2379:9: warning: variable 'mem' set but not used [-Wunused-but-set-variable]
  size_t mem, mega = 1000000;
         ^~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit-est.cpp -o cdhit-est.o
In file included from cdhit-est.cpp:32:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit.cpp -o cdhit.o
In file included from cdhit.cpp:31:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c progress.cpp -o progress.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o CellaRepertorium.dll tmp.def RcppExports.o cdhit-bombs.o cdhit-common.o cdhit-est.o cdhit.o progress.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/CellaRepertorium.buildbin-libdir/00LOCK-CellaRepertorium/00new/CellaRepertorium/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'CellaRepertorium'
    finding HTML links ... done
    ContigCellDB-fun                        html  
    canonicalize_cell                       html  
    canonicalize_cluster                    html  
    cash-ContigCellDB-method                html  
    ccdb_ex                                 html  
    ccdb_join                               html  
    cdhit                                   html  
    cdhit_ccdb                              html  
    cluster_filterset                       html  
    cluster_germline                        html  
    cluster_logistic_test                   html  
    cluster_permute_test                    html  
    cluster_plot                            html  
    contigs_qc                              html  
    crosstab_by_celltype                    html  
    dot-cluster_permute_test                html  
    entropy                                 html  
    enumerate_pairing                       html  
    equalize_ccdb                           html  
    fancy_name_contigs                      html  
    fine_cluster_seqs                       html  
    fine_clustering                         html  
    generate_pseudobulk                     html  
    guess_celltype                          html  
    hushWarning                             html  
    left_join_warn                          html  
    map_axis_labels                         html  
    mutate_cdb                              html  
    pairing_tables                          html  
    purity                                  html  
    rank_prevalence_ccdb                    html  
    rbind-ContigCellDB-method               html  
    split_cdb                               html  
    sub-sub-ContigCellDB-character-missing-method
                                            html  
*** copying figures
** 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 'CellaRepertorium' ...
** libs
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit-bombs.cpp -o cdhit-bombs.o
In file included from cdhit-bombs.cpp:2:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit-common.cpp -o cdhit-common.o
cdhit-common.cpp:160: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
   #pragma omp critical
 
cdhit-common.cpp:174: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
  #pragma omp critical
 
cdhit-common.cpp:2418: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
    #pragma omp parallel for schedule( dynamic, 1 )
 
cdhit-common.cpp:2435: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
    #pragma omp parallel for schedule( dynamic, 1 )
 
cdhit-common.cpp:2437: warning: ignoring #pragma omp flush [-Wunknown-pragmas]
     #pragma omp flush (stop)
 
cdhit-common.cpp:2458: warning: ignoring #pragma omp critical [-Wunknown-pragmas]
        #pragma omp critical
 
cdhit-common.cpp:2467: warning: ignoring #pragma omp flush [-Wunknown-pragmas]
        #pragma omp flush (stop)
 
cdhit-common.cpp:2492: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
     #pragma omp parallel for schedule( dynamic, 1 )
 
cdhit-common.cpp:3151: warning: ignoring #pragma omp parallel [-Wunknown-pragmas]
    #pragma omp parallel for schedule( dynamic, 1 )
 
In file included from cdhit-common.cpp:37:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
cdhit-common.cpp: In function 'int diag_test_aapn(int, char*, int, int, WorkingBuffer&, int&, int, int&, int&, int&, int)':
cdhit-common.cpp:545:6: warning: variable 'max_diag' set but not used [-Wunused-but-set-variable]
  int max_diag = 0;
      ^~~~~~~~
cdhit-common.cpp: In function 'int diag_test_aapn_est(int, char*, int, int, WorkingBuffer&, int&, int, int&, int&, int&, int)':
cdhit-common.cpp:669:6: warning: variable 'max_diag' set but not used [-Wunused-but-set-variable]
  int max_diag = 0;
      ^~~~~~~~
cdhit-common.cpp: In member function 'void SequenceDB::SortDivide(Options&, bool)':
cdhit-common.cpp:1774:11: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   if (len > max_len) max_len = len;
       ~~~~^~~~~~~~~
cdhit-common.cpp:1775:11: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long long unsigned int'} [-Wsign-compare]
   if (len < min_len) min_len = len;
       ~~~~^~~~~~~~~
cdhit-common.cpp: In member function 'void SequenceDB::DoClustering(int, const Options&)':
cdhit-common.cpp:2379:9: warning: variable 'mem' set but not used [-Wunused-but-set-variable]
  size_t mem, mega = 1000000;
         ^~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit-est.cpp -o cdhit-est.o
In file included from cdhit-est.cpp:32:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c cdhit.cpp -o cdhit.o
In file included from cdhit.cpp:31:
cdhit-common.h: In member function 'void WorkingBuffer::Set(size_t, size_t, const Options&)':
cdhit-common.h:494:12: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
   if( band > options.band_width ) band = options.band_width;
       ~~~~~^~~~~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c progress.cpp -o progress.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o CellaRepertorium.dll tmp.def RcppExports.o cdhit-bombs.o cdhit-common.o cdhit-est.o cdhit.o progress.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/CellaRepertorium.buildbin-libdir/CellaRepertorium/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'CellaRepertorium' as CellaRepertorium_1.0.0.zip
* DONE (CellaRepertorium)
* installing to library 'C:/Users/biocbuild/bbs-3.12-bioc/R/library'
package 'CellaRepertorium' successfully unpacked and MD5 sums checked

Tests output

CellaRepertorium.Rcheck/tests_i386/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
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(CellaRepertorium)
> 
> test_check("CellaRepertorium")
[ FAIL 0 | WARN 1 | SKIP 0 | PASS 73 ]
> 
> proc.time()
   user  system elapsed 
  29.46    2.26   31.79 

CellaRepertorium.Rcheck/tests_x64/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
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(CellaRepertorium)
> 
> test_check("CellaRepertorium")
[ FAIL 0 | WARN 1 | SKIP 0 | PASS 73 ]
> 
> proc.time()
   user  system elapsed 
  27.59    1.15   28.73 

Example timings

CellaRepertorium.Rcheck/examples_i386/CellaRepertorium-Ex.timings

nameusersystemelapsed
ContigCellDB-fun0.340.080.42
canonicalize_cell0.310.090.40
canonicalize_cluster3.300.093.39
cash-ContigCellDB-method0.20.10.3
ccdb_join0.090.030.12
cdhit0.210.090.30
cdhit_ccdb0.130.080.21
cluster_filterset000
cluster_germline0.110.050.15
cluster_logistic_test4.310.516.30
cluster_permute_test0.390.000.39
cluster_plot2.280.082.36
crosstab_by_celltype0.110.060.17
entropy000
enumerate_pairing0.340.050.39
equalize_ccdb0.070.000.07
fancy_name_contigs0.150.020.18
fine_cluster_seqs0.030.000.03
fine_clustering1.720.061.79
generate_pseudobulk0.160.080.23
guess_celltype0.060.060.13
hushWarning000
left_join_warn0.020.000.01
map_axis_labels0.150.000.16
mutate_cdb0.210.080.28
pairing_tables0.510.000.51
purity000
rank_prevalence_ccdb0.350.050.39
rbind-ContigCellDB-method0.140.060.21
split_cdb0.060.060.12
sub-sub-ContigCellDB-character-missing-method0.070.060.12

CellaRepertorium.Rcheck/examples_x64/CellaRepertorium-Ex.timings

nameusersystemelapsed
ContigCellDB-fun0.260.080.35
canonicalize_cell0.220.040.26
canonicalize_cluster2.890.083.00
cash-ContigCellDB-method0.150.130.28
ccdb_join0.490.040.53
cdhit0.260.070.33
cdhit_ccdb0.110.070.19
cluster_filterset000
cluster_germline0.080.070.14
cluster_logistic_test4.670.175.19
cluster_permute_test0.480.000.49
cluster_plot2.380.092.46
crosstab_by_celltype0.140.080.22
entropy000
enumerate_pairing0.370.020.39
equalize_ccdb0.080.000.08
fancy_name_contigs0.140.010.16
fine_cluster_seqs0.030.000.04
fine_clustering2.390.062.46
generate_pseudobulk0.280.090.37
guess_celltype0.030.140.18
hushWarning000
left_join_warn0.030.000.03
map_axis_labels0.160.000.15
mutate_cdb0.180.080.25
pairing_tables0.420.000.42
purity000
rank_prevalence_ccdb0.340.050.39
rbind-ContigCellDB-method0.100.080.17
split_cdb0.070.060.14
sub-sub-ContigCellDB-character-missing-method0.050.060.11