Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-03-04 11:39:28 -0500 (Mon, 04 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4676
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2024-01-14 r85805 ucrt) -- "Unsuffered Consequences" 4414
merida1macOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4441
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-01-16 r85812) -- "Unsuffered Consequences" 4417
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 1190/2251HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
metagene 2.35.1  (landing page)
Charles Joly Beauparlant
Snapshot Date: 2024-03-01 14:00:22 -0500 (Fri, 01 Mar 2024)
git_url: https://git.bioconductor.org/packages/metagene
git_branch: devel
git_last_commit: e726b7c
git_last_commit_date: 2024-02-29 13:13:37 -0500 (Thu, 29 Feb 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    ERROR  
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  YES
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  

CHECK results for metagene on merida1


To the developers/maintainers of the metagene package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/metagene.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: metagene
Version: 2.35.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metagene.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metagene_2.35.1.tar.gz
StartedAt: 2024-03-02 06:27:51 -0500 (Sat, 02 Mar 2024)
EndedAt: 2024-03-02 06:42:13 -0500 (Sat, 02 Mar 2024)
EllapsedTime: 862.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: metagene.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/metagene.Rcheck’
* using R Under development (unstable) (2024-01-16 r85808)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.7.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘metagene/DESCRIPTION’ ... OK
* this is package ‘metagene’ version ‘2.35.1’
* 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 ‘metagene’ can be installed ... WARNING
Found the following significant warnings:
  Warning: Package 'metagene' is deprecated and will be removed from Bioconductor
See ‘/Users/biocbuild/bbs-3.19-bioc/meat/metagene.Rcheck/00install.out’ for details.
* checking installed package size ... NOTE
  installed size is  7.2Mb
  sub-directories of 1Mb or more:
    extdata   5.4Mb
* 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 R 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 whether startup messages can be suppressed ... 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
NCIS.internal: no visible global function definition for
  'est.norm.med.search'
avoid_gaps_update: no visible binding for global variable 'value'
avoid_gaps_update: no visible binding for global variable 'bam'
avoid_gaps_update: no visible binding for global variable 'tab'
avoid_gaps_update: no visible binding for global variable 'nuc'
bin.data: no visible global function definition for 'hist'
permutation_test: no visible global function definition for '.'
permutation_test: no visible binding for global variable 'value'
plot_metagene: no visible binding for global variable 'bin'
plot_metagene: no visible binding for global variable 'value'
plot_metagene: no visible binding for global variable 'qinf'
plot_metagene: no visible binding for global variable 'qsup'
plot_metagene: no visible binding for global variable 'group'
plot_metagene: no visible binding for global variable 'nuc'
plot_metagene: no visible binding for global variable 'design'
plot_metagene: no visible binding for global variable 'nuctot'
Undefined global functions or variables:
  . bam bin design est.norm.med.search group hist nuc nuctot qinf qsup
  tab value
Consider adding
  importFrom("graphics", "hist")
to your NAMESPACE file.
* checking Rd files ... WARNING
checkRd: (5) Bam_Handler.Rd:22: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:42: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:46: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:50: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:54: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:58: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:61-62: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:71-72: \item in \describe must have non-empty label
checkRd: (5) Bam_Handler.Rd:81: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:23-26: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:61-62: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:77-78: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:102-103: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:116: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:119: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:122: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:127: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:130: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:133: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:144: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:147: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:155: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:164: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:170: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:179: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:183: \item in \describe must have non-empty label
checkRd: (5) metagene.Rd:186: \item in \describe must have non-empty label
* 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 R/sysdata.rda ... 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
get_demo_metagene 3.827  0.488   5.049
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 ERROR
Running the tests in ‘tests/runTests.R’ failed.
Last 13 lines of output:
   
  
  Test files with failing tests
  
     test_parallel_job.R 
       test.parallel_job_get_core_count_valid_multiple_core 
       test.parallel_job_get_core_count_valid_single_core 
       test.parallel_job_set_core_count_valid_multiple_core 
       test.parallel_job_set_core_count_valid_single_core 
  
  
  Error in BiocGenerics:::testPackage("metagene") : 
    unit tests failed for package metagene
  In addition: There were 50 or more warnings (use warnings() to see the first 50)
  Execution halted
* 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 ERROR, 2 WARNINGs, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.19-bioc/meat/metagene.Rcheck/00check.log’
for details.


Installation output

metagene.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘metagene’ ...
** 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
Warning: Package 'metagene' is deprecated and will be removed from Bioconductor
  version 3.20
** testing if installed package can be loaded from final location
Warning: Package 'metagene' is deprecated and will be removed from Bioconductor
  version 3.20
** testing if installed package keeps a record of temporary installation path
* DONE (metagene)

Tests output

metagene.Rcheck/tests/runTests.Rout.fail


R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

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.

> ## Run all tests in the metagene package
> BiocGenerics:::testPackage("metagene")

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, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min


Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data frame : ChIP-Seq
[1] TRUE
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
ChIP-Seq flip/unflip
Normalization done
produce data table : ChIP-Seq
[1] TRUE
produce data table : ChIP-Seq
[1] TRUE
produce data table : ChIP-Seq
[1] TRUE
produce data table : ChIP-Seq
[1] TRUE
produce data table : ChIP-Seq
[1] TRUE
produce data table : ChIP-Seq
produce data table : ChIP-Seq
ChIP-Seq flip/unflip
ChIP-Seq flip/unflip
Timing stopped at: 1.015 0.066 1.238
Error in checkIdentical(obs, exp) : FALSE 
 
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Timing stopped at: 0.006 0 0.007
Error in checkIdentical(obs, exp) : FALSE 
 
Timing stopped at: 1.211 0.334 1.786
Error in checkIdentical(obs, exp) : FALSE 
 
Timing stopped at: 0.987 0.005 1.147
Error in checkIdentical(obs, exp) : FALSE 
 
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
produce data table : ChIP-Seq
[1] TRUE


RUNIT TEST PROTOCOL -- Sat Mar  2 06:41:58 2024 
*********************************************** 
Number of test functions: 218 
Number of errors: 0 
Number of failures: 4 

 
1 Test Suite : 
metagene RUnit Tests - 218 test functions, 0 errors, 4 failures
FAILURE in test.parallel_job_get_core_count_valid_multiple_core: Error in checkIdentical(obs, exp) : FALSE 
 
FAILURE in test.parallel_job_get_core_count_valid_single_core: Error in checkIdentical(obs, exp) : FALSE 
 
FAILURE in test.parallel_job_set_core_count_valid_multiple_core: Error in checkIdentical(obs, exp) : FALSE 
 
FAILURE in test.parallel_job_set_core_count_valid_single_core: Error in checkIdentical(obs, exp) : FALSE 
 

Test files with failing tests

   test_parallel_job.R 
     test.parallel_job_get_core_count_valid_multiple_core 
     test.parallel_job_get_core_count_valid_single_core 
     test.parallel_job_set_core_count_valid_multiple_core 
     test.parallel_job_set_core_count_valid_single_core 


Error in BiocGenerics:::testPackage("metagene") : 
  unit tests failed for package metagene
In addition: There were 50 or more warnings (use warnings() to see the first 50)
Execution halted

Example timings

metagene.Rcheck/metagene-Ex.timings

nameusersystemelapsed
Bam_Handler0.1530.0080.187
avoid_gaps_update0.0010.0020.003
bed_file_filter0.0000.0010.001
exon_by_gene_with_observed_transcripts0.0000.0010.000
get_demo_bam_files0.0060.0020.012
get_demo_design0.0020.0010.007
get_demo_metagene3.8270.4885.049
get_demo_regions0.0030.0010.005
get_promoters_txdb0.0010.0010.001
metagene0.6320.0490.785
permutation_test0.0000.0010.001
plot_metagene2.3990.0992.887
promoters_hg180.0040.0030.007
promoters_hg190.0010.0030.005
promoters_mm100.0010.0030.004
promoters_mm90.0020.0030.011
write_bed_file_filter_result0.0010.0010.002