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

This page was generated on 2025-01-27 11:48 -0500 (Mon, 27 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4658
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4455
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4464
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4418
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4408
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 2284/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
zitools 1.1.0  (landing page)
Carlotta Meyring
Snapshot Date: 2025-01-26 13:40 -0500 (Sun, 26 Jan 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 -0500 (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  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation
lconwaymacOS 12.7.1 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.1 Ventura / arm64  OK    OK    WARNINGS    OK  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation
kunpeng2Linux (openEuler 22.03 LTS-SP1) / 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-01-27 14:01:02 -0000 (Mon, 27 Jan 2025)
EndedAt: 2025-01-27 14:11:15 -0000 (Mon, 27 Jan 2025)
EllapsedTime: 613.2 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) (2024-11-24 r87369)
* 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)
* 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 ...Warning: program compiled against libxml 212 using older 211
 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.339  0.024  12.391
assays                     7.362  0.072   7.448
rowQuantiles               6.614  0.008   6.633
deinflatedcounts           6.535  0.001   6.549
rowWeightedSds             6.401  0.016   6.427
log1p                      6.268  0.052   6.332
colMeans2                  6.291  0.024   6.328
cov                        6.287  0.012   6.311
colData                    6.271  0.024   6.308
weights                    6.210  0.004   6.223
cor                        6.160  0.020   6.192
zi2deseq2                  6.056  0.004   6.071
quantile                   5.888  0.020   5.920
zi2phyloseq                5.876  0.012   5.899
resample_deinflatedcounts  5.856  0.012   5.879
model                      5.852  0.008   5.869
times                      5.848  0.004   5.860
rowData                    5.808  0.020   5.838
subset_feature             5.809  0.016   5.833
boxplot                    5.739  0.012   5.763
inputcounts                5.726  0.016   5.755
heatmap                    5.704  0.022   5.738
plot                       5.703  0.008   5.723
rowSds                     5.666  0.008   5.684
colMedians                 5.649  0.012   5.673
rowWeightedMeans           5.650  0.008   5.668
weighted.mean              5.635  0.004   5.649
inputdata                  5.612  0.016   5.639
sample_data                5.584  0.008   5.601
sd                         5.533  0.004   5.545
show                       5.509  0.016   5.534
rowVars                    5.501  0.000   5.511
slash                      5.493  0.004   5.506
weightedVar                5.497  0.000   5.506
ziMain                     5.464  0.004   5.476
log2p                      5.410  0.019   5.440
otu_table                  5.378  0.004   5.391
subset_sample              5.250  0.020   5.277
mean                       5.257  0.004   5.270
t                          5.165  0.008   5.179
tax_table                  5.132  0.028   5.167
var                        5.144  0.004   5.156
median                     5.088  0.004   5.100
* 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-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘zitools’ ...
** 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) (2024-11-24 r87369) -- "Unsuffered Consequences"
Copyright (C) 2024 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 
 62.429   1.171  63.715 

Example timings

zitools.Rcheck/zitools-Ex.timings

nameusersystemelapsed
MissingValueHeatmap0.0030.0000.002
assays7.3620.0727.448
boxplot5.7390.0125.763
colData6.2710.0246.308
colMeans26.2910.0246.328
colMedians5.6490.0125.673
cor6.1600.0206.192
cov6.2870.0126.311
deinflatedcounts6.5350.0016.549
heatmap5.7040.0225.738
inputcounts5.7260.0165.755
inputdata5.6120.0165.639
log1p6.2680.0526.332
log2p5.4100.0195.440
mean5.2570.0045.270
median5.0880.0045.100
model5.8520.0085.869
otu_table5.3780.0045.391
plot5.7030.0085.723
plus12.339 0.02412.391
quantile5.8880.0205.920
resample_deinflatedcounts5.8560.0125.879
rowData5.8080.0205.838
rowQuantiles6.6140.0086.633
rowSds5.6660.0085.684
rowVars5.5010.0005.511
rowWeightedMeans5.6500.0085.668
rowWeightedSds6.4010.0166.427
sample_data5.5840.0085.601
sd5.5330.0045.545
show5.5090.0165.534
slash5.4930.0045.506
subset_feature5.8090.0165.833
subset_sample5.2500.0205.277
t5.1650.0085.179
tax_table5.1320.0285.167
times5.8480.0045.860
var5.1440.0045.156
weighted.mean5.6350.0045.649
weightedVar5.4970.0005.506
weights6.2100.0046.223
zi2deseq26.0560.0046.071
zi2phyloseq5.8760.0125.899
ziMain5.4640.0045.476