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

This page was generated on 2024-06-28 17:44 -0400 (Fri, 28 Jun 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4760
palomino3Windows Server 2022 Datacenterx644.4.0 (2024-04-24 ucrt) -- "Puppy Cup" 4494
merida1macOS 12.7.4 Montereyx86_644.4.0 (2024-04-24) -- "Puppy Cup" 4508
kjohnson1macOS 13.6.6 Venturaarm644.4.0 (2024-04-24) -- "Puppy Cup" 4466
palomino7Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4362
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 264/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CAGEr 2.10.0  (landing page)
Charles Plessy
Snapshot Date: 2024-06-26 14:00 -0400 (Wed, 26 Jun 2024)
git_url: https://git.bioconductor.org/packages/CAGEr
git_branch: RELEASE_3_19
git_last_commit: 6c8b145
git_last_commit_date: 2024-04-30 10:30:39 -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
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  


CHECK results for CAGEr on kjohnson1

To the developers/maintainers of the CAGEr package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/CAGEr.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: CAGEr
Version: 2.10.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:CAGEr.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings CAGEr_2.10.0.tar.gz
StartedAt: 2024-06-27 13:34:31 -0400 (Thu, 27 Jun 2024)
EndedAt: 2024-06-27 13:46:48 -0400 (Thu, 27 Jun 2024)
EllapsedTime: 737.5 seconds
RetCode: 0
Status:   OK  
CheckDir: CAGEr.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:CAGEr.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings CAGEr_2.10.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/CAGEr.Rcheck’
* using R version 4.4.0 (2024-04-24)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CAGEr/DESCRIPTION’ ... OK
* this is package ‘CAGEr’ version ‘2.10.0’
* package encoding: UTF-8
* 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 ‘CAGEr’ 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 ... 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 ... NOTE
checkRd: (-1) inputFiles.Rd:28: Lost braces
    28 | code{\link{CAGEexp}} objects.
       |     ^
checkRd: (-1) inputFilesType.Rd:37: Lost braces in \itemize; meant \describe ?
checkRd: (-1) inputFilesType.Rd:40: Lost braces in \itemize; meant \describe ?
checkRd: (-1) inputFilesType.Rd:43: Lost braces in \itemize; meant \describe ?
checkRd: (-1) inputFilesType.Rd:46-47: Lost braces in \itemize; meant \describe ?
checkRd: (-1) inputFilesType.Rd:50: Lost braces in \itemize; meant \describe ?
checkRd: (-1) inputFilesType.Rd:53-55: Lost braces in \itemize; meant \describe ?
* 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 ... NOTE
S3 methods shown with full name in Rd file 'rowsum.RleDataFrame.Rd':
  'rowsum.RleDataFrame'

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 ... OK
* checking LazyData ... 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
aggregateTagClusters       32.234  2.141  34.570
exportToTrack              29.982  0.388  30.403
clusterCTSS                28.809  0.390  29.205
cumulativeCTSSdistribution 23.757  2.321  26.086
scoreShift                 24.980  0.868  25.876
annotateCTSS               23.057  1.170  24.235
quantilePositions          22.720  1.332  24.072
CustomConsensusClusters    13.021  0.623  13.648
getExpressionProfiles      11.031  0.568  11.632
plotExpressionProfiles     10.593  0.413  11.011
CAGEexp-class               5.579  0.626   6.217
expressionClasses           5.064  0.162   5.228
* 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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.19-bioc/meat/CAGEr.Rcheck/00check.log’
for details.


Installation output

CAGEr.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL CAGEr
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘CAGEr’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (CAGEr)

Tests output


Example timings

CAGEr.Rcheck/CAGEr-Ex.timings

nameusersystemelapsed
CAGEexp-class5.5790.6266.217
CAGEr_Multicore4.9110.0204.932
CTSS-class0.2870.0030.290
CTSSclusteringMethod0.0010.0010.001
CTSScoordinates0.0660.0020.069
CTSSnormalizedTpm0.7600.0250.785
CTSStagCount0.8710.0690.940
CTSStoGenes0.5220.0160.539
CustomConsensusClusters13.021 0.62313.648
GeneExpDESeq20.5500.0130.565
GeneExpSE0.0040.0000.004
QuantileWidthFunctions0.1480.0010.149
aggregateTagClusters32.234 2.14134.570
annotateCTSS23.057 1.17024.235
byCtss0.0210.0020.023
clusterCTSS28.809 0.39029.205
consensusClusters0.1540.0040.159
consensusClustersDESeq23.5190.3553.874
consensusClustersTpm0.0050.0010.007
coverage-functions1.8510.2232.074
cumulativeCTSSdistribution23.757 2.32126.086
distclu-functions4.2630.4064.677
exampleCAGEexp0.0000.0010.001
exportToTrack29.982 0.38830.403
expressionClasses5.0640.1625.228
genomeName000
getCTSS1.1150.0221.143
getExpressionProfiles11.031 0.56811.632
getShiftingPromoters3.4200.2313.656
hanabi0.2310.0030.234
hanabiPlot0.3040.0100.315
import.CAGEscanMolecule0.0000.0000.001
import.CTSS0.0900.0030.093
import.bam0.0000.0000.001
import.bedCTSS0.0000.0000.001
import.bedScore0.0000.0000.001
import.bedmolecule0.0000.0000.001
inputFiles0.0020.0000.003
inputFilesType0.0020.0000.001
librarySizes0.0010.0010.002
mapStats0.0580.0060.064
mergeCAGEsets2.5520.0392.594
mergeSamples0.6100.0050.615
moleculesGR2CTSS0.1350.0010.136
normalizeTagCount0.6140.0050.622
parseCAGEscanBlocksToGrangeTSS0.0200.0010.020
plotAnnot2.3310.0302.365
plotCorrelation0.2630.0060.268
plotExpressionProfiles10.593 0.41311.011
plotInterquantileWidth1.9000.0201.922
plotReverseCumulatives0.3360.0060.343
quantilePositions22.720 1.33224.072
quickEnhancers000
ranges2annot0.4130.0140.427
ranges2genes0.0630.0000.063
ranges2names0.0620.0000.062
resetCAGEexp0.3180.0010.320
rowSums.RleDataFrame0.0230.0000.024
rowsum.RleDataFrame0.0240.0010.024
sampleLabels0.0040.0000.004
scoreShift24.980 0.86825.876
seqNameTotalsSE0.0030.0000.004
setColors0.4560.0040.461
strandInvaders0.9030.0880.997
summariseChrExpr0.5780.0150.594
tagClusters0.2610.0040.265