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

This page was generated on 2024-05-07 11:38:12 -0400 (Tue, 07 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4485
palomino3Windows Server 2022 Datacenterx644.4.0 (2024-04-24 ucrt) -- "Puppy Cup" 4258
lconwaymacOS 12.7.1 Montereyx86_644.4.0 (2024-04-24) -- "Puppy Cup" 4470
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" 4480
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 1276/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
minfi 1.50.0  (landing page)
Kasper Daniel Hansen
Snapshot Date: 2024-05-06 14:00:20 -0400 (Mon, 06 May 2024)
git_url: https://git.bioconductor.org/packages/minfi
git_branch: RELEASE_3_19
git_last_commit: 8f33a8b
git_last_commit_date: 2024-04-30 10:25:56 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows 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
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  
kjohnson3macOS 13.6.5 Ventura / arm64see weekly results here

CHECK results for minfi on palomino3


To the developers/maintainers of the minfi package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/minfi.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: minfi
Version: 1.50.0
Command: F:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:minfi.install-out.txt --library=F:\biocbuild\bbs-3.19-bioc\R\library --no-vignettes --timings minfi_1.50.0.tar.gz
StartedAt: 2024-05-07 02:11:41 -0400 (Tue, 07 May 2024)
EndedAt: 2024-05-07 02:21:33 -0400 (Tue, 07 May 2024)
EllapsedTime: 591.8 seconds
RetCode: 0
Status:   OK  
CheckDir: minfi.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:minfi.install-out.txt --library=F:\biocbuild\bbs-3.19-bioc\R\library --no-vignettes --timings minfi_1.50.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.19-bioc/meat/minfi.Rcheck'
* using R version 4.4.0 (2024-04-24 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 13.2.0
    GNU Fortran (GCC) 13.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'minfi/DESCRIPTION' ... OK
* this is package 'minfi' version '1.50.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 whether package 'minfi' 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 ... NOTE
Unexported objects imported by ':::' calls:
  'DelayedArray:::get_verbose_block_processing'
  'DelayedArray:::normarg_grid' 'bumphunter:::.getEstimate'
  See the note in ?`:::` about the use of this operator.
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  '.guessArrayTypes'
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Found the following possibly unsafe calls:
File 'minfi/R/IlluminaMethylationManifest-class.R':
  unlockBinding(name, env = object@data)
* checking Rd files ... NOTE
checkRd: (-1) gaphunter.Rd:19: Lost braces
    19 |     If one of the first two, code{\link{getBeta}} is used to calculate beta values. If a
       |                                  ^
checkRd: (-1) ratioConvert-methods.Rd:35: Lost braces
    35 |   \code{\link{RatioSet}} or code{\link{GenomicRatioSet}} for the output
       |                                 ^
checkRd: (-1) ratioConvert-methods.Rd:36: Lost braces
    36 |   object and \code{\link{MethylSet}} or code{\link{GenomicMethylSet}}
       |                                             ^
* 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 files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                    user system elapsed
combineArrays      75.27   4.00   82.23
bumphunter         31.59   4.88   36.44
read.metharray.exp  9.59   0.59   45.15
read.metharray      5.83   0.25   24.60
* 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: 3 NOTEs
See
  'F:/biocbuild/bbs-3.19-bioc/meat/minfi.Rcheck/00check.log'
for details.


Installation output

minfi.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD INSTALL minfi
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.19-bioc/R/library'
* installing *source* package 'minfi' ...
** using staged installation
** R
** 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 (minfi)

Tests output

minfi.Rcheck/tests/runTests.Rout


R version 4.4.0 (2024-04-24 ucrt) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64

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("minfi") || stop("unable to load minfi")
Loading required package: minfi
Loading required package: BiocGenerics

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

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: S4Vectors

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

Attaching package: 'IRanges'

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

    windows

Loading required package: GenomeInfoDb
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

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

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

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

    rowMedians

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

    anyMissing, rowMedians

Loading required package: Biostrings
Loading required package: XVector

Attaching package: 'Biostrings'

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

    strsplit

Loading required package: bumphunter
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
Loading required package: locfit
locfit 1.5-9.9 	 2024-03-01
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
[1] TRUE
> BiocGenerics:::testPackage("minfi")
Loading required package: minfiData
Loading required package: IlluminaHumanMethylation450kmanifest
Loading required package: IlluminaHumanMethylation450kanno.ilmn12.hg19
Loading required package: digest
Loading required package: DelayedArray
Loading required package: Matrix

Attaching package: 'Matrix'

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

    expand

Loading required package: S4Arrays
Loading required package: abind

Attaching package: 'S4Arrays'

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

    abind

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

    rowsum

Loading required package: SparseArray

Attaching package: 'DelayedArray'

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

    apply, scale, sweep



RUNIT TEST PROTOCOL -- Tue May  7 02:21:18 2024 
*********************************************** 
Number of test functions: 10 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
minfi RUnit Tests - 10 test functions, 0 errors, 0 failures
Number of test functions: 10 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  43.89    2.62   46.48 

Example timings

minfi.Rcheck/minfi-Ex.timings

nameusersystemelapsed
GenomicMethylSet-class0.140.000.14
GenomicRatioSet-class000
IlluminaMethylationManifest-class4.230.174.41
MethylSet-class000
RGChannelSet-class000
RatioSet-class000
bumphunter31.59 4.8836.44
combineArrays75.27 4.0082.23
compartments1.860.222.08
controlStripPlot2.750.212.97
convertArray1.250.161.39
densityBeanPlot2.160.202.36
densityPlot3.640.414.04
detectionP0.470.000.47
dmpFinder0.110.030.14
estimateCellCounts000
fixMethOutliers1.980.112.09
gaphunter0.140.000.14
getAnnotation0.790.090.86
getGenomicRatioSetFromGEO000
getQC0.250.020.27
getSex0.960.091.06
logit2000
makeGenomicRatioSetFromMatrix0.330.030.36
mapToGenome-methods0.260.020.28
mdsPlot1.320.121.44
minfiQC2.200.332.50
plotBetasByType000
plotCpg0.150.010.17
preprocessFunnorm3.270.273.53
preprocessIllumina3.650.444.08
preprocessNoob0.740.040.75
preprocessQuantile0.790.040.83
preprocessRaw3.880.174.03
preprocessSwan0.670.040.72
qcReport0.040.020.06
ratioConvert-methods0.080.020.09
read.metharray 5.83 0.2524.60
read.metharray.exp 9.59 0.5945.15
read.metharray.sheet0.070.000.10
readGEORawFile000
readTCGA000
subsetByLoci0.620.050.67
utils0.120.010.14