Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q [R] S  T  U  V  W  X  Y  Z 

BioC 3.5: CHECK report for Rqc on malbec2

This page was generated on 2017-08-16 13:16:14 -0400 (Wed, 16 Aug 2017).

Package 1147/1382HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Rqc 1.10.2
Welliton Souza
Snapshot Date: 2017-08-15 17:17:57 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/Rqc
Last Changed Rev: 131148 / Revision: 131943
Last Changed Date: 2017-07-12 13:47:07 -0400 (Wed, 12 Jul 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: Rqc
Version: 1.10.2
Command: /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings Rqc_1.10.2.tar.gz
StartedAt: 2017-08-16 02:00:43 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 02:06:07 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 323.6 seconds
RetCode: 0
Status:  OK 
CheckDir: Rqc.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings Rqc_1.10.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/Rqc.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rqc/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rqc’ version ‘1.10.2’
* 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 ‘Rqc’ 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 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
.ui.Rqc: no visible global function definition for 'packageVersion'
rqc: no visible global function definition for 'browseURL'
rqcCycleAverageQualityPcaCalc: no visible global function definition
  for 'prcomp'
rqcFileHeatmap: no visible global function definition for 'hclust'
stats4trim : <anonymous>: no visible global function definition for
  'head'
Undefined global functions or variables:
  browseURL hclust head packageVersion prcomp
Consider adding
  importFrom("stats", "hclust", "prcomp")
  importFrom("utils", "browseURL", "head", "packageVersion")
to your NAMESPACE file.
* 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 C/C++/Fortran sources/headers ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
              user system elapsed
Rqc-package 13.072  0.096  13.394
rqc          9.592  0.092   9.685
rqcReport    8.512  0.036   8.553
* 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: 1 NOTE
See
  ‘/home/biocbuild/bbs-3.5-bioc/meat/Rqc.Rcheck/00check.log’
for details.


Rqc.Rcheck/00install.out:

* installing *source* package ‘Rqc’ ...
** libs
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c RRDNA.cpp -o RRDNA.o
RRDNA.cpp: In function ‘Rcpp::StringVector toRRDNA(Rcpp::StringVector)’:
RRDNA.cpp:51:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (j = 0; j < dna.size(); j+=3)
                           ^
RRDNA.cpp: In function ‘Rcpp::StringVector fromRRDNA(Rcpp::StringVector)’:
RRDNA.cpp:102:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(j = 1; j < rrdna.size(); ++j) {
                      ^
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o Rqc.so RRDNA.o RcppExports.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/meat/Rqc.Rcheck/Rqc/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (Rqc)

Rqc.Rcheck/Rqc-Ex.timings:

nameusersystemelapsed
Rqc-package13.072 0.09613.394
RqcResultSet-class0.0280.0040.030
checkpoint0.0000.0040.003
detectFileFormat0.0040.0000.004
fromRRDNA0.0040.0000.001
matdist0.0000.0000.001
rqc9.5920.0929.685
rqcCycleAverageQualityPcaPlot0.2760.0000.275
rqcCycleAverageQualityPlot0.3120.0000.313
rqcCycleBaseCallsPlot0.5200.0000.521
rqcCycleGCPlot0.2440.0000.244
rqcCycleQualityBoxPlot2.5400.0002.542
rqcCycleQualityPlot0.9520.0000.949
rqcFileHeatmap0.2400.0000.242
rqcGroupCycleAverageQualityPlot0.3240.0000.328
rqcQA0.2400.0000.239
rqcReadFrequencyPlot0.2000.0000.202
rqcReadQualityBoxPlot0.3000.0000.303
rqcReadQualityPlot0.1960.0000.197
rqcReadWidthPlot0.2880.0000.286
rqcReport8.5120.0368.553
rqcShinyReport0.0000.0040.004
stats4trim0.1360.0120.145
subsetByGroup1.1680.1321.302
subsetByPair0.0080.0000.006
toRRDNA0.0000.0000.001