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

This page was generated on 2025-03-22 11:47 -0400 (Sat, 22 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-03-13 r87965) -- "Unsuffered Consequences" 4777
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-03-01 r87860 ucrt) -- "Unsuffered Consequences" 4547
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4576
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-03-02 r87868) -- "Unsuffered Consequences" 4528
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4458
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 2311/2313HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
zitools 1.1.0  (landing page)
Carlotta Meyring
Snapshot Date: 2025-03-21 13:40 -0400 (Fri, 21 Mar 2025)
git_url: https://git.bioconductor.org/packages/zitools
git_branch: devel
git_last_commit: 9887f7d
git_last_commit_date: 2024-10-29 11:31:47 -0400 (Tue, 29 Oct 2024)
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.1.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.1.0.tar.gz
StartedAt: 2025-03-22 12:24:11 -0000 (Sat, 22 Mar 2025)
EndedAt: 2025-03-22 12:34:15 -0000 (Sat, 22 Mar 2025)
EllapsedTime: 604.5 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.1.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.1.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                      11.663  0.008  11.687
assays                     6.961  0.032   7.004
cor                        6.628  0.000   6.638
inputcounts                6.516  0.085   6.610
plot                       6.501  0.052   6.563
resample_deinflatedcounts  6.506  0.004   6.520
mean                       6.442  0.020   6.471
boxplot                    6.304  0.016   6.329
times                      6.254  0.008   6.271
weights                    6.204  0.004   6.218
subset_sample              6.181  0.016   6.208
sd                         6.140  0.048   6.198
rowVars                    6.174  0.004   6.187
otu_table                  5.886  0.027   5.923
zi2deseq2                  5.895  0.016   5.922
rowSds                     5.876  0.004   5.888
heatmap                    5.853  0.006   5.867
cov                        5.830  0.016   5.856
deinflatedcounts           5.837  0.009   5.855
model                      5.822  0.000   5.832
quantile                   5.773  0.004   5.785
rowData                    5.762  0.008   5.778
log1p                      5.766  0.000   5.774
rowQuantiles               5.746  0.008   5.762
inputdata                  5.732  0.006   5.747
log2p                      5.726  0.004   5.739
median                     5.703  0.004   5.715
zi2phyloseq                5.610  0.016   5.636
subset_feature             5.583  0.004   5.596
weighted.mean              5.550  0.008   5.566
weightedVar                5.545  0.004   5.557
ziMain                     5.525  0.020   5.553
slash                      5.533  0.000   5.545
colData                    5.495  0.000   5.504
tax_table                  5.478  0.008   5.496
rowWeightedSds             5.473  0.004   5.486
show                       5.465  0.008   5.483
rowWeightedMeans           5.445  0.004   5.458
sample_data                5.442  0.000   5.451
t                          5.410  0.032   5.454
colMedians                 5.416  0.008   5.432
var                        5.414  0.008   5.430
colMeans2                  5.403  0.012   5.422
* 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.1.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 
 59.760   0.896  60.715 

Example timings

zitools.Rcheck/zitools-Ex.timings

nameusersystemelapsed
MissingValueHeatmap0.0030.0000.003
assays6.9610.0327.004
boxplot6.3040.0166.329
colData5.4950.0005.504
colMeans25.4030.0125.422
colMedians5.4160.0085.432
cor6.6280.0006.638
cov5.8300.0165.856
deinflatedcounts5.8370.0095.855
heatmap5.8530.0065.867
inputcounts6.5160.0856.610
inputdata5.7320.0065.747
log1p5.7660.0005.774
log2p5.7260.0045.739
mean6.4420.0206.471
median5.7030.0045.715
model5.8220.0005.832
otu_table5.8860.0275.923
plot6.5010.0526.563
plus11.663 0.00811.687
quantile5.7730.0045.785
resample_deinflatedcounts6.5060.0046.520
rowData5.7620.0085.778
rowQuantiles5.7460.0085.762
rowSds5.8760.0045.888
rowVars6.1740.0046.187
rowWeightedMeans5.4450.0045.458
rowWeightedSds5.4730.0045.486
sample_data5.4420.0005.451
sd6.1400.0486.198
show5.4650.0085.483
slash5.5330.0005.545
subset_feature5.5830.0045.596
subset_sample6.1810.0166.208
t5.4100.0325.454
tax_table5.4780.0085.496
times6.2540.0086.271
var5.4140.0085.430
weighted.mean5.5500.0085.566
weightedVar5.5450.0045.557
weights6.2040.0046.218
zi2deseq25.8950.0165.922
zi2phyloseq5.6100.0165.636
ziMain5.5250.0205.553