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

This page was generated on 2025-04-21 11:48 -0400 (Mon, 21 Apr 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_644.5.0 RC (2025-04-04 r88126) -- "How About a Twenty-Six" 4831
palomino7Windows Server 2022 Datacenterx644.5.0 RC (2025-04-04 r88126 ucrt) -- "How About a Twenty-Six" 4573
lconwaymacOS 12.7.1 Montereyx86_644.5.0 RC (2025-04-04 r88126) -- "How About a Twenty-Six" 4599
kjohnson3macOS 13.7.1 Venturaarm644.5.0 RC (2025-04-04 r88126) -- "How About a Twenty-Six" 4553
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4570
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 2339/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
zitools 1.2.0  (landing page)
Carlotta Meyring
Snapshot Date: 2025-04-20 13:40 -0400 (Sun, 20 Apr 2025)
git_url: https://git.bioconductor.org/packages/zitools
git_branch: RELEASE_3_21
git_last_commit: f8cb6d3
git_last_commit_date: 2025-04-15 13:36:49 -0400 (Tue, 15 Apr 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  


CHECK results for zitools on kunpeng2

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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: zitools
Version: 1.2.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:zitools.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings zitools_1.2.0.tar.gz
StartedAt: 2025-04-21 15:01:11 -0000 (Mon, 21 Apr 2025)
EndedAt: 2025-04-21 15:11:37 -0000 (Mon, 21 Apr 2025)
EllapsedTime: 626.0 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: zitools.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:zitools.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings zitools_1.2.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/zitools.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘zitools/DESCRIPTION’ ... OK
* this is package ‘zitools’ version ‘1.2.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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                            user system elapsed
plus                      12.133  0.016  12.166
assays                     7.252  0.048   7.314
boxplot                    7.190  0.032   7.235
otu_table                  7.022  0.032   7.065
cor                        6.843  0.004   6.857
log2p                      6.756  0.004   6.770
sample_data                6.715  0.044   6.768
rowSds                     6.671  0.036   6.717
quantile                   6.696  0.000   6.705
inputcounts                6.579  0.005   6.594
subset_feature             6.530  0.016   6.554
ziMain                     6.424  0.016   6.450
weightedVar                6.373  0.008   6.391
colData                    6.290  0.000   6.303
times                      6.178  0.012   6.200
zi2deseq2                  6.183  0.000   6.192
rowWeightedSds             6.086  0.028   6.124
colMedians                 6.113  0.000   6.122
plot                       6.107  0.004   6.121
model                      6.077  0.024   6.110
mean                       6.068  0.000   6.077
colMeans2                  6.018  0.008   6.036
log1p                      6.009  0.004   6.022
heatmap                    5.996  0.016   6.022
median                     5.988  0.004   6.001
rowData                    5.919  0.028   5.955
cov                        5.943  0.000   5.954
rowWeightedMeans           5.919  0.004   5.932
resample_deinflatedcounts  5.913  0.000   5.921
slash                      5.895  0.016   5.920
deinflatedcounts           5.894  0.012   5.915
rowVars                    5.888  0.000   5.897
rowQuantiles               5.882  0.000   5.891
inputdata                  5.805  0.022   5.835
weights                    5.799  0.008   5.816
weighted.mean              5.717  0.008   5.734
var                        5.658  0.004   5.672
zi2phyloseq                5.632  0.012   5.652
show                       5.623  0.008   5.638
subset_sample              5.598  0.028   5.633
tax_table                  5.581  0.016   5.605
sd                         5.536  0.004   5.547
t                          5.503  0.012   5.523
* 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
  ‘/home/biocbuild/bbs-3.21-bioc/meat/zitools.Rcheck/00check.log’
for details.


Installation output

zitools.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL zitools
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘zitools’ ...
** this is package ‘zitools’ version ‘1.2.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-02-19 r87757) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-unknown-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 
 60.696   1.038  61.800 

Example timings

zitools.Rcheck/zitools-Ex.timings

nameusersystemelapsed
MissingValueHeatmap0.0030.0000.002
assays7.2520.0487.314
boxplot7.1900.0327.235
colData6.2900.0006.303
colMeans26.0180.0086.036
colMedians6.1130.0006.122
cor6.8430.0046.857
cov5.9430.0005.954
deinflatedcounts5.8940.0125.915
heatmap5.9960.0166.022
inputcounts6.5790.0056.594
inputdata5.8050.0225.835
log1p6.0090.0046.022
log2p6.7560.0046.770
mean6.0680.0006.077
median5.9880.0046.001
model6.0770.0246.110
otu_table7.0220.0327.065
plot6.1070.0046.121
plus12.133 0.01612.166
quantile6.6960.0006.705
resample_deinflatedcounts5.9130.0005.921
rowData5.9190.0285.955
rowQuantiles5.8820.0005.891
rowSds6.6710.0366.717
rowVars5.8880.0005.897
rowWeightedMeans5.9190.0045.932
rowWeightedSds6.0860.0286.124
sample_data6.7150.0446.768
sd5.5360.0045.547
show5.6230.0085.638
slash5.8950.0165.920
subset_feature6.5300.0166.554
subset_sample5.5980.0285.633
t5.5030.0125.523
tax_table5.5810.0165.605
times6.1780.0126.200
var5.6580.0045.672
weighted.mean5.7170.0085.734
weightedVar6.3730.0086.391
weights5.7990.0085.816
zi2deseq26.1830.0006.192
zi2phyloseq5.6320.0125.652
ziMain6.4240.0166.450