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

This page was generated on 2025-11-27 12:04 -0500 (Thu, 27 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4876
merida1macOS 12.7.6 Montereyx86_644.5.2 Patched (2025-11-05 r88990) -- "[Not] Part in a Rumble" 4656
kjohnson1macOS 13.7.5 Venturaarm644.5.2 Patched (2025-11-04 r88984) -- "[Not] Part in a Rumble" 4602
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4668
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 2360/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
zitools 1.4.0  (landing page)
Carlotta Meyring
Snapshot Date: 2025-11-24 13:45 -0500 (Mon, 24 Nov 2025)
git_url: https://git.bioconductor.org/packages/zitools
git_branch: RELEASE_3_22
git_last_commit: c4def98
git_last_commit_date: 2025-10-29 11:30:43 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
merida1macOS 12.7.6 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.7.5 Ventura / arm64  OK    OK    WARNINGS    NA  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  


CHECK results for zitools on kjohnson1

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.4.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:zitools.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings zitools_1.4.0.tar.gz
StartedAt: 2025-11-27 10:27:12 -0500 (Thu, 27 Nov 2025)
EndedAt: 2025-11-27 10:38:28 -0500 (Thu, 27 Nov 2025)
EllapsedTime: 676.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: zitools.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:zitools.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings zitools_1.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/zitools.Rcheck’
* using R version 4.5.2 Patched (2025-11-04 r88984)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 16.0.0 (clang-1600.0.26.6)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘zitools/DESCRIPTION’ ... OK
* this is package ‘zitools’ version ‘1.4.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 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’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                           user system elapsed
plus                      6.061  1.701  11.658
assays                    4.785  0.796   8.531
rowVars                   3.542  1.604   7.179
zi2deseq2                 3.846  0.838   5.837
sample_data               3.687  0.839   6.222
resample_deinflatedcounts 3.618  0.885   6.676
tax_table                 3.527  0.824   5.550
subset_feature            3.516  0.796   5.253
log1p                     3.500  0.805   6.623
colMedians                3.492  0.798   6.604
deinflatedcounts          3.517  0.772   6.504
median                    3.547  0.738   6.623
weightedVar               3.412  0.834   5.421
rowSds                    2.621  1.302   5.023
rowQuantiles              2.652  1.072   5.262
rowData                   2.648  0.944   5.145
rowWeightedSds            2.631  0.901   5.086
quantile                  2.642  0.887   5.274
mean                      2.605  0.842   5.190
otu_table                 2.636  0.789   5.217
plot                      2.614  0.790   5.167
inputcounts               2.607  0.783   5.224
boxplot                   2.573  0.807   5.055
heatmap                   2.564  0.810   5.082
colData                   2.601  0.770   5.118
colMeans2                 2.639  0.729   5.084
inputdata                 2.599  0.760   5.162
cor                       2.564  0.786   5.174
model                     2.540  0.783   5.130
cov                       2.558  0.758   5.007
* 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 running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.22-bioc/meat/zitools.Rcheck/00check.log’
for details.


Installation output

zitools.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL zitools
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library’
* installing *source* package ‘zitools’ ...
** this is package ‘zitools’ version ‘1.4.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 version 4.5.2 Patched (2025-11-04 r88984) -- "[Not] Part in a Rumble"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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 
 36.235   6.023  52.670 

Example timings

zitools.Rcheck/zitools-Ex.timings

nameusersystemelapsed
MissingValueHeatmap0.0020.0020.004
assays4.7850.7968.531
boxplot2.5730.8075.055
colData2.6010.7705.118
colMeans22.6390.7295.084
colMedians3.4920.7986.604
cor2.5640.7865.174
cov2.5580.7585.007
deinflatedcounts3.5170.7726.504
heatmap2.5640.8105.082
inputcounts2.6070.7835.224
inputdata2.5990.7605.162
log1p3.5000.8056.623
log2p2.5550.7684.950
mean2.6050.8425.190
median3.5470.7386.623
model2.5400.7835.130
otu_table2.6360.7895.217
plot2.6140.7905.167
plus 6.061 1.70111.658
quantile2.6420.8875.274
resample_deinflatedcounts3.6180.8856.676
rowData2.6480.9445.145
rowQuantiles2.6521.0725.262
rowSds2.6211.3025.023
rowVars3.5421.6047.179
rowWeightedMeans2.5400.9594.442
rowWeightedSds2.6310.9015.086
sample_data3.6870.8396.222
sd2.5950.9094.406
show2.5620.8274.105
slash2.5970.7644.158
subset_feature3.5160.7965.253
subset_sample2.5840.8014.241
t2.5680.7614.187
tax_table3.5270.8245.550
times2.5180.8064.170
var2.5680.7694.211
weighted.mean2.5900.7204.084
weightedVar3.4120.8345.421
weights2.5140.8524.155
zi2deseq23.8460.8385.837
zi2phyloseq2.6030.7614.302
ziMain2.5590.7784.048