Back to Multiple platform build/check report for BioC 3.21:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-12-24 11:46 -0500 (Tue, 24 Dec 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4754
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4472
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4426
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4381
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R 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 406/2274HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
coMET 1.39.0  (landing page)
Tiphaine Martin
Snapshot Date: 2024-12-23 13:40 -0500 (Mon, 23 Dec 2024)
git_url: https://git.bioconductor.org/packages/coMET
git_branch: devel
git_last_commit: 0dcb6aa
git_last_commit_date: 2024-10-29 11:16:09 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino7Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    ERROR    OK  
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for coMET on kunpeng2

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

raw results


Summary

Package: coMET
Version: 1.39.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:coMET.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings coMET_1.39.0.tar.gz
StartedAt: 2024-12-24 05:32:38 -0000 (Tue, 24 Dec 2024)
EndedAt: 2024-12-24 05:43:32 -0000 (Tue, 24 Dec 2024)
EllapsedTime: 654.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: coMET.Rcheck
Warnings: 6

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:coMET.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings coMET_1.39.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/coMET.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 ‘coMET/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘coMET’ version ‘1.39.0’
* 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 ‘coMET’ can be installed ... WARNING
Found the following significant warnings:
  Warning: program compiled against libxml 212 using older 211
  Warning: replacing previous import 'utils::findMatches' by 'S4Vectors::findMatches' when loading 'coMET'
See ‘/home/biocbuild/bbs-3.21-bioc/meat/coMET.Rcheck/00install.out’ for details.
* checking installed package size ... INFO
  installed size is 19.0Mb
  sub-directories of 1Mb or more:
    data      7.6Mb
    extdata  10.7Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... NOTE
File
  LICENSE
is not mentioned in the DESCRIPTION file.
* 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 dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
* 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
draw.plot.annotation : <anonymous>: no visible global function
  definition for 'ggplotGrob'
draw.plot.annotation: no visible global function definition for
  'viewTracks'
draw.plot.annotation: no visible global function definition for
  'trackList'
eQTL: no visible binding for global variable 'chromosome_stop'
eQTL: no visible binding for global variable 'chromosome_start'
eQTL: no visible binding for global variable 'chromosome_name'
eQTL_GTEx: no visible binding for global variable 'snp_pos'
eQTL_GTEx: no visible binding for global variable 'snp_chrom'
eQTL_GTEx: no visible binding for global variable 'gene_start'
eQTL_GTEx: no visible binding for global variable 'gene_stop'
eQTL_GTEx: no visible binding for global variable 'gene_chr'
geneExpression_GTEx: no visible global function definition for 'as'
metQTL: no visible binding for global variable 'chromosome_stop'
metQTL: no visible binding for global variable 'chromosome_start'
metQTL: no visible binding for global variable 'chromosome_name'
pizza: no visible global function definition for 'par'
pizza: no visible global function definition for 'plot.new'
pizza: no visible global function definition for 'plot.window'
pizza: no visible global function definition for 'polygon'
pizza: no visible global function definition for 'lines'
pizza: no visible global function definition for 'text'
psiQTL_GTEx: no visible binding for global variable 'pos_snp'
psiQTL_GTEx: no visible binding for global variable 'chr_snp'
psiQTL_GTEx: no visible binding for global variable 'pos_middle_exon'
psiQTL_GTEx: no visible binding for global variable 'chr_exon'
Undefined global functions or variables:
  as chr_exon chr_snp chromosome_name chromosome_start chromosome_stop
  gene_chr gene_start gene_stop ggplotGrob lines par plot.new
  plot.window polygon pos_middle_exon pos_snp snp_chrom snp_pos text
  trackList viewTracks
Consider adding
  importFrom("graphics", "lines", "par", "plot.new", "plot.window",
             "polygon", "text")
  importFrom("methods", "as")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... NOTE
checkRd: (-1) ChIPTF_ENCODE.Rd:36: Escaped LaTeX specials: \#
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Warning: program compiled against libxml 212 using older 211
All user-level objects in a package 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
Warning: program compiled against libxml 212 using older 211
Warning: program compiled against libxml 212 using older 211
* checking Rd \usage sections ... NOTE
Objects in \usage without \alias in Rd file 'check.configVar.cometlist.Rd':
  ‘check.configVar.cometlist’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
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 ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... WARNING
  Warning: program compiled against libxml 212 using older 211
* 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
comet.web            9.507  1.728  34.035
coMET-package        8.881  0.754  25.468
HistoneAll_UCSC      6.215  0.088   6.318
chromatinHMMAll_UCSC 6.087  0.031   6.134
imprintedGenes_GTEx  5.462  0.183   5.661
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.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: 6 WARNINGs, 7 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/coMET.Rcheck/00check.log’
for details.


Installation output

coMET.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL coMET
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘coMET’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
Warning: replacing previous import 'utils::findMatches' by 'S4Vectors::findMatches' when loading 'coMET'
** 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
Warning: replacing previous import 'utils::findMatches' by 'S4Vectors::findMatches' when loading 'coMET'
** testing if installed package can be loaded from final location
Warning: program compiled against libxml 212 using older 211
Warning: replacing previous import 'utils::findMatches' by 'S4Vectors::findMatches' when loading 'coMET'
** testing if installed package keeps a record of temporary installation path
* DONE (coMET)

Tests output

coMET.Rcheck/tests/runTests.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.

> require("coMET") || stop("unable to load Package:coMET")
Loading required package: coMET
Loading required package: grid
Loading required package: biomaRt
Warning: program compiled against libxml 212 using older 211
Loading required package: Gviz
Loading required package: S4Vectors
Loading required package: stats4
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


Attaching package: 'S4Vectors'

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

    findMatches

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

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: GenomicRanges
Loading required package: GenomeInfoDb
Loading required package: psych

Attaching package: 'psych'

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

    distance

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

    distance, reflect

[1] TRUE
Warning message:
replacing previous import 'utils::findMatches' by 'S4Vectors::findMatches' when loading 'coMET' 
> BiocGenerics:::testPackage("coMET")


RUNIT TEST PROTOCOL -- Tue Dec 24 05:43:26 2024 
*********************************************** 
Number of test functions: 1 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
coMET RUnit Tests - 1 test function, 0 errors, 0 failures
Number of test functions: 1 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
 20.474   0.723  21.231 

Example timings

coMET.Rcheck/coMET-Ex.timings

nameusersystemelapsed
COSMIC_UCSC3.7390.0753.823
ChIPTF_ENCODE1.0660.0561.124
ClinVarCnv_UCSC0.5790.0080.589
ClinVarMain_UCSC0.6190.0000.621
CoreillCNV_UCSC0.6140.0080.624
DNAse_UCSC000
DNaseI_FANTOM0.8910.0000.893
DNaseI_RoadMap0.2610.0080.269
GAD_UCSC0.6460.0000.648
GWAScatalog_UCSC0.5020.0080.511
GeneReviews_UCSC0.8240.0200.846
HiCdata2matrix0.0330.0000.033
HistoneAll_UCSC6.2150.0886.318
HistoneOne_UCSC0.5020.0000.503
ISCA_UCSC0.6340.0040.639
TFBS_FANTOM0.5950.0000.596
bindingMotifsBiomart_ENSEMBL0.1970.0040.202
chrUCSC2ENSEMBL0.0000.0000.001
chromHMM_RoadMap0.9550.0040.961
chromatinHMMAll_UCSC6.0870.0316.134
chromatinHMMOne_UCSC0.6560.0200.677
coMET-package 8.881 0.75425.468
col2HSV0.0000.0000.001
comet4.3720.2124.595
comet.list1.1530.0681.226
comet.web 9.507 1.72834.035
complementary0.0370.0000.037
cpgIslands_UCSC0.2110.0200.232
dgfootprints_RoadMap1.1810.0761.260
eQTL2.1610.1512.319
eQTL_GTEx2.1190.0832.208
gcContent_UCSC1.8560.2322.091
genesName_ENSEMBL0.0030.0000.003
genes_ENSEMBL1.2140.0121.229
imprintedGenes_GTEx5.4620.1835.661
interestGenes_ENSEMBL1.0810.0681.152
interestTranscript_ENSEMBL1.2370.0281.268
knownGenes_UCSC1.4470.0201.470
metQTL2.0070.0552.068
miRNATargetRegionsBiomart_ENSEMBL0.0760.0000.077
otherRegulatoryRegionsBiomart_ENSEMBL0.1550.0000.156
pizza0.010.000.01
psiQTL_GTEx1.6600.0201.684
refGenes_UCSC1.3000.0071.310
regulationBiomart_ENSEMBL0.5130.0200.533
regulatoryEvidenceBiomart_ENSEMBL0.2100.0080.218
regulatoryFeaturesBiomart_ENSEMBL0.1970.0150.213
regulatorySegmentsBiomart_ENSEMBL0.2070.0120.219
repeatMasker_UCSC0.7730.0360.811
segmentalDups_UCSC0.5910.0320.625
setColors0.0010.0000.000
snpBiomart_ENSEMBL0.6550.0040.661
snpLocations_UCSC1.7550.0281.788
structureBiomart_ENSEMBL0.6560.0040.660
transcript_ENSEMBL2.0640.0162.085
xenorefGenes_UCSC0.9560.0200.978