Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQRSTUV[W]XYZ

This page was generated on 2026-03-20 11:35 -0400 (Fri, 20 Mar 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-03-05 r89546) -- "Unsuffered Consequences" 4862
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-03-01 r89506) -- "Unsuffered Consequences" 4064
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 2345/2368HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
wiggleplotr 1.35.1  (landing page)
Kaur Alasoo
Snapshot Date: 2026-03-19 13:40 -0400 (Thu, 19 Mar 2026)
git_url: https://git.bioconductor.org/packages/wiggleplotr
git_branch: devel
git_last_commit: ce7c8da
git_last_commit_date: 2026-03-18 15:13:26 -0400 (Wed, 18 Mar 2026)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    WARNINGS    OK  YES
See other builds for wiggleplotr in R Universe.


CHECK results for wiggleplotr on kjohnson3

To the developers/maintainers of the wiggleplotr package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/wiggleplotr.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.

raw results


Summary

Package: wiggleplotr
Version: 1.35.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:wiggleplotr.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings wiggleplotr_1.35.1.tar.gz
StartedAt: 2026-03-19 20:54:30 -0400 (Thu, 19 Mar 2026)
EndedAt: 2026-03-19 20:55:08 -0400 (Thu, 19 Mar 2026)
EllapsedTime: 37.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: wiggleplotr.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:wiggleplotr.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings wiggleplotr_1.35.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/wiggleplotr.Rcheck’
* using R Under development (unstable) (2026-03-01 r89506)
* using platform: aarch64-apple-darwin23
* R was compiled by
    Apple clang version 17.0.0 (clang-1700.3.19.1)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Sonoma 14.8.3
* using session charset: UTF-8
* current time: 2026-03-20 00:54:31 UTC
* using option ‘--no-vignettes’
* checking for file ‘wiggleplotr/DESCRIPTION’ ... OK
* this is package ‘wiggleplotr’ version ‘1.35.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 ‘wiggleplotr’ 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 dependencies in R code ... WARNING
'::' or ':::' import not declared from: 'arrow'
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
coverageParquetToGRangesList: no visible binding for global variable
  ‘seqnames’
coverageParquetToGRangesList: no visible binding for global variable
  ‘end’
coverageParquetToGRangesList: no visible binding for global variable
  ‘start’
coverageParquetToGRangesList: no visible binding for global variable
  ‘sample_id’
extractCoverageData: no visible global function definition for ‘is’
extractCoverageData: no visible binding for global variable ‘sample_id’
extractCoverageData: no visible binding for global variable ‘coverage’
extractCoverageData: no visible binding for global variable
  ‘scaling_factor’
makeCoveragePlot: no visible binding for global variable ‘bins’
makeCoveragePlot: no visible binding for global variable ‘coverage’
makeCoveragePlot: no visible binding for global variable ‘sample_id’
makeCoveragePlot: no visible binding for global variable ‘colour_group’
makeManhattanPlot: no visible binding for global variable ‘pos’
makeManhattanPlot: no visible binding for global variable ‘p_nominal’
makeManhattanPlot: no visible binding for global variable ‘R2’
meanCoverage: no visible binding for global variable ‘track_id’
meanCoverage: no visible binding for global variable ‘colour_group’
meanCoverage: no visible binding for global variable ‘bins’
meanCoverage: no visible binding for global variable ‘coverage’
plotTranscriptStructure: no visible binding for global variable
  ‘feature_type’
plotTranscriptStructure: no visible binding for global variable ‘start’
plotTranscriptStructure: no visible binding for global variable
  ‘transcript_rank’
plotTranscriptStructure: no visible binding for global variable ‘end’
plotTranscripts: no visible global function definition for ‘is’
Undefined global functions or variables:
  R2 bins colour_group coverage end feature_type is p_nominal pos
  sample_id scaling_factor seqnames start track_id transcript_rank
Consider adding
  importFrom("methods", "is")
  importFrom("stats", "end", "start")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 'extractCoverageData.Rd':
extractCoverageData
  Code: function(exons, cdss = NULL, transcript_annotations = NULL,
                 track_data, rescale_introns = TRUE, new_intron_length
                 = 50, flanking_length = c(50, 50), plot_fraction =
                 0.1, mean_only = TRUE, region_coords = NULL,
                 coverage_ranges_pq = NULL)
  Docs: function(exons, cdss = NULL, transcript_annotations = NULL,
                 track_data, rescale_introns = TRUE, new_intron_length
                 = 50, flanking_length = c(50, 50), plot_fraction =
                 0.1, mean_only = TRUE, region_coords = NULL)
  Argument names in code not in docs:
    coverage_ranges_pq

Codoc mismatches from Rd file 'plotCoverage.Rd':
plotCoverage
  Code: function(exons, cdss = NULL, transcript_annotations = NULL,
                 track_data, rescale_introns = TRUE, new_intron_length
                 = 50, flanking_length = c(50, 50), plot_fraction =
                 0.1, heights = c(0.75, 0.25), alpha = 1, fill_palette
                 = c("#a1dab4", "#41b6c4", "#225ea8"), mean_only =
                 TRUE, connect_exons = TRUE, transcript_label = TRUE,
                 return_subplots_list = FALSE, region_coords = NULL,
                 coverage_type = "area", coverage_ranges_pq = NULL,
                 show_legend = FALSE)
  Docs: function(exons, cdss = NULL, transcript_annotations = NULL,
                 track_data, rescale_introns = TRUE, new_intron_length
                 = 50, flanking_length = c(50, 50), plot_fraction =
                 0.1, heights = c(0.75, 0.25), alpha = 1, fill_palette
                 = c("#a1dab4", "#41b6c4", "#225ea8"), mean_only =
                 TRUE, connect_exons = TRUE, transcript_label = TRUE,
                 return_subplots_list = FALSE, region_coords = NULL,
                 coverage_type = "area", show_legend = FALSE)
  Argument names in code not in docs:
    coverage_ranges_pq
  Mismatches in argument names:
    Position: 18 Code: coverage_ranges_pq Docs: show_legend

* 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
* 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: 2 WARNINGs, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/wiggleplotr.Rcheck/00check.log’
for details.


Installation output

wiggleplotr.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL wiggleplotr
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘wiggleplotr’ ...
** this is package ‘wiggleplotr’ version ‘1.35.1’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** 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 (wiggleplotr)

Tests output

wiggleplotr.Rcheck/tests/testthat.Rout


R Under development (unstable) (2026-03-01 r89506) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin23

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(wiggleplotr)
> 
> test_check("wiggleplotr")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 6 ]
> 
> proc.time()
   user  system elapsed 
  1.806   0.095   1.983 

Example timings

wiggleplotr.Rcheck/wiggleplotr-Ex.timings

nameusersystemelapsed
extractCoverageData0.8630.0260.917
getGenotypePalette0.0010.0000.000
makeManhattanPlot0.1100.0080.120
plotCoverage0.0300.0040.037
plotCoverageData0.0280.0040.032
plotCoverageFromEnsembldb4.2220.1464.499
plotCoverageFromUCSC0.2470.0130.277
plotTranscripts0.3050.0070.333
plotTranscriptsFromEnsembldb0.3500.0120.366
plotTranscriptsFromUCSC2.0210.0672.119