Back to Multiple platform build/check report for BioC 3.17
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2023-04-12 10:55:31 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.1 LTS)x86_644.3.0 alpha (2023-04-03 r84154) 4547
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_64R Under development (unstable) (2023-02-14 r83833) -- "Unsuffered Consequences" 4333
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for scRepertoire on nebbiolo1


To the developers/maintainers of the scRepertoire package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/scRepertoire.git to reflect on this report. See Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 1841/2207HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scRepertoire 1.9.0  (landing page)
Nick Borcherding
Snapshot Date: 2023-04-11 14:00:16 -0400 (Tue, 11 Apr 2023)
git_url: https://git.bioconductor.org/packages/scRepertoire
git_branch: devel
git_last_commit: 0e2c6e5
git_last_commit_date: 2022-11-01 11:23:22 -0400 (Tue, 01 Nov 2022)
nebbiolo1Linux (Ubuntu 22.04.1 LTS) / x86_64  OK    OK    OK  
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  

Summary

Package: scRepertoire
Version: 1.9.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:scRepertoire.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings scRepertoire_1.9.0.tar.gz
StartedAt: 2023-04-11 23:25:06 -0400 (Tue, 11 Apr 2023)
EndedAt: 2023-04-11 23:34:20 -0400 (Tue, 11 Apr 2023)
EllapsedTime: 553.7 seconds
RetCode: 0
Status:   OK  
CheckDir: scRepertoire.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:scRepertoire.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings scRepertoire_1.9.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/scRepertoire.Rcheck’
* using R version 4.3.0 alpha (2023-04-03 r84154)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* checking for file ‘scRepertoire/DESCRIPTION’ ... OK
* this is package ‘scRepertoire’ version ‘1.9.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 for sufficient/correct file permissions ... OK
* checking whether package ‘scRepertoire’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.0Mb
  sub-directories of 1Mb or more:
    data   4.4Mb
* 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 ... NOTE
Problems with news in ‘NEWS’:
  Cannot process chunk/lines:
    CHANGES IN VERSION 1.3.2
    # This is the new numbering scheme apologies - we are all up-to-date now and now cell ranger >= 5 will # work on bioconductor, so let's all just take that as a win.
    * added dot.size parameter to scatterClonotype
    * filteringMulti now subsets clonotypes with contains >=2, to prevent 2 of the same chains
    * changed how coldata is added to SCE objects using merge instead of union
    * Can now add BCR and TCR simultaneously by making large list
    * scatter plotting code is not so ugly and allows for user to select dot.size as a variable on the x or y axis
    * Removed regressClonotype function - too many dependencies required, adding an additional vignette to go through the process
    * Added chain option to visualizations and combineExpression to allow users to facilitate single chains - removed chain option from combineTCR/BCR/TRUST4 (the combined object will have both chains no matter what)
    * Added NA filter to combineTCR/BCR/TRUST4 for cell barcodes with only NA values
    * Added NA filter to expression2List() for cells with NA clonotypes.
    * Updated VizGene to order the genes automatically by highest to lowest variance
    * Updated VizGene to pull the correct genes based on selection
    * Updated parse method - old version had issue with place V-->J-->D in the TRB/Heavy chains 
    * Simplified the clonalDiversity() to allow for more options in organizing plot and box plots. 
    * CombineExpression() adds the groupBy variable to Frequency, allowing for multiple calculations to be saved in the meta data. 
    * Default color scheme now uses viridis plasma, because it I am on transfusion medicine.
  Cannot process chunk/lines:
    CHANGES IN VERSION 1.2.2
    # Working on renumbering versions for consistency - this is the new current dev branch
    # The below have not been implemented into the master branch or the bioconductor version
    * added the combineTRUST4 function to parse contigs from TUST4 pipeline
    * added the filter of contigs by chain in the combineTCR, combineBCR, and combineTRUST4 functions
    * no longer require the ID in the combineTCR/BCR/TRUST4 functions
    * added jaccard index for overlap analysis
    * replaced vizVgene with vizGene - allowing users to look at any gene in the combinedContig object
    * Fixed coloring scale on the overlap analysis
    * Added regressClonotype function using harmony to remove the clonotype effect on feature space
    * allowed occupiedRepertoire to use proportion.
    * added scatterClonotype function to Viz.R
  Cannot process chunk/lines:
    The first version of scRepertoire submitted to Bioconductor.
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* 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 loading without being on the library search path ... OK
* checking startup messages can be suppressed ... 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
combineBCR            83.690  1.415  70.855
clusterTCR            15.280  0.059  15.048
clonesizeDistribution 15.169  0.119  15.289
clonalDiversity       11.768  0.228  11.996
alluvialClonotypes     8.909  0.187   9.097
combineTCR             6.807  1.776   8.583
clonalOverlay          7.723  0.080   7.802
abundanceContig        7.389  0.156   7.545
scatterClonotype       6.921  0.088   7.009
compareClonotypes      6.597  0.052   6.649
addVariable            6.518  0.112   6.630
vizGenes               6.576  0.040   6.617
getCirclize            6.485  0.108   6.594
occupiedscRepertoire   6.416  0.028   6.445
combineExpression      6.325  0.051   6.377
lengthContig           6.280  0.024   6.305
clonalProportion       6.230  0.060   6.289
clonalOverlap          6.180  0.028   6.208
expression2List        6.098  0.010   6.108
quantContig            6.068  0.020   6.088
subsetContig           5.932  0.088   6.020
clonalHomeostasis      5.934  0.072   6.007
highlightClonotypes    5.796  0.052   5.848
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘vignette.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/scRepertoire.Rcheck/00check.log’
for details.



Installation output

scRepertoire.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL scRepertoire
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘scRepertoire’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* DONE (scRepertoire)

Tests output


Example timings

scRepertoire.Rcheck/scRepertoire-Ex.timings

nameusersystemelapsed
StartracDiversity000
abundanceContig7.3890.1567.545
addVariable6.5180.1126.630
alluvialClonotypes8.9090.1879.097
clonalDiversity11.768 0.22811.996
clonalHomeostasis5.9340.0726.007
clonalNetwork000
clonalOverlap6.1800.0286.208
clonalOverlay7.7230.0807.802
clonalProportion6.2300.0606.289
clonesizeDistribution15.169 0.11915.289
clonotypeBias000
clusterTCR15.280 0.05915.048
combineBCR83.690 1.41570.855
combineExpression6.3250.0516.377
combineTCR6.8071.7768.583
combineTRUST4000
compareClonotypes6.5970.0526.649
createHTOContigList000
expression2List6.0980.0106.108
getCirclize6.4850.1086.594
highlightClonotypes5.7960.0525.848
lengthContig6.2800.0246.305
loadContigs000
occupiedscRepertoire6.4160.0286.445
quantContig6.0680.0206.088
scatterClonotype6.9210.0887.009
stripBarcode0.8190.6681.487
subsetContig5.9320.0886.020
vizGenes6.5760.0406.617