Back to Rapid builds (Linux only) of a subset of BioC 3.23
Report updated every 6 hours

This page was generated on 2025-12-08 09:34 -0500 (Mon, 08 Dec 2025).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-28 r88973) -- "Unsuffered Consequences" 925
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 200/230HostnameOS / ArchINSTALLBUILDCHECK
sesame 1.29.0  (landing page)
Wanding Zhou
Snapshot Date: 2025-12-08 06:00 -0500 (Mon, 08 Dec 2025)
git_url: https://git.bioconductor.org/packages/sesame
git_branch: devel
git_last_commit: 92283cb
git_last_commit_date: 2025-10-29 10:46:05 -0500 (Wed, 29 Oct 2025)
teran2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  


CHECK results for sesame on teran2

To the developers/maintainers of the sesame package:
- 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: sesame
Version: 1.29.0
Command: /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD check --install=check:sesame.install-out.txt --library=/home/rapidbuild/bbs-3.23-bioc-rapid/R/site-library --timings sesame_1.29.0.tar.gz
StartedAt: 2025-12-08 08:56:59 -0500 (Mon, 08 Dec 2025)
EndedAt: 2025-12-08 09:08:02 -0500 (Mon, 08 Dec 2025)
EllapsedTime: 663.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: sesame.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD check --install=check:sesame.install-out.txt --library=/home/rapidbuild/bbs-3.23-bioc-rapid/R/site-library --timings sesame_1.29.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/meat/sesame.Rcheck’
* using R Under development (unstable) (2025-10-28 r88973)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘sesame/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘sesame’ version ‘1.29.0’
* package encoding: UTF-8
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Wanding Zhou <zhouwanding@gmail.com>’

Unknown, possibly misspelled, fields in DESCRIPTION:
  ‘git_url’ ‘git_branch’ ‘git_last_commit’ ‘git_last_commit_date’

The Title field should be in title case. Current version is:
  ‘SEnsible Step-wise Analysis of DNA MEthylation BeadChips’
In title case that is:
  ‘SEnsible Step-Wise Analysis of DNA MEthylation BeadChips’

Size of tarball: 17021341 bytes
* 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 ‘sesame’ 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 loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking use of S3 registration ... 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 ... OK
* checking Rd files ... OK
* 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 ... ERROR
Running examples in ‘sesame-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: sdf_read_table
> ### Title: read a table file to SigDF
> ### Aliases: sdf_read_table
> 
> ### ** Examples
> 
> sesameDataCache() # if not done yet
> sdf <- sesameDataGet('EPIC.1.SigDF')
> fname <- sprintf("%s/sigdf.txt", tempdir())
> sdf_write_table(sdf, file=fname)
Error in write.table(sdf, row.names = FALSE, ...) : 
  Error writing to connection:  No space left on device
Calls: sdf_write_table -> write.table
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                                user system elapsed
imputeBetasByGenomicNeighbors 23.596  0.704  24.335
inferSex                      14.645  0.141  14.796
inferSpecies                  12.828  0.659  13.491
imputeBetas                   12.464  0.463  13.223
ELBAR                          9.844  0.120   9.971
diffRefSet                     9.470  0.179   9.652
getRefSet                      9.181  0.074   9.256
compareReference               7.737  0.141   7.977
compareMouseStrainReference    7.712  0.070   7.785
matchDesign                    7.105  0.044   7.153
inferStrain                    5.641  0.561   6.202
DMR                            5.826  0.104   5.933
dyeBiasCorrMostBalanced        4.918  0.081   5.011
* 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 re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 NOTE
See
  ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/meat/sesame.Rcheck/00check.log’
for details.


Installation output

sesame.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD INSTALL sesame
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library’
* installing *source* package ‘sesame’ ...
** this is package ‘sesame’ version ‘1.29.0’
** 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 (sesame)

Tests output

sesame.Rcheck/tests/testthat.Rout


R Under development (unstable) (2025-10-28 r88973) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-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.

> library(testthat)
> library(sesame)
Loading required package: sesameData
Loading required package: ExperimentHub
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

Loading required package: AnnotationHub
Loading required package: BiocFileCache
Loading required package: dbplyr
Loading sesameData.

----------------------------------------------------------
| SEnsible Step-wise Analysis of DNA MEthylation (SeSAMe)
| --------------------------------------------------------
| Please cache auxiliary data by "sesameDataCache()".
| This needs to be done only once per SeSAMe installation.
----------------------------------------------------------

> 
> test_check("sesame")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 5 ]
> 
> proc.time()
   user  system elapsed 
 14.113   0.726  15.018 

Example timings

sesame.Rcheck/sesame-Ex.timings

nameusersystemelapsed
BetaValueToMValue0.0000.0010.000
DML4.7060.1994.924
DMLpredict0.6950.0180.714
DMR5.8260.1045.933
ELBAR9.8440.1209.971
MValueToBetaValue000
SigDF0.1660.0180.184
addMask0.0360.0000.035
betasCollapseToPfx0.0090.0000.009
bisConversionControl2.7420.0522.800
calcEffectSize0.5960.0270.623
checkLevels2.8260.0512.891
cnSegmentation0.1610.0160.177
compareMouseStrainReference7.7120.0707.785
compareMouseTissueReference000
compareReference7.7370.1417.977
controls1.0960.0361.132
createUCSCtrack3.0360.1043.158
deIdentify4.4020.0614.478
detectionPnegEcdf0.5550.0000.555
diffRefSet9.4700.1799.652
dmContrasts1.3310.0201.352
dyeBiasCorr1.5000.1181.619
dyeBiasCorrMostBalanced4.9180.0815.011
dyeBiasL0.6760.0660.742
dyeBiasNL3.8040.0533.857
estimateLeukocyte4.0630.1334.216
formatVCF1.2320.0441.275
getAFTypeIbySumAlleles1.0140.0451.061
getAFs0.5400.0180.558
getBetas0.4710.0130.484
getMask3.9820.1214.110
getRefSet9.1810.0749.256
imputeBetas12.464 0.46313.223
imputeBetasByGenomicNeighbors23.596 0.70424.335
imputeBetasMatrixByMean0.0010.0000.001
inferEthnicity0.0000.0010.001
inferInfiniumIChannel0.1670.1150.282
inferSex14.645 0.14114.796
inferSpecies12.828 0.65913.491
inferStrain5.6410.5616.202
inferTissue4.2450.2254.471
initFileSet0.5970.0260.624
listAvailableMasks0.6320.0350.667
mLiftOver0.0010.0000.001
mapFileSet0.0250.0000.025
mapToMammal401.3750.0511.430
matchDesign7.1050.0447.153
meanIntensity1.5300.0411.570
medianTotalIntensity0.4700.0210.491
noMasked1.9940.0522.047
noob1.2440.0211.265
openSesame2.9240.0472.983
openSesameToFile0.8190.0010.821
pOOBAH0.8020.0000.802
palgen0.0260.0030.034
parseGEOsignalMU1.6550.0311.689
predictAge1.6440.0261.670
predictAgeHorvath353000
predictAgeSkinBlood000
predictMouseAgeInMonth000
prefixMask0.220.000.22
prefixMaskButC0.1210.0000.122
prefixMaskButCG0.0240.0000.025
prepSesame2.1040.0302.135
prepSesameList0.0010.0000.002
print.DMLSummary2.1580.0412.200
print.fileSet0.5980.0220.621
probeID_designType0.0000.0000.001
probeSuccessRate2.8530.0662.917
qualityMask1.0710.0381.109
reIdentify2.7650.0262.791
readFileSet0.0390.0020.042
readIDATpair0.0650.0010.066
recommendedMaskNames0.0000.0000.001
resetMask0.2170.0110.228
scrub1.4230.0001.423
scrubSoft2.3280.0002.328
sdfPlatform0.1800.0110.207