Back to Multiple platform build/check report for BioC 3.6
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

CHECK report for psichomics on malbec1

This page was generated on 2018-04-12 13:15:34 -0400 (Thu, 12 Apr 2018).

Package 1084/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.4.5
Nuno Saraiva-Agostinho
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/psichomics
Branch: RELEASE_3_6
Last Commit: 630cafd
Last Changed Date: 2018-04-04 12:57:52 -0400 (Wed, 04 Apr 2018)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: psichomics
Version: 1.4.5
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings psichomics_1.4.5.tar.gz
StartedAt: 2018-04-12 01:59:01 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 02:02:50 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 229.0 seconds
RetCode: 0
Status:  OK 
CheckDir: psichomics.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings psichomics_1.4.5.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/psichomics.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘psichomics/DESCRIPTION’ ... OK
* this is package ‘psichomics’ version ‘1.4.5’
* 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 ‘psichomics’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  7.9Mb
  sub-directories of 1Mb or more:
    doc   5.6Mb
* 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 ... 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 line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
File ‘psichomics/libs/psichomics.so’:
  Found ‘putchar’, possibly from ‘putchar’ (C)
    Object: ‘psiFastCalc.o’
  Found ‘stdout’, possibly from ‘stdout’ (C)
    Object: ‘psiFastCalc.o’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* 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
getFirebrowseCohorts 5.032  0.004   5.101
queryEnsembl         0.036  0.000  10.867
* 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: 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.6-bioc/meat/psichomics.Rcheck/00check.log’
for details.



Installation output

psichomics.Rcheck/00install.out

* installing *source* package ‘psichomics’ ...
** libs
g++  -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++  -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/Rcpp/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c psiFastCalc.cpp -o psiFastCalc.o
psiFastCalc.cpp: In function ‘Rcpp::NumericMatrix psiFastCalc(const NumericMatrix&, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, Rcpp::NumericVector, int)’:
psiFastCalc.cpp:30:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t col=0; col < mat.ncol(); col++) {
                            ^
psiFastCalc.cpp:31:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (size_t idx=0; idx < incA.length(); idx++) {
                                ^
psiFastCalc.cpp: In function ‘Rcpp::NumericMatrix psiFastCalc2(const NumericMatrix&, const List&, const List&, int)’:
psiFastCalc.cpp:59:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t col=0; col < mat.ncol(); col++) {
                            ^
psiFastCalc.cpp:60:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (size_t idx=0; idx < inc.length(); idx++) {
                                ^
psiFastCalc.cpp:63:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t k=0; k < incIdx.length(); k++)
                                ^
psiFastCalc.cpp:68:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t k=0; k < excIdx.length(); k++)
                                ^
g++ -shared -L/home/biocbuild/bbs-3.6-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o psiFastCalc.o -L/home/biocbuild/bbs-3.6-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.6-bioc/meat/psichomics.Rcheck/psichomics/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 (psichomics)

Tests output

psichomics.Rcheck/tests/testthat.Rout


R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 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(psichomics)
Loading required package: shiny
Loading required package: shinyBS
Start the visual interface by running the function psichomics()

Attaching package: 'psichomics'

The following object is masked from 'package:base':

    rowMeans

> 
> test_check("psichomics")
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 




























Retrieving protein annotation from UniProt...

Plotting protein domains...

Retrieving rMATS annotation...

Parsing rMATS annotation...

Retrieving rMATS annotation...

Parsing rMATS annotation...

Retrieving MISO annotation...

Parsing MISO annotation...
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |                                        |   0% 
  |========================================| 100% 
Retrieving SUPPA annotation...

Parsing SUPPA annotation...

Retrieving VAST-TOOLS annotation...

Parsing VAST-TOOLS annotation...

ALT3

ALT5

COMBI

IR

MERGE3m

MIC

EXSK

MULTI
══ testthat results  ═══════════════════════════════════════════════════════════
OK: 1071 SKIPPED: 1 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 11.684   0.108  27.805 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
blendColours0.0000.0000.001
correlateGEandAS0.4240.0040.426
createGroupByAttribute0.0040.0000.002
createJunctionsTemplate0.0040.0000.003
diffAnalyses0.2280.0040.236
downloadFiles000
ensemblToUniprot0.5920.0001.258
filterGroups000
getAttributesTime0.0000.0000.002
getDownloadsFolder0.0000.0000.001
getFirebrowseCohorts5.0320.0045.101
getFirebrowseDataTypes0.0000.0000.001
getFirebrowseDateFormat0.0000.0000.002
getFirebrowseDates0.0200.0000.061
getMatchingSamples0.0000.0000.001
getNumerics0.0040.0000.003
getPatientFromSample0.0000.0000.001
getSplicingEventFromGenes0.0320.0000.034
getSplicingEventTypes000
getValidEvents0.0040.0000.004
groupPerElem000
hchart.survfit0.9600.0241.113
isFirebrowseUp0.0080.0000.026
labelBasedOnCutoff0.020.000.02
leveneTest0.0120.0000.011
listAllAnnotations0.0000.0000.001
listSplicingAnnotations000
loadAnnotation000
loadFirebrowseData0.0000.0000.001
loadLocalFiles0.0000.0000.001
missingDataModal0.0040.0000.001
normaliseGeneExpression0.0680.0000.070
optimalSurvivalCutoff0.2280.0000.228
parseCategoricalGroups0.0000.0000.001
parseFirebrowseMetadata0.0720.0040.196
parseMatsEvent0.0040.0000.005
parseMatsGeneric0.020.000.02
parseMisoAnnotation0.3840.0040.387
parseMisoEvent0.0120.0000.010
parseMisoEventID0.0000.0040.006
parseMisoGeneric0.0920.0040.097
parseMisoId000
parseSampleGroups0.0040.0000.001
parseSplicingEvent0.0000.0000.002
parseSuppaEvent0.0000.0000.003
parseSuppaGeneric0.0160.0000.018
parseTcgaSampleInfo0.0040.0000.002
parseUrlsFromFirebrowseResponse0.0280.0000.117
parseVastToolsEvent0.0080.0000.007
parseVastToolsSE0.0960.0000.095
performICA0.0040.0000.006
performPCA0.0400.0000.041
plotCorrelation1.5640.0001.566
plotDistribution0.3320.0120.346
plotGroupIndependence0.1480.0040.150
plotICA0.2840.0160.316
plotPCA0.2480.0200.268
plotProtein000
plotSingleICA0.2360.0000.233
plotSurvivalCurves0.0840.0000.086
plotTranscripts0.0160.0081.544
plotVariance0.0440.0080.049
prepareAnnotationFromEvents0.2920.0000.293
prepareFirebrowseArchives0.0000.0000.001
processSurvTerms0.0000.0000.003
psichomics000
quantifySplicing0.0040.0000.004
queryEnsembl 0.036 0.00010.867
queryEnsemblByEvent0.0640.0083.050
queryEnsemblByGene0.0760.0044.041
queryFirebrowseData0.0920.0000.247
queryPubMed0.1280.0080.426
queryUniprot0.1960.0001.171
readFile0.0000.0000.002
renameDuplicated0.0000.0000.001
rowMeans0.0000.0000.001
rowVars000
survdiff.survTerms0.0080.0000.008
survfit.survTerms0.0280.0000.030
testGroupIndependence0.0480.0000.047
testSurvival0.0280.0000.027
textSuggestions0.0040.0000.001
trimWhitespace0.0000.0000.001