Back to Multiple platform build/check report for BioC 3.20:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-07-01 11:38 -0400 (Mon, 01 Jul 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 RC (2024-04-16 r86468) -- "Puppy Cup" 4693
palomino6Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4409
lconwaymacOS 12.7.1 Montereyx86_644.4.1 RC (2024-06-06 r86719) -- "Race for Your Life" 4407
kjohnson3macOS 13.6.5 Venturaarm644.4.1 RC (2024-06-06 r86719) -- "Race for Your Life" 4356
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.0 (2024-04-24) -- "Puppy Cup" 4407
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

Package 374/2243HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ClustIRR 1.3.8  (landing page)
Simo Kitanovski
Snapshot Date: 2024-06-30 14:00 -0400 (Sun, 30 Jun 2024)
git_url: https://git.bioconductor.org/packages/ClustIRR
git_branch: devel
git_last_commit: 41f14f2
git_last_commit_date: 2024-06-28 17:33:30 -0400 (Fri, 28 Jun 2024)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  YES
palomino6Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  YES
kjohnson3macOS 13.6.5 Ventura / arm64  OK    OK    WARNINGS    OK  YES
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for ClustIRR on nebbiolo2

To the developers/maintainers of the ClustIRR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ClustIRR.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: ClustIRR
Version: 1.3.8
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:ClustIRR.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings ClustIRR_1.3.8.tar.gz
StartedAt: 2024-06-30 21:44:38 -0400 (Sun, 30 Jun 2024)
EndedAt: 2024-06-30 21:51:17 -0400 (Sun, 30 Jun 2024)
EllapsedTime: 398.8 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: ClustIRR.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:ClustIRR.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings ClustIRR_1.3.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/ClustIRR.Rcheck’
* using R version 4.4.0 RC (2024-04-16 r86468)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* checking for file ‘ClustIRR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ClustIRR’ version ‘1.3.8’
* 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 ‘ClustIRR’ 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 code 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 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
plot_graph: no visible global function definition for ‘adjustcolor’
Undefined global functions or variables:
  adjustcolor
Consider adding
  importFrom("grDevices", "adjustcolor")
to your NAMESPACE file.
* checking Rd files ... NOTE
checkRd: (-1) clust_irr-class.Rd:30-80: Lost braces in \itemize; meant \describe ?
checkRd: (-1) clust_irr-class.Rd:81: Lost braces in \itemize; meant \describe ?
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from Rd file 'plot_graph.Rd':
plot_graph
  Code: function(g, select_by = "Ag_species", as_visnet = FALSE,
                 show_singletons = TRUE, node_opacity = 1)
  Docs: function(g, select_by = "Ag_species", as_visnet = FALSE,
                 show_singletons = TRUE)
  Argument names in code not in docs:
    node_opacity

* 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 ... WARNING
  Warning: found non-ASCII strings
  'LGTGNQFYF<a0>' in object 'mcpas'
  'YQLTF<a0>' in object 'mcpas'
  'PYSSASKIIF<a0>' in object 'mcpas'
  'STSFGSNYGQNFVF<a0>' in object 'mcpas'
  'Inflammatory bowel disease (IBD)<a0>' in object 'mcpas'
  'Flagellin<a0>' in object 'mcpas'
* 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
clust_irr-class 6.62  0.104   3.593
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.20-bioc/meat/ClustIRR.Rcheck/00check.log’
for details.


Installation output

ClustIRR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL ClustIRR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘ClustIRR’ ...
** using staged installation
** R
** data
** inst
** 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 (ClustIRR)

Tests output

ClustIRR.Rcheck/tests/testthat.Rout


R version 4.4.0 RC (2024-04-16 r86468) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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(ClustIRR)
> test_check("ClustIRR")


Analyze database: 100.0% (500.0)                    
  Index database: 100.0% (500.0)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
    Read queries: 100.0% (10231.0 Bytes)                    
 Search database: 23.2% (116.0)                    
 Search database: 100.0% (500.0)                    
      Write hits: 100.0% (597.0)                    
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 87 ]
> 
> proc.time()
   user  system elapsed 
 21.918   0.836  21.942 

Example timings

ClustIRR.Rcheck/ClustIRR-Ex.timings

nameusersystemelapsed
CDR3ab0.0240.0000.024
clust_irr-class6.6200.1043.593
cluster1.3560.0761.431
get_graph0.8480.1420.985
get_joint_graph1.2400.0401.255
mcpas0.0670.0000.068
plot_graph0.7900.0440.833
tcr3d0.0010.0000.002
vdjdb0.1860.0000.186