Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2024-12-24 11:46 -0500 (Tue, 24 Dec 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" | 4754 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4472 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4426 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4381 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" | 4373 |
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 844/2274 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
ggbio 1.55.0 (landing page) Michael Lawrence
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | WARNINGS | ||||||||||
To the developers/maintainers of the ggbio package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ggbio.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: ggbio |
Version: 1.55.0 |
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:ggbio.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings ggbio_1.55.0.tar.gz |
StartedAt: 2024-12-24 07:11:42 -0000 (Tue, 24 Dec 2024) |
EndedAt: 2024-12-24 07:25:01 -0000 (Tue, 24 Dec 2024) |
EllapsedTime: 799.5 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: ggbio.Rcheck |
Warnings: 5 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:ggbio.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings ggbio_1.55.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/ggbio.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 ‘ggbio/DESCRIPTION’ ... OK * this is package ‘ggbio’ version ‘1.55.0’ * checking package namespace information ... OK * checking package dependencies ... INFO Imports includes 25 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. * 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 ‘ggbio’ can be installed ... WARNING Found the following significant warnings: Warning: program compiled against libxml 212 using older 211 See ‘/home/biocbuild/bbs-3.21-bioc/meat/ggbio.Rcheck/00install.out’ for details. * 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 ... NOTE Warning: program compiled against libxml 212 using older 211 A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... NOTE Warning: program compiled against libxml 212 using older 211 It looks like this package (or a package it requires) has a startup message which cannot be suppressed: see ?packageStartupMessage. * checking dependencies in R code ... NOTE Warning: program compiled against libxml 212 using older 211 ':::' call which should be '::': 'ggplot2:::set_last_plot' See the note in ?`:::` about the use of this operator. Unexported objects imported by ':::' calls: 'S4Vectors:::top_prenv' 'ggplot2:::add_ggplot' 'ggplot2:::cunion' 'ggplot2:::rescale01' See the note in ?`:::` about the use of this operator. * checking S3 generic/method consistency ... WARNING Warning: program compiled against libxml 212 using older 211 See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. * checking replacement functions ... WARNING Warning: program compiled against libxml 212 using older 211 The argument of a replacement function which corresponds to the right hand side must be named ‘value’. * checking foreign function calls ... NOTE Warning: program compiled against libxml 212 using older 211 See chapter ‘System and foreign language interfaces’ in the ‘Writing R Extensions’ manual. * checking R code for possible problems ... NOTE Warning: program compiled against libxml 212 using older 211 .combineNames: no visible binding for global variable '.layout_circle.stats' Ideogram: no visible global function definition for 'data' Ideogram: no visible binding for global variable 'ideoCyto' getNR: no visible global function definition for 'se' getNR: no visible global function definition for 'indexProbesProcessed' getNR: no visible global function definition for 'coefs' scale_x_sequnit: no visible binding for global variable '.x' autoplot,ExpressionSet: no visible binding for global variable 'variable' autoplot,RangedSummarizedExperiment: no visible binding for global variable 'variable' autoplot,VCF: no visible binding for global variable 'stepping' autoplot,VCF: no visible binding for global variable 'value' autoplot,VRanges: no visible binding for global variable 'midpoint' autoplot,Views: no visible binding for global variable 'x' autoplot,Views: no visible binding for global variable 'value' geom_alignment,BamFile: no visible binding for global variable 'fl' geom_alignment,BamFile: no visible binding for global variable 'stepping' height,GGbio: no visible binding for global variable 'mt' height,Tracked: no visible binding for global variable 'mt' height,gg: no visible binding for global variable 'mt' layout_karyogram,GRanges: no visible binding for global variable 'gieStain' layout_karyogram,GRanges: no visible binding for global variable 'x' layout_karyogram,GRanges: no visible binding for global variable 'xend' layout_karyogram,GRanges: no visible binding for global variable 'y2' layout_karyogram,GRanges: no visible binding for global variable 'yend2' layout_karyogram,GRanges: no visible binding for global variable 'name' plotFragLength,character-GRanges: no visible binding for global variable '.fragLength' plotSpliceSum,character-EnsDb: possible error in GRangesFilter(which, condition = "overlapping"): unused argument (condition = "overlapping") stat_mismatch,GRanges: no visible binding for global variable 'sts' stat_mismatch,GRanges: no visible binding for global variable 'eds' stat_mismatch,GRanges: no visible binding for global variable 'read' Undefined global functions or variables: .fragLength .layout_circle.stats .x coefs data eds fl gieStain ideoCyto indexProbesProcessed midpoint mt name read se stepping sts value variable x xend y2 yend2 Consider adding importFrom("utils", "data") to your NAMESPACE file. * checking Rd files ... NOTE checkRd: (-1) autoplot-method.Rd:353-355: Lost braces in \itemize; meant \describe ? checkRd: (-1) autoplot-method.Rd:357-360: Lost braces in \itemize; meant \describe ? checkRd: (-1) autoplot-method.Rd:442-448: Lost braces in \itemize; meant \describe ? checkRd: (-1) autoplot-method.Rd:445: Escaped LaTeX specials: \~ checkRd: (-1) autoplot-method.Rd:449-455: Lost braces in \itemize; meant \describe ? checkRd: (-1) geom_arch-method.Rd:28: Lost braces in \itemize; meant \describe ? checkRd: (-1) geom_arch-method.Rd:29: Lost braces in \itemize; meant \describe ? checkRd: (-1) geom_arch-method.Rd:30: Lost braces in \itemize; meant \describe ? checkRd: (-1) ggplot-method.Rd:91: Lost braces in \itemize; meant \describe ? checkRd: (-1) ggplot-method.Rd:92: Lost braces in \itemize; meant \describe ? checkRd: (-1) ggplot-method.Rd:93: Lost braces in \itemize; meant \describe ? checkRd: (-1) tracks.Rd:295-302: Lost braces in \itemize; meant \describe ? checkRd: (-1) tracks.Rd:303-306: Lost braces in \itemize; meant \describe ? checkRd: (-1) tracks.Rd:307-309: Lost braces in \itemize; meant \describe ? * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: autoplot-method.Rd: GRanges, ScanBamParam geom_alignment-method.Rd: GRanges-class, TxDb-class ggbio-class.Rd: ggplot ggplot-method.Rd: mold plotSingleChrom.Rd: getIdeogram plotSpliceSum.Rd: qplot stat_aggregate-method.Rd: Hits, IntegerList tracks.Rd: IRanges-class, GRanges-class Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * checking for missing documentation entries ... WARNING Warning: program compiled against libxml 212 using older 211 Undocumented S4 methods: generic '+' and siglist 'Tracks,ANY' generic '+' and siglist 'Tracks,Tracks' generic '+' and siglist 'Tracks,cartesian' generic '+' and siglist 'Tracks,position_c' generic '+' and siglist 'Tracks,theme' generic '+' and siglist 'Tracks,zoom' All user-level objects in a package (including S4 classes and methods) should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... WARNING Warning: program compiled against libxml 212 using older 211 Codoc mismatches from Rd file 'geom_alignment-method.Rd': \S4method{geom_alignment}{GRanges} Code: function(data, ..., xlab, ylab, main, facets = NULL, stat = c("stepping", "identity"), range.geom = c("rect", "arrowrect"), gap.geom = c("chevron", "arrow", "segment"), rect.height = NULL, group.selfish = TRUE) Docs: function(data, ..., xlab, ylab, main, facets = NULL, stat = c("stepping", "identity"), range.geom = c("rect", "arrowrect"), gap.geom = c("chevron", "arrow", "segment"), rect.height = NULL, group.selfish = TRUE, label = TRUE) Argument names in docs not in code: label Codoc mismatches from Rd file 'ggsave.Rd': ggsave Code: function(filename, plot = last_plot(), device = NULL, path = NULL, scale = 1, width = NA, height = NA, units = c("in", "cm", "mm"), dpi = 300, limitsize = TRUE, ...) Docs: function(filename, plot = last_plot(), device = default_device(filename), path = NULL, scale = 1, width = par("din")[1], height = par("din")[2], units = c("in", "cm", "mm"), dpi = 300, limitsize = TRUE, ...) Mismatches in argument default values: Name: 'device' Code: NULL Docs: default_device(filename) Name: 'width' Code: NA Docs: par("din")[1] Name: 'height' Code: NA Docs: par("din")[2] Warning: program compiled against libxml 212 using older 211 Warning: program compiled against libxml 212 using older 211 * checking Rd \usage sections ... NOTE Warning: program compiled against libxml 212 using older 211 The \usage entries for S3 methods should use the \method markup and not their full name. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... NOTE Argument items with no description in Rd file 'autoplot-method.Rd': ‘rotate’ * checking for unstated dependencies in examples ... OK * checking line endings in Makefiles ... OK * checking for GNU extensions in Makefiles ... OK * checking include directives in Makefiles ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed autoplot-method 106.121 1.124 107.757 geom_alignment-method 39.824 0.272 40.166 tracks 28.717 0.052 28.830 layout_karyogram-method 23.754 0.099 23.900 plotRangesLinkedToData 12.263 0.064 12.350 stat_reduce-method 9.694 0.068 9.779 stat_aggregate-method 9.615 0.020 9.657 ggplot-method 9.350 0.032 9.402 layout_circle-method 7.727 0.044 7.787 plotGrandLinear 7.066 0.071 7.151 geom_arrow-method 6.884 0.004 6.902 stat_bin-method 6.133 0.020 6.166 geom_chevron-method 5.876 0.012 5.901 arrangeGrobByParsingLegend 5.107 0.243 5.360 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘test-all.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: 5 WARNINGs, 9 NOTEs See ‘/home/biocbuild/bbs-3.21-bioc/meat/ggbio.Rcheck/00check.log’ for details.
ggbio.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL ggbio ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’ * installing *source* package ‘ggbio’ ... ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Warning: program compiled against libxml 212 using older 211 Creating a new generic function for 'rescale' in package 'ggbio' Creating a new generic function for 'xlim' in package 'ggbio' Creating a new generic function for 'geom_rect' in package 'ggbio' Creating a new generic function for 'geom_segment' in package 'ggbio' Creating a new generic function for 'geom_bar' in package 'ggbio' Creating a new generic function for 'stat_identity' in package 'ggbio' Creating a new generic function for 'stat_bin' in package 'ggbio' ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: program compiled against libxml 212 using older 211 ** testing if installed package can be loaded from final location Warning: program compiled against libxml 212 using older 211 ** testing if installed package keeps a record of temporary installation path * DONE (ggbio)
ggbio.Rcheck/tests/test-all.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) > test_check("ggbio") Loading required package: ggbio 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 Warning: program compiled against libxml 212 using older 211 Need specific help about ggbio? try mailing the maintainer or visit https://lawremi.github.io/ggbio/ Attaching package: 'ggbio' The following objects are masked from 'package:ggplot2': geom_bar, geom_rect, geom_segment, ggsave, stat_bin, stat_identity, xlim [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] > > proc.time() user system elapsed 20.274 1.232 21.527
ggbio.Rcheck/ggbio-Ex.timings
name | user | system | elapsed | |
arrangeGrobByParsingLegend | 5.107 | 0.243 | 5.360 | |
autoplot-method | 106.121 | 1.124 | 107.757 | |
geom_alignment-method | 39.824 | 0.272 | 40.166 | |
geom_arch-method | 2.998 | 0.040 | 3.045 | |
geom_arrow-method | 6.884 | 0.004 | 6.902 | |
geom_arrowrect-method | 4.365 | 0.004 | 4.379 | |
geom_bar-method | 1.287 | 0.020 | 1.310 | |
geom_chevron-method | 5.876 | 0.012 | 5.901 | |
geom_rect-method | 4.070 | 0.016 | 4.094 | |
geom_segment-method | 3.856 | 0.004 | 3.867 | |
ggbio-class | 0.01 | 0.00 | 0.01 | |
ggplot-method | 9.350 | 0.032 | 9.402 | |
layout_circle-method | 7.727 | 0.044 | 7.787 | |
layout_karyogram-method | 23.754 | 0.099 | 23.900 | |
plotFragLength | 0 | 0 | 0 | |
plotGrandLinear | 7.066 | 0.071 | 7.151 | |
plotRangesLinkedToData | 12.263 | 0.064 | 12.350 | |
plotSingleChrom | 0 | 0 | 0 | |
plotSpliceSum | 0 | 0 | 0 | |
plotStackedOverview | 0.000 | 0.000 | 0.001 | |
rescale-method | 0.14 | 0.00 | 0.14 | |
scale_fill_fold_change | 0.480 | 0.004 | 0.484 | |
scale_fill_giemsa | 4.033 | 0.004 | 4.045 | |
scale_x_sequnit | 0.404 | 0.000 | 0.404 | |
stat_aggregate-method | 9.615 | 0.020 | 9.657 | |
stat_bin-method | 6.133 | 0.020 | 6.166 | |
stat_coverage-method | 2.921 | 0.008 | 2.935 | |
stat_gene-method | 0 | 0 | 0 | |
stat_identity-method | 3.575 | 0.004 | 3.586 | |
stat_reduce-method | 9.694 | 0.068 | 9.779 | |
stat_slice-method | 3.723 | 0.056 | 3.787 | |
stat_stepping-method | 3.093 | 0.002 | 3.103 | |
stat_table-method | 2.064 | 0.008 | 2.077 | |
theme | 2.217 | 0.056 | 2.278 | |
tracks | 28.717 | 0.052 | 28.830 | |