Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2023-11-14 11:35:54 -0500 (Tue, 14 Nov 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_64R Under development (unstable) (2023-10-22 r85388) -- "Unsuffered Consequences" 4604
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2023-10-23 r85389 ucrt) -- "Unsuffered Consequences" 4358
merida1macOS 12.7.1 Montereyx86_64R Under development (unstable) (2023-10-31 r85450) -- "Unsuffered Consequences" 4353
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2023-11-01 r85459) -- "Unsuffered Consequences" 4237
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 1873/2221HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
segmentSeq 2.37.0  (landing page)
Thomas J. Hardcastle
Snapshot Date: 2023-11-13 14:00:13 -0500 (Mon, 13 Nov 2023)
git_url: https://git.bioconductor.org/packages/segmentSeq
git_branch: devel
git_last_commit: 9c4a05c
git_last_commit_date: 2023-10-24 09:43:27 -0500 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    WARNINGS  NO, package depends on 'baySeq' which is not available
palomino3Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
merida1macOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  ERROR    ERROR  skipped

CHECK results for segmentSeq on nebbiolo1


To the developers/maintainers of the segmentSeq package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/segmentSeq.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: segmentSeq
Version: 2.37.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:segmentSeq.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings segmentSeq_2.37.0.tar.gz
StartedAt: 2023-11-14 01:26:11 -0500 (Tue, 14 Nov 2023)
EndedAt: 2023-11-14 01:45:19 -0500 (Tue, 14 Nov 2023)
EllapsedTime: 1148.1 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: segmentSeq.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:segmentSeq.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings segmentSeq_2.37.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/segmentSeq.Rcheck’
* using R Under development (unstable) (2023-10-22 r85388)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.3 LTS
* using session charset: UTF-8
* checking for file ‘segmentSeq/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘segmentSeq’ version ‘2.37.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 ‘segmentSeq’ can be installed ... WARNING
Found the following significant warnings:
  Warning: Package 'baySeq' is deprecated and will be removed from Bioconductor
See ‘/home/biocbuild/bbs-3.19-bioc/meat/segmentSeq.Rcheck/00install.out’ for details.
* 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 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 loading without being on the library search path ... 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
heuristicSeg : <anonymous>: no visible binding for global variable
  ‘sDP’
Undefined global functions or variables:
  sDP
* 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 ... NOTE
Argument items with no description in Rd file 'plotMeth.Rd':
  ‘loci’
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* 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
classifySeg         33.379  0.133  33.514
lociLikelihoods     14.616  0.000  14.618
heuristicSeg        14.549  0.000  14.549
plotGenome           7.788  0.008   7.797
getCounts            5.736  0.012   5.749
alignmentData-class  4.584  0.759   5.345
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘methylationAnalysis.Rnw’... OK
  ‘segmentSeq.Rnw’... OK
 OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/segmentSeq.Rcheck/00check.log’
for details.



Installation output

segmentSeq.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL segmentSeq
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘segmentSeq’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning message:
Package 'baySeq' is deprecated and will be removed from Bioconductor
  version 3.19 
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: Package 'baySeq' is deprecated and will be removed from Bioconductor
  version 3.19
** testing if installed package can be loaded from final location
Warning: Package 'baySeq' is deprecated and will be removed from Bioconductor
  version 3.19
** testing if installed package keeps a record of temporary installation path
* DONE (segmentSeq)

Tests output


Example timings

segmentSeq.Rcheck/segmentSeq-Ex.timings

nameusersystemelapsed
alignmentData-class4.5840.7595.345
classifySeg33.379 0.13333.514
findChunks3.5240.0123.537
getCounts5.7360.0125.749
getOverlaps3.6900.0083.698
heuristicSeg14.549 0.00014.549
lociLikelihoods14.616 0.00014.618
normaliseNC3.9240.0714.001
plotGenome7.7880.0087.797
processAD4.3420.0004.342
readMethods3.3940.0003.394
readMeths3.1020.0443.146
segData-class4.1910.0084.199
segmentSeq-package4.2470.0004.246
thresholdFinder2.4770.0482.525