| Back to Multiple platform build/check report for BioC 3.13 |
|
This page was generated on 2021-10-15 15:05:54 -0400 (Fri, 15 Oct 2021).
|
To the developers/maintainers of the systemPipeR package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/systemPipeR.git to reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information. - Make sure to use the following settings in order to reproduce any error or warning you see on this page. |
| Package 1888/2041 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| systemPipeR 1.26.3 (landing page) Thomas Girke
| nebbiolo1 | Linux (Ubuntu 20.04.2 LTS) / x86_64 | OK | OK | OK | |||||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||||
| machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | OK | OK | |||||||||
| Package: systemPipeR |
| Version: 1.26.3 |
| Command: /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD check --install=check:systemPipeR.install-out.txt --library=/home/biocbuild/bbs-3.13-bioc/R/library --no-vignettes --timings systemPipeR_1.26.3.tar.gz |
| StartedAt: 2021-10-14 11:49:17 -0400 (Thu, 14 Oct 2021) |
| EndedAt: 2021-10-14 11:56:07 -0400 (Thu, 14 Oct 2021) |
| EllapsedTime: 410.1 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: systemPipeR.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD check --install=check:systemPipeR.install-out.txt --library=/home/biocbuild/bbs-3.13-bioc/R/library --no-vignettes --timings systemPipeR_1.26.3.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.13-bioc/meat/systemPipeR.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘systemPipeR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘systemPipeR’ version ‘1.26.3’
* 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 ... NOTE
Found the following hidden files and directories:
inst/extdata/.batchtools.conf.R
inst/extdata/.batchtools.conf.R.sge
inst/extdata/.batchtools.conf.R.torque
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 ‘systemPipeR’ 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 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 dependencies in R code ... NOTE
Namespace in Imports field not imported from: ‘testthat’
All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.change_branch: no visible binding for global variable ‘.’
.cmdToCwl: no visible binding for global variable ‘slash_line’
.find_long_branch: no visible binding for global variable ‘.’
.parse_step : <anonymous>: no visible binding for global variable ‘.’
.parse_step: no visible binding for global variable ‘.’
GOHyperGAll_Subset: no visible binding for global variable
‘test_sample’
GOHyperGAll_Subset: no visible binding for global variable ‘GO_CC_DF’
SPRdata: no visible global function definition for ‘SimpleList’
appendParam: no visible binding for global variable ‘commandline’
countRangeset: no visible global function definition for ‘import.bed’
countRangeset: no visible global function definition for
‘summarizeOverlaps’
featureCoverage: no visible global function definition for ‘Rle’
featuretypeCounts: no visible global function definition for ‘first’
genFeatures: no visible global function definition for ‘seqlengths<-’
goBarplot: no visible binding for global variable ‘SampleMatch’
goBarplot: no visible binding for global variable ‘Sample’
loadWF: no visible global function definition for ‘metadata’
loadWorkflow: no visible global function definition for ‘metadata’
olRanges: no visible global function definition for ‘seqlengths<-’
olRanges: no visible global function definition for ‘seqlengths’
olRanges: no visible global function definition for ‘Rle’
renameParam: no visible binding for global variable ‘commandline’
replaceParam: no visible binding for global variable ‘commandline’
replaceParam: no visible binding for global variable ‘replacing’
subsetParam: no visible binding for global variable ‘commandline’
subsetRmd: no visible binding for global variable ‘.’
addAssay,SummarizedExperiment: no visible global function definition
for ‘SimpleList’
addMetadata,SummarizedExperiment: no visible global function definition
for ‘metadata’
Undefined global functions or variables:
. GO_CC_DF Rle Sample SampleMatch SimpleList commandline first
import.bed metadata replacing seqlengths seqlengths<- slash_line
summarizeOverlaps test_sample
* 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 line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
genFeatures 21.627 1.084 22.713
run_DESeq2 15.581 0.230 15.812
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... 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
‘/home/biocbuild/bbs-3.13-bioc/meat/systemPipeR.Rcheck/00check.log’
for details.
systemPipeR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD INSTALL systemPipeR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.13-bioc/R/library’ * installing *source* package ‘systemPipeR’ ... ** 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 (systemPipeR)
systemPipeR.Rcheck/tests/testthat.Rout
R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
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(systemPipeR)
Loading required package: Rsamtools
Loading required package: GenomeInfoDb
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
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, 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, sort, table,
tapply, union, unique, unsplit, which.max, which.min
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: 'S4Vectors'
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Loading required package: GenomicRanges
Loading required package: Biostrings
Loading required package: XVector
Attaching package: 'Biostrings'
The following object is masked from 'package:base':
strsplit
Loading required package: ShortRead
Loading required package: BiocParallel
Loading required package: GenomicAlignments
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
>
> test_check("systemPipeR")
[1] "Generated /tmp/Rtmp2x6h9r/rnaseq directory. Next run in rnaseq directory, the R code from *.Rmd template interactively. Alternatively, workflows can be exectued with a single command as instructed in the vignette."
[1] "Running `cmdlist` for defaultid"
Missing expected outputs files: 0
Existing expected outputs files: 1
defaultid
TRUE
Creating directory '/tmp/Rtmp2x6h9r/rnaseq/.SPRproject'
Project started with success: ./SPRproject and SPRconfig.yml were created.[ FAIL 0 | WARN 0 | SKIP 0 | PASS 8 ]
>
> proc.time()
user system elapsed
31.673 2.510 34.312
systemPipeR.Rcheck/systemPipeR-Ex.timings
| name | user | system | elapsed | |
| EnvModules-class | 0.002 | 0.000 | 0.001 | |
| GOHyperGAll | 0.001 | 0.000 | 0.001 | |
| INTERSECTset-class | 0.014 | 0.004 | 0.017 | |
| ParamFiles | 0.081 | 0.004 | 0.085 | |
| SPRdata | 0.000 | 0.001 | 0.000 | |
| SYSargs-class | 0.018 | 0.010 | 0.029 | |
| SYSargs2-class | 1.128 | 0.240 | 1.368 | |
| SYSargsList-class | 0.000 | 0.002 | 0.001 | |
| SYSargsList | 0.019 | 0.002 | 0.021 | |
| VENNset-class | 0.00 | 0.01 | 0.01 | |
| alignStats | 1.235 | 0.021 | 1.258 | |
| catDB-class | 0.001 | 0.000 | 0.001 | |
| catmap | 0.001 | 0.000 | 0.000 | |
| check.output | 1.227 | 0.027 | 1.254 | |
| clusterRun | 1.286 | 0.054 | 1.340 | |
| config.param | 0 | 0 | 0 | |
| configWF | 0.000 | 0.001 | 0.000 | |
| countRangeset | 0.074 | 0.008 | 0.082 | |
| createParamFiles | 0.073 | 0.001 | 0.073 | |
| evalCode | 0.000 | 0.000 | 0.001 | |
| featureCoverage | 0.007 | 0.001 | 0.009 | |
| featuretypeCounts | 0.005 | 0.004 | 0.008 | |
| filterDEGs | 0.567 | 0.024 | 0.591 | |
| filterVars | 0.009 | 0.000 | 0.010 | |
| genFeatures | 21.627 | 1.084 | 22.713 | |
| getQsubargs | 0.013 | 0.001 | 0.014 | |
| initWF | 0 | 0 | 0 | |
| loadWorkflow | 1.151 | 0.013 | 1.165 | |
| mergeBamByFactor | 0.013 | 0.004 | 0.017 | |
| moduleload | 0 | 0 | 0 | |
| olBarplot | 2.349 | 0.112 | 2.462 | |
| olRanges | 0.129 | 0.000 | 0.128 | |
| output_update | 1.108 | 0.009 | 1.117 | |
| overLapper | 0.432 | 0.034 | 0.467 | |
| plotWF | 0.000 | 0.000 | 0.001 | |
| plotfeatureCoverage | 0.008 | 0.000 | 0.008 | |
| plotfeaturetypeCounts | 0.007 | 0.000 | 0.007 | |
| predORF | 0.173 | 0.000 | 0.173 | |
| preprocessReads | 0.011 | 0.012 | 0.024 | |
| qsubRun | 0.004 | 0.005 | 0.009 | |
| readComp | 0.008 | 0.006 | 0.014 | |
| renderReport | 0 | 0 | 0 | |
| renderWF | 1.123 | 0.016 | 1.139 | |
| returnRPKM | 0 | 0 | 0 | |
| runCommandline | 1.318 | 0.005 | 1.323 | |
| runDiff | 0.024 | 0.006 | 0.030 | |
| runWF | 0 | 0 | 0 | |
| run_DESeq2 | 15.581 | 0.230 | 15.812 | |
| run_edgeR | 0.450 | 0.000 | 0.451 | |
| scaleRanges | 0.206 | 0.008 | 0.214 | |
| seeFastq | 0.000 | 0.000 | 0.001 | |
| subsetWF | 1.303 | 0.020 | 1.323 | |
| symLink2bam | 0.009 | 0.000 | 0.009 | |
| sysargs | 0.01 | 0.00 | 0.01 | |
| systemArgs | 0.009 | 0.001 | 0.011 | |
| targets.as.df | 1.297 | 0.014 | 1.312 | |
| tryCL | 0.000 | 0.000 | 0.001 | |
| tryPath | 0 | 0 | 0 | |
| variantReport | 0.009 | 0.000 | 0.009 | |
| vennPlot | 0.262 | 0.028 | 0.289 | |
| writeTargetsRef | 0.000 | 0.000 | 0.001 | |
| writeTargetsout | 1.087 | 0.009 | 1.095 | |