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

This page was generated on 2024-11-20 12:08 -0500 (Wed, 20 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4481
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4479
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4359
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4539
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4493
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 2287/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
zitools 1.0.0  (landing page)
Carlotta Meyring
Snapshot Date: 2024-11-19 13:40 -0500 (Tue, 19 Nov 2024)
git_url: https://git.bioconductor.org/packages/zitools
git_branch: RELEASE_3_20
git_last_commit: 64fc513
git_last_commit_date: 2024-10-29 11:31:47 -0500 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  
palomino8Windows 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
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.0.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.0.0.tar.gz
StartedAt: 2024-11-20 13:48:23 -0000 (Wed, 20 Nov 2024)
EndedAt: 2024-11-20 13:58:36 -0000 (Wed, 20 Nov 2024)
EllapsedTime: 612.9 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.0.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/zitools.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14)
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘zitools/DESCRIPTION’ ... OK
* this is package ‘zitools’ version ‘1.0.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.569  0.012  12.422
assays                     8.166  0.514   8.617
boxplot                    7.221  0.132   7.286
mean                       7.207  0.080   7.214
plot                       7.105  0.104   7.149
inputcounts                7.084  0.120   7.155
cor                        7.092  0.076   7.100
zi2deseq2                  7.085  0.055   7.048
resample_deinflatedcounts  6.919  0.088   6.913
log1p                      6.506  0.004   6.419
subset_sample              6.403  0.100   6.428
log2p                      6.453  0.040   6.432
sd                         6.343  0.112   6.387
otu_table                  6.423  0.027   6.369
colData                    6.353  0.055   6.345
model                      6.400  0.004   6.331
median                     6.367  0.012   6.323
rowVars                    6.335  0.032   6.270
var                        6.297  0.068   6.304
heatmap                    6.319  0.028   6.255
colMeans2                  6.300  0.032   6.266
colMedians                 6.293  0.020   6.253
inputdata                  6.207  0.020   6.157
cov                        6.116  0.027   6.069
quantile                   6.127  0.000   6.077
deinflatedcounts           6.062  0.024   6.020
rowQuantiles               6.057  0.020   6.026
weightedVar                5.994  0.012   5.933
weights                    5.969  0.016   5.910
rowData                    5.952  0.012   5.892
weighted.mean              5.888  0.035   5.855
zi2phyloseq                5.761  0.052   5.735
subset_feature             5.661  0.020   5.603
rowWeightedSds             5.617  0.060   5.589
sample_data                5.633  0.036   5.606
rowSds                     5.651  0.000   5.572
tax_table                  5.626  0.013   5.563
rowWeightedMeans           5.530  0.104   5.564
times                      5.568  0.036   5.516
show                       5.555  0.036   5.501
t                          5.538  0.031   5.511
slash                      5.537  0.024   5.478
ziMain                     5.504  0.016   5.455
* 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.20-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.4.1/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 version 4.4.1 (2024-06-14) -- "Race for Your Life"
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 
 65.294   1.313  66.426 

Example timings

zitools.Rcheck/zitools-Ex.timings

nameusersystemelapsed
MissingValueHeatmap0.0030.0000.002
assays8.1660.5148.617
boxplot7.2210.1327.286
colData6.3530.0556.345
colMeans26.3000.0326.266
colMedians6.2930.0206.253
cor7.0920.0767.100
cov6.1160.0276.069
deinflatedcounts6.0620.0246.020
heatmap6.3190.0286.255
inputcounts7.0840.1207.155
inputdata6.2070.0206.157
log1p6.5060.0046.419
log2p6.4530.0406.432
mean7.2070.0807.214
median6.3670.0126.323
model6.4000.0046.331
otu_table6.4230.0276.369
plot7.1050.1047.149
plus12.569 0.01212.422
quantile6.1270.0006.077
resample_deinflatedcounts6.9190.0886.913
rowData5.9520.0125.892
rowQuantiles6.0570.0206.026
rowSds5.6510.0005.572
rowVars6.3350.0326.270
rowWeightedMeans5.5300.1045.564
rowWeightedSds5.6170.0605.589
sample_data5.6330.0365.606
sd6.3430.1126.387
show5.5550.0365.501
slash5.5370.0245.478
subset_feature5.6610.0205.603
subset_sample6.4030.1006.428
t5.5380.0315.511
tax_table5.6260.0135.563
times5.5680.0365.516
var6.2970.0686.304
weighted.mean5.8880.0355.855
weightedVar5.9940.0125.933
weights5.9690.0165.910
zi2deseq27.0850.0557.048
zi2phyloseq5.7610.0525.735
ziMain5.5040.0165.455