Back to Rapid builds (Linux only) of a subset of BioC 3.23
Report updated every 6 hours

This page was generated on 2026-05-07 20:30 -0400 (Thu, 07 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-22 r89945) -- "Because it was There" 923
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 105/231HostnameOS / ArchINSTALLBUILDCHECKBIOCCHECK
ggbio 1.60.0  (landing page)
Michael Lawrence
Snapshot Date: 2026-05-07 18:00 -0400 (Thu, 07 May 2026)
git_url: https://git.bioconductor.org/packages/ggbio
git_branch: RELEASE_3_23
git_last_commit: 41e5a61
git_last_commit_date: 2026-04-28 08:36:00 -0400 (Tue, 28 Apr 2026)
teran2Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    OK    ERRORS  


CHECK results for ggbio on teran2

To the developers/maintainers of the ggbio package:
- 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.

raw results


Summary

Package: ggbio
Version: 1.60.0
Command: /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD check --install=check:ggbio.install-out.txt --library=/home/rapidbuild/bbs-3.23-bioc-rapid/R/site-library --timings ggbio_1.60.0.tar.gz
StartedAt: 2026-05-07 19:15:14 -0400 (Thu, 07 May 2026)
EndedAt: 2026-05-07 19:27:52 -0400 (Thu, 07 May 2026)
EllapsedTime: 757.2 seconds
RetCode: 0
Status:   OK  
CheckDir: ggbio.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD check --install=check:ggbio.install-out.txt --library=/home/rapidbuild/bbs-3.23-bioc-rapid/R/site-library --timings ggbio_1.60.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/meat/ggbio.Rcheck’
* using R version 4.6.0 RC (2026-04-22 r89945)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-05-07 23:15:15 UTC
* checking for file ‘ggbio/DESCRIPTION’ ... OK
* this is package ‘ggbio’ version ‘1.60.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 ... 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 whether startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
':::' call which should be '::': 'ggplot2:::set_last_plot'
  See the note in ?`:::` about the use of this operator.
Unexported object imported by a ':::' call: 'S4Vectors:::top_prenv'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.combineNames: no visible binding for global variable
  '.layout_circle.stats'
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'
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 eds fl gieStain midpoint mt name
  read stepping sts value variable x xend y2 yend2
* checking Rd files ... OK
* 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 ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* 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 sizes of PDF files under ‘inst/doc’ ...* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                          user system elapsed
autoplot-method         76.180  0.823  77.103
geom_alignment-method   36.180  0.448  36.665
tracks                  19.786  0.014  19.807
layout_karyogram-method 12.930  0.018  12.946
plotRangesLinkedToData  11.884  0.074  11.958
stat_reduce-method      10.032  0.130  10.162
ggplot-method            5.467  0.009   5.479
stat_aggregate-method    5.152  0.007   5.158
* 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 re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/meat/ggbio.Rcheck/00check.log’
for details.


Installation output

ggbio.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD INSTALL ggbio
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library’
* installing *source* package ‘ggbio’ ...
** this is package ‘ggbio’ version ‘1.60.0’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ggbio)

Tests output

ggbio.Rcheck/tests/test-all.Rout


R version 4.6.0 RC (2026-04-22 r89945) -- "Because it was There"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: x86_64-pc-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
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 
 12.003   0.705  12.701 

Example timings

ggbio.Rcheck/ggbio-Ex.timings

nameusersystemelapsed
arrangeGrobByParsingLegend3.8520.1343.987
autoplot-method76.180 0.82377.103
geom_alignment-method36.180 0.44836.665
geom_arch-method0.8860.0060.894
geom_arrow-method3.6930.0063.701
geom_arrowrect-method2.3580.0032.362
geom_bar-method0.8210.0010.822
geom_chevron-method3.4490.0023.452
geom_rect-method2.3550.0022.358
geom_segment-method2.2520.0012.253
ggbio-class0.0090.0000.009
ggplot-method5.4670.0095.479
layout_circle-method4.0150.0004.014
layout_karyogram-method12.930 0.01812.946
plotFragLength000
plotGrandLinear4.0260.0194.045
plotRangesLinkedToData11.884 0.07411.958
plotSingleChrom0.0010.0000.000
plotSpliceSum000
plotStackedOverview000
rescale-method0.1030.0020.104
scale_fill_fold_change0.3240.0000.323
scale_fill_giemsa2.0800.0032.083
scale_x_sequnit0.2760.0010.277
stat_aggregate-method5.1520.0075.158
stat_bin-method3.2830.0063.289
stat_coverage-method1.6480.0051.653
stat_gene-method000
stat_identity-method2.0730.0052.078
stat_reduce-method10.032 0.13010.162
stat_slice-method2.2060.0022.209
stat_stepping-method1.6190.0041.625
stat_table-method1.1180.0001.118
theme1.5480.0011.550
tracks19.786 0.01419.807