Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQRSTUVWXY[Z]

This page was generated on 2025-11-21 11:38 -0500 (Fri, 21 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" 4829
lconwaymacOS 12.7.6 Montereyx86_64R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" 4602
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4566
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 2326/2327HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
zitools 1.5.0  (landing page)
Carlotta Meyring
Snapshot Date: 2025-11-20 13:40 -0500 (Thu, 20 Nov 2025)
git_url: https://git.bioconductor.org/packages/zitools
git_branch: devel
git_last_commit: 822919b
git_last_commit_date: 2025-10-29 11:30:43 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
lconwaymacOS 12.7.6 Monterey / x86_64  OK    OK    WARNINGS    OK  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    OK  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation


CHECK results for zitools on nebbiolo1

To the developers/maintainers of the zitools package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/zitools.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: zitools
Version: 1.5.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:zitools.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings zitools_1.5.0.tar.gz
StartedAt: 2025-11-21 05:21:03 -0500 (Fri, 21 Nov 2025)
EndedAt: 2025-11-21 05:27:29 -0500 (Fri, 21 Nov 2025)
EllapsedTime: 386.0 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: zitools.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:zitools.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings zitools_1.5.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/zitools.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘zitools/DESCRIPTION’ ... OK
* this is package ‘zitools’ version ‘1.5.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 ‘zitools’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* 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
calcWeights: no visible global function definition for ‘predict’
omit_str_zero: no visible global function definition for ‘predict’
Undefined global functions or variables:
  predict
Consider adding
  importFrom("stats", "predict")
to your NAMESPACE file.
* checking Rd files ... OK
* 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 'rowQuantiles.Rd':
\S4method{rowQuantiles}{Zi}
  Code: function(x, rows = NULL, cols = NULL, probs = seq(from = 0, to
                 = 1, by = 0.25), na.rm = FALSE, type = 7L, digits =
                 7L, ..., useNames = TRUE, drop = TRUE)
  Docs: function(x, rows = NULL, cols = NULL, probs = seq(from = 0, to
                 = 1, by = 0.25), na.rm = TRUE, type = 7L, ...,
                 useNames = TRUE, drop = TRUE)
  Argument names in code not in docs:
    digits
  Mismatches in argument names:
    Position: 7 Code: digits Docs: ...
    Position: 8 Code: ... Docs: useNames
    Position: 9 Code: useNames Docs: drop
  Mismatches in argument default values:
    Name: 'na.rm' Code: FALSE Docs: TRUE
\S4method{colQuantiles}{Zi}
  Code: function(x, rows = NULL, cols = NULL, probs = seq(from = 0, to
                 = 1, by = 0.25), na.rm = FALSE, type = 7L, digits =
                 7L, ..., useNames = TRUE, drop = TRUE)
  Docs: function(x, rows = NULL, cols = NULL, probs = seq(from = 0, to
                 = 1, by = 0.25), na.rm = TRUE, type = 7L, ...,
                 useNames = TRUE, drop = TRUE)
  Argument names in code not in docs:
    digits
  Mismatches in argument names:
    Position: 7 Code: digits Docs: ...
    Position: 8 Code: ... Docs: useNames
    Position: 9 Code: useNames Docs: drop
  Mismatches in argument default values:
    Name: 'na.rm' Code: FALSE Docs: TRUE

* 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 sizes of PDF files under ‘inst/doc’ ...* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* 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: 1 WARNING, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/zitools.Rcheck/00check.log’
for details.


Installation output

zitools.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL zitools
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘zitools’ ...
** this is package ‘zitools’ version ‘1.5.0’
** using staged installation
** R
** data
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘weights’ in package ‘zitools’
Creating a new generic function for ‘weightedSd’ in package ‘zitools’
Creating a generic function for ‘cov’ from package ‘stats’ in package ‘zitools’
** 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 (zitools)

Tests output

zitools.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences"
Copyright (C) 2025 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(zitools)

Attaching package: 'zitools'

The following objects are masked from 'package:stats':

    heatmap, weights

> 
> test_check("zitools")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 9 ]
> 
> 
> proc.time()
   user  system elapsed 
 23.556   1.849  25.396 

Example timings

zitools.Rcheck/zitools-Ex.timings

nameusersystemelapsed
MissingValueHeatmap0.0010.0010.002
assays3.0600.0993.159
boxplot1.7540.0361.790
colData1.7080.0111.719
colMeans22.3210.0122.334
colMedians1.7480.0331.783
cor2.3430.0082.352
cov1.6650.0451.710
deinflatedcounts2.3070.0072.314
heatmap1.6810.0361.718
inputcounts1.6800.0181.698
inputdata1.6720.0071.678
log1p2.3560.0682.424
log2p1.7310.0101.741
mean1.7590.0051.765
median2.2530.0312.284
model1.7340.0211.756
otu_table1.8420.0071.851
plot2.3320.0182.350
plus3.4330.0063.439
quantile2.2750.0312.307
resample_deinflatedcounts1.7450.0121.757
rowData1.7450.0011.746
rowQuantiles2.3190.0242.343
rowSds1.7390.0091.747
rowVars1.7100.0181.728
rowWeightedMeans1.7330.0131.747
rowWeightedSds2.3200.0072.328
sample_data1.7150.0101.725
sd1.7560.0071.762
show1.7100.0071.717
slash2.3200.0012.322
subset_feature1.7410.0061.766
subset_sample1.7380.0011.749
t2.3520.0032.356
tax_table1.7390.0111.750
times1.7120.0021.715
var2.2930.0062.299
weighted.mean1.7040.0021.707
weightedVar1.6910.0001.691
weights1.7280.0081.736
zi2deseq22.5580.0232.581
zi2phyloseq1.7360.0071.742
ziMain1.7270.0091.735