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

This page was generated on 2025-01-21 11:47 -0500 (Tue, 21 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4777
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4502
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4467
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4422
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4406
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 1236/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
methylumi 2.53.0  (landing page)
Sean Davis
Snapshot Date: 2025-01-20 13:40 -0500 (Mon, 20 Jan 2025)
git_url: https://git.bioconductor.org/packages/methylumi
git_branch: devel
git_last_commit: 491e60e
git_last_commit_date: 2024-10-29 09:31:31 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for methylumi on kunpeng2

To the developers/maintainers of the methylumi package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/methylumi.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: methylumi
Version: 2.53.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:methylumi.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings methylumi_2.53.0.tar.gz
StartedAt: 2025-01-21 08:16:57 -0000 (Tue, 21 Jan 2025)
EndedAt: 2025-01-21 08:24:16 -0000 (Tue, 21 Jan 2025)
EllapsedTime: 439.5 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: methylumi.Rcheck
Warnings: 6

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/methylumi.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 ‘methylumi/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘methylumi’ version ‘2.53.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Depends: includes the non-default packages:
  'Biobase', 'scales', 'reshape2', 'ggplot2', 'matrixStats',
  'FDb.InfiniumMethylation.hg19', 'minfi'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .travis.yml
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘methylumi’ 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/methylumi.Rcheck/00install.out’ for details.
* checking installed package size ... INFO
  installed size is 10.0Mb
  sub-directories of 1Mb or more:
    R         1.3Mb
    data      2.7Mb
    extdata   5.8Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘Biobase’ ‘minfi’ ‘lattice’ ‘matrixStats’
A package should be listed in only one of these fields.
* 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 dependencies in R code ... NOTE
Warning: program compiled against libxml 212 using older 211
'library' or 'require' calls to packages already attached by Depends:
  ‘FDb.InfiniumMethylation.hg19’ ‘ggplot2’ ‘matrixStats’ ‘minfi’
  ‘reshape2’ ‘scales’
  Please remove these calls from your code.
'library' or 'require' calls in package code:
  ‘Biostrings’ ‘MASS’ ‘lumi’ ‘parallel’ ‘rtracklayer’
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
Namespace in Imports field not imported from: ‘graphics’
  All declared Imports should be used.
Packages in Depends field not imported from:
  ‘FDb.InfiniumMethylation.hg19’ ‘ggplot2’ ‘matrixStats’ ‘methods’
  ‘reshape2’ ‘scales’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
':::' call which should be '::': ‘lumi:::produceMethylationGEOSubmissionFile’
  See the note in ?`:::` about the use of this operator.
Unexported objects imported by ':::' calls:
  ‘Biobase:::unsafeSetSlot’ ‘genefilter:::.findCentralMap’
  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
getBarcodes: warning in list.files(path = path, patt = "idat"): partial
  argument match of 'patt' to 'pattern'
coerce,RangedSummarizedExperiment-GenomicMethylSet: warning in
  assays(from, withDim = F): partial argument match of 'withDim' to
  'withDimnames'
.getFinalReportBlock: no visible global function definition for
  ‘read.table’
.mclapply: no visible global function definition for ‘mclapply’
.parallel : <anonymous>: no visible global function definition for
  ‘ecdf’
.readOldMethylationFile: no visible global function definition for
  ‘read.delim’
CSVtoDF: no visible global function definition for ‘read.csv’
SEtoGRset: no visible global function definition for ‘GenomicRatioSet’
beta.mme: no visible global function definition for ‘weighted.mean’
beta.transform: no visible global function definition for
  ‘weighted.mean’
cy3: no visible global function definition for ‘addColorChannelInfo’
cy5: no visible global function definition for ‘addColorChannelInfo’
gamma.get.xcs: no visible global function definition for
  ‘gamma.integral’
gamma.get.xs : <anonymous>: no visible global function definition for
  ‘gamma.mle’
gamma.get.xs : <anonymous>: no visible global function definition for
  ‘gamma.integral’
gamma.signal: no visible global function definition for
  ‘gamma.integral’
gammaM.get.xcs : <anonymous>: no visible binding for global variable
  ‘offset’
gammaM.get.xs : <anonymous>: no visible global function definition for
  ‘gamma.mode’
gammaM.get.xs : <anonymous>: no visible global function definition for
  ‘gamma.mle’
getAssayDataNameSubstitutions: no visible global function definition
  for ‘read.table’
getMethylationBeadMappers : <anonymous>: no visible global function
  definition for ‘data’
getMethylationBeadMappers : <anonymous>: no visible binding for global
  variable ‘hm27.controls’
getMethylationBeadMappers : <anonymous>: no visible binding for global
  variable ‘hm450.controls’
getMethylationBeadMappers : <anonymous>: no visible binding for global
  variable ‘hm27.ordering’
getMethylationBeadMappers : <anonymous>: no visible binding for global
  variable ‘hm450.ordering’
getPlatform: no visible binding for global variable
  ‘FDb.InfiniumMethylation.hg19’
getPlatform: no visible global function definition for ‘data’
getPlatform: no visible global function definition for ‘DNAStringSet’
illumina.get.xs: no visible global function definition for
  ‘colQuantiles’
median.get.xs: no visible global function definition for ‘colMedians’
methylumi.bgcorr: no visible binding for global variable
  ‘IlluminaHumanMethylation27kCOLORCHANNEL’
methylumi.bgcorr: no visible binding for global variable
  ‘IlluminaHumanMethylation450kCOLORCHANNEL’
methylumi.diagnostics: no visible binding for global variable
  ‘IlluminaHumanMethylation27kCOLORCHANNEL’
methylumi.diagnostics: no visible binding for global variable
  ‘IlluminaHumanMethylation450kCOLORCHANNEL’
methylumi.diagnostics: no visible global function definition for ‘par’
methylumi.diagnostics: no visible global function definition for
  ‘colorRampPalette’
methylumi.diagnostics: no visible global function definition for
  ‘lines’
methylumi.diagnostics: no visible global function definition for
  ‘title’
methylumi.diagnostics: no visible global function definition for
  ‘plot.density’
methylumi.diagnostics: no visible global function definition for
  ‘abline’
methylumiCSV: no visible global function definition for
  ‘DFsToNChannelSet’
methylumiR: no visible global function definition for ‘capture.output’
methylumiToMinfi: no visible global function definition for
  ‘RGChannelSet’
normalizeMethyLumiSet: no visible global function definition for
  ‘capture.output’
normexp.get.xs: no visible global function definition for ‘huber’
normexp.get.xs: no visible global function definition for ‘colSds’
normexp.signal: no visible global function definition for ‘dnorm’
normexp.signal: no visible global function definition for ‘pnorm’
plotNegOob: no visible global function definition for ‘par’
plotNegOob : <anonymous>: no visible global function definition for
  ‘melt’
plotNegOob: no visible global function definition for ‘ggplot’
plotNegOob: no visible global function definition for ‘aes’
plotNegOob: no visible binding for global variable ‘intensity’
plotNegOob: no visible binding for global variable ‘channel.probes’
plotNegOob: no visible global function definition for ‘geom_histogram’
plotNegOob: no visible binding for global variable ‘..density..’
plotNegOob: no visible global function definition for
  ‘position_identity’
plotNegOob: no visible global function definition for ‘facet_grid’
plotNegOob: no visible global function definition for
  ‘scale_x_continuous’
plotNegOob: no visible global function definition for
  ‘scale_y_continuous’
plotNegOob: no visible global function definition for
  ‘scale_fill_manual’
plotNegOob: no visible global function definition for ‘opts’
plotNegOob: no visible global function definition for ‘theme_bw’
psummary: no visible global function definition for ‘p.adjust’
qc.probe.plot: no visible global function definition for ‘log_trans’
qc.probe.plot: no visible global function definition for ‘melt’
qc.probe.plot: no visible binding for global variable ‘variable’
qc.probe.plot: no visible binding for global variable ‘value’
qc.probe.plot: no visible global function definition for ‘coord_flip’
qc.probe.plot: no visible global function definition for
  ‘scale_x_continuous’
qc.probe.plot: no visible global function definition for
  ‘scale_y_discrete’
qc.probe.plot: no visible global function definition for ‘facet_grid’
qc.probe.plot: no visible global function definition for
  ‘scale_colour_manual’
qc.probe.plot: no visible global function definition for
  ‘scale_shape_manual’
qc.probe.plot: no visible global function definition for ‘theme_bw’
[,MethyLumiM-ANY-ANY-ANY: no visible global function definition for
  ‘packageDescription’
coerce,MethyLumiM-MethylSet: no visible global function definition for
  ‘MethylSet’
coerce,MethyLumiM-MethylSet: no visible global function definition for
  ‘packageVersion’
coerce,MethyLumiSet-MethylSet: no visible global function definition
  for ‘MethylSet’
coerce,MethyLumiSet-MethylSet: no visible global function definition
  for ‘packageVersion’
coerce,RangedSummarizedExperiment-GenomicMethylSet: no visible global
  function definition for ‘GenomicMethylSet’
coerce,eSet-MethyLumiM: no visible global function definition for
  ‘capture.output’
coerce,eSet-MethyLumiM: no visible global function definition for
  ‘packageDescription’
combine27k450k,MethyLumiSet-MethyLumiSet: no visible global function
  definition for ‘subsetCommonProbes’
combine,MethyLumiM-MethyLumiM: no visible global function definition
  for ‘capture.output’
combine,MethyLumiM-MethyLumiM: no visible global function definition
  for ‘packageDescription’
corplot,MethyLumiSet: no visible global function definition for
  ‘hclust’
corplot,MethyLumiSet: no visible global function definition for
  ‘as.dist’
getProbesByChannel,methylData : <anonymous>: no visible binding for
  global variable ‘allele’
hist,MethyLumiQC: no visible global function definition for ‘par’
hist,MethyLumiSet: no visible global function definition for ‘par’
initialize,MethyLumiQC: ... may be used in an incorrect context:
  ‘assayDataNew(...)’
intensities.IB,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation27kCOLORCHANNEL’
intensities.IB,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation450kCOLORCHANNEL’
intensities.M,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation27kCOLORCHANNEL’
intensities.M,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation450kCOLORCHANNEL’
intensities.OOB.allelic,MethyLumiSet-character-character: no visible
  binding for global variable ‘IlluminaHumanMethylation27kCOLORCHANNEL’
intensities.OOB.allelic,MethyLumiSet-character-character: no visible
  binding for global variable
  ‘IlluminaHumanMethylation450kCOLORCHANNEL’
intensities.OOB,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation27kCOLORCHANNEL’
intensities.OOB,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation450kCOLORCHANNEL’
intensities.U,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation27kCOLORCHANNEL’
intensities.U,MethyLumiSet-character: no visible binding for global
  variable ‘IlluminaHumanMethylation450kCOLORCHANNEL’
pairs,MethyLumiSet : upperPanel: no visible global function definition
  for ‘points’
pairs,MethyLumiSet : upperPanel: no visible global function definition
  for ‘abline’
pairs,MethyLumiSet : lowerPanel: no visible global function definition
  for ‘par’
pairs,MethyLumiSet : lowerPanel: no visible global function definition
  for ‘text’
pairs,MethyLumiSet : diagPanel: no visible global function definition
  for ‘par’
pairs,MethyLumiSet : diagPanel: no visible global function definition
  for ‘rect’
pairs,MethyLumiSet: no visible global function definition for ‘par’
plotNAs,methylData: no visible binding for global variable ‘index’
plotNAs,methylData: no visible binding for global variable ‘dropouts’
plotProbeNAs,methylData: no visible binding for global variable ‘mu’
plotProbeNAs,methylData: no visible binding for global variable ‘drops’
plotSampleIntensities,MethyLumiSet: no visible global function
  definition for ‘lines’
plotSampleIntensities,MethyLumiSet: no visible global function
  definition for ‘box’
plotSampleIntensities,MethyLumiSet: no visible global function
  definition for ‘axis’
pval.detect<-,methylData-numeric : <anonymous> : <anonymous>: no
  visible global function definition for ‘ecdf’
pval.detect<-,methylData-numeric: no visible global function definition
  for ‘rowMins’
Undefined global functions or variables:
  ..density.. DFsToNChannelSet DNAStringSet
  FDb.InfiniumMethylation.hg19 GenomicMethylSet GenomicRatioSet
  IlluminaHumanMethylation27kCOLORCHANNEL
  IlluminaHumanMethylation450kCOLORCHANNEL MethylSet RGChannelSet
  abline addColorChannelInfo aes allele as.dist axis box capture.output
  channel.probes colMedians colQuantiles colSds colorRampPalette
  coord_flip data dnorm dropouts drops ecdf facet_grid gamma.integral
  gamma.mle gamma.mode geom_histogram ggplot hclust hm27.controls
  hm27.ordering hm450.controls hm450.ordering huber index intensity
  lines log_trans mclapply melt mu offset opts p.adjust
  packageDescription packageVersion par plot.density pnorm points
  position_identity read.csv read.delim read.table rect rowMins
  scale_colour_manual scale_fill_manual scale_shape_manual
  scale_x_continuous scale_y_continuous scale_y_discrete
  subsetCommonProbes text theme_bw title value variable weighted.mean
Consider adding
  importFrom("grDevices", "colorRampPalette")
  importFrom("graphics", "abline", "axis", "box", "lines", "par",
             "points", "rect", "text", "title")
  importFrom("stats", "as.dist", "dnorm", "ecdf", "hclust", "offset",
             "p.adjust", "pnorm", "weighted.mean")
  importFrom("utils", "capture.output", "data", "packageDescription",
             "packageVersion", "read.csv", "read.delim", "read.table")
to your NAMESPACE file.
* checking Rd files ... NOTE
prepare_Rd: estimateM.Rd:34-36: Dropping empty section \seealso
prepare_Rd: estimateM.Rd:37-39: Dropping empty section \examples
checkRd: (-1) extractBarcodeAndPosition.Rd:14: Escaped LaTeX specials: \_ \_
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  MethyLumi-class.Rd: eSet-class, VersionedBiobase-class,
    Versioned-class
  MethyLumiM-class.Rd: ExpressionSet, eSet, VersionedBiobase, Versioned
  MethyLumiQC-class.Rd: eSet-class, VersionedBiobase-class,
    Versioned-class
  MethyLumiSet-class.Rd: AssayData-class, AnnotatedDataFrame-class,
    MIAME-class, eSet-class, VersionedBiobase-class, Versioned-class
  generics.Rd: eSet-class
  methylumi-package.Rd: eSet-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
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
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
* 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, 9 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/methylumi.Rcheck/00check.log’
for details.


Installation output

methylumi.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library’
* installing *source* package ‘methylumi’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: program compiled against libxml 212 using older 211
** 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 (methylumi)

Tests output


Example timings

methylumi.Rcheck/methylumi-Ex.timings

nameusersystemelapsed
CpGs0.5050.0200.526
MethyLumi-class0.5500.0200.578
MethyLumiM-class0.0010.0000.001
MethyLumiQC-class0.0010.0000.000
MethyLumiSet-class0.0010.0000.001
extractBarcodeAndPosition0.0030.0000.003
getAssayDataNameSubstitutions0.0030.0000.003
methylData-class000
methylumIDAT000
methylumiR0.2920.0080.301
mldat0.0610.0000.061
normalizeMethyLumiSet0.3900.0160.407
plotSampleIntensities0.0720.0040.077
qcplot0.2120.0320.245
varFilter0.5580.0000.561