| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-12 11:58 -0500 (Wed, 12 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" | 4902 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.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 1462/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| ngsReports 2.12.1 (landing page) Stevie Pederson
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | OK | ||||||||||
|
To the developers/maintainers of the ngsReports package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ngsReports.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. |
| Package: ngsReports |
| Version: 2.12.1 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:ngsReports.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings ngsReports_2.12.1.tar.gz |
| StartedAt: 2025-11-11 12:30:15 -0000 (Tue, 11 Nov 2025) |
| EndedAt: 2025-11-11 12:35:13 -0000 (Tue, 11 Nov 2025) |
| EllapsedTime: 298.3 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: ngsReports.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:ngsReports.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings ngsReports_2.12.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/ngsReports.Rcheck’
* using R version 4.5.0 (2025-04-11)
* 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 ‘ngsReports/DESCRIPTION’ ... OK
* this is package ‘ngsReports’ version ‘2.12.1’
* 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 ‘ngsReports’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* 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 LazyData ... 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
plotSeqContent-methods 5.196 0.044 5.263
* 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: OK
ngsReports.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL ngsReports ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’ * installing *source* package ‘ngsReports’ ... ** this is package ‘ngsReports’ version ‘2.12.1’ ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (ngsReports)
ngsReports.Rcheck/tests/testthat.Rout
R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
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(ngsReports)
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: ggplot2
Loading required package: patchwork
Loading required package: tibble
>
> test_check("ngsReports")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 388 ]
>
> proc.time()
user system elapsed
90.338 1.256 94.248
ngsReports.Rcheck/ngsReports-Ex.timings
| name | user | system | elapsed | |
| FastqcData | 0.094 | 0.000 | 0.144 | |
| FastqcDataList | 0.403 | 0.053 | 0.664 | |
| TheoreticalGC-class | 0.091 | 0.004 | 0.096 | |
| dot-FastqcFile-class | 0.003 | 0.000 | 0.003 | |
| dot-addPercent | 0 | 0 | 0 | |
| dot-emptyPlot | 0.304 | 0.016 | 0.440 | |
| dot-makeDendro | 0.411 | 0.009 | 0.499 | |
| dot-makeLabels | 0.001 | 0.000 | 0.001 | |
| dot-splitByTab | 0.004 | 0.000 | 0.004 | |
| estGcDistn | 0.025 | 0.000 | 0.025 | |
| extract-methods | 0.391 | 0.000 | 0.396 | |
| fqName-methods | 0.397 | 0.012 | 0.409 | |
| fqcVersion | 0.542 | 0.032 | 0.575 | |
| gcAvail | 0.027 | 0.000 | 0.028 | |
| gcTheoretical | 0.049 | 0.000 | 0.048 | |
| getColours-methods | 0.003 | 0.000 | 0.002 | |
| getGC | 0.024 | 0.000 | 0.024 | |
| getModule | 0.470 | 0.008 | 0.479 | |
| getSummary | 0.414 | 0.003 | 0.420 | |
| importNgsLogs | 0.028 | 0.000 | 0.030 | |
| importSJ | 0.008 | 0.000 | 0.008 | |
| isCompressed | 0.002 | 0.000 | 0.002 | |
| mData | 0.043 | 0.000 | 0.043 | |
| maxAdapterContent | 0.465 | 0.004 | 0.472 | |
| overRep2Fasta-methods | 0.429 | 0.004 | 0.435 | |
| path | 0.724 | 0.036 | 0.762 | |
| plotAdapterContent-methods | 4.248 | 0.143 | 4.850 | |
| plotAlignmentSummary | 0.505 | 0.000 | 0.507 | |
| plotAssemblyStats | 1.321 | 0.016 | 1.659 | |
| plotBaseQuals-methods | 2.631 | 0.004 | 2.925 | |
| plotDupLevels-methods | 1.917 | 0.063 | 2.345 | |
| plotFastqcPCA-methods | 0.958 | 0.016 | 0.977 | |
| plotGcContent-methods | 1.561 | 0.000 | 1.604 | |
| plotInsertSize-methods | 0.950 | 0.044 | 1.075 | |
| plotKmers-methods | 2.604 | 0.008 | 2.937 | |
| plotNContent-methods | 1.415 | 0.028 | 1.447 | |
| plotOverrep-methods | 1.246 | 0.020 | 1.272 | |
| plotReadTotals-methods | 1.261 | 0.000 | 1.266 | |
| plotSeqContent-methods | 5.196 | 0.044 | 5.263 | |
| plotSeqLengthDistn-methods | 1.985 | 0.000 | 1.996 | |
| plotSeqQuals-methods | 2.539 | 0.055 | 2.685 | |
| plotSummary-methods | 0.806 | 0.016 | 0.827 | |
| pwf | 0.001 | 0.004 | 0.005 | |
| readTotals | 0.425 | 0.012 | 0.438 | |
| summariseOverrep-methods | 0.813 | 0.004 | 0.820 | |
| writeHtmlReport | 0.000 | 0.000 | 0.001 | |