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

CHECK report for psichomics on malbec2

This page was generated on 2019-04-09 11:46:55 -0400 (Tue, 09 Apr 2019).

Package 1246/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.9.2
Nuno Saraiva-Agostinho
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/psichomics
Branch: master
Last Commit: 0cd4408
Last Changed Date: 2019-03-27 10:21:32 -0400 (Wed, 27 Mar 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  TIMEOUT  OK 
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  ERROR  OK 

Summary

Package: psichomics
Version: 1.9.2
Command: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings psichomics_1.9.2.tar.gz
StartedAt: 2019-04-09 02:52:39 -0400 (Tue, 09 Apr 2019)
EndedAt: 2019-04-09 02:59:44 -0400 (Tue, 09 Apr 2019)
EllapsedTime: 425.7 seconds
RetCode: 0
Status:  OK 
CheckDir: psichomics.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.9-bioc/R/library --no-vignettes --timings psichomics_1.9.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.9-bioc/meat/psichomics.Rcheck’
* using R Under development (unstable) (2019-03-18 r76245)
* 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.9.2’
* 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 ... 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 ... 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
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* 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.9-bioc/meat/psichomics.Rcheck/00check.log’
for details.



Installation output

psichomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL psichomics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.9-bioc/R/library’
* installing *source* package ‘psichomics’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-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:62:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t col=0; col < mat.ncol(); col++) {
                        ˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜
psiFastCalc.cpp:63:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (size_t idx=0; idx < inc.length(); idx++) {
                            ˜˜˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜
psiFastCalc.cpp:66:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t k=0; k < incIdx.length(); k++)
                              ˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
psiFastCalc.cpp:71:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t k=0; k < excIdx.length(); k++)
                              ˜˜^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.9-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o psiFastCalc.o -L/home/biocbuild/bbs-3.9-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.9-bioc/R/library/00LOCK-psichomics/00new/psichomics/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Creating a generic function for ‘colSums’ from package ‘base’ in package ‘psichomics’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (psichomics)

Tests output

psichomics.Rcheck/tests/testthat.Rout


R Under development (unstable) (2019-03-18 r76245) -- "Unsuffered Consequences"
Copyright (C) 2019 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

Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
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% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 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% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 100% 
  |                                        |   0% 
  |========                                |  20% 
  |================                        |  40% 
  |========================                |  60% 
  |================================        |  80% 
  |========================================| 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: 1090 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 34.011   1.926  51.588 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs0.0000.0000.001
blendColours0.0010.0000.001
calculateLoadingsContribution0.0250.0000.025
convertGeneIdentifiers1.5010.0251.422
correlateGEandAS0.0160.0040.031
createGroupByAttribute0.0020.0000.002
createJunctionsTemplate0.0030.0000.003
diffAnalyses0.1150.0000.115
downloadFiles0.0000.0000.001
ensemblToUniprot0.3180.0000.700
filterGeneExpr0.0130.0000.014
filterGroups0.0010.0000.000
filterPSI0.0130.0000.014
getAttributesTime0.0040.0000.003
getDownloadsFolder0.0000.0000.001
getFirebrowseDataTypes0.0010.0000.000
getFirebrowseDateFormat0.0010.0000.001
getFirebrowseDates0.1080.0000.229
getGeneList0.0060.0080.022
getMatchingSamples0.0020.0000.002
getNumerics0.0050.0000.006
getPatientFromSample0.0010.0000.000
getSplicingEventFromGenes0.0040.0000.004
getSplicingEventTypes0.0000.0000.001
getValidEvents0.0060.0000.006
getValuePerPatient0.0080.0000.008
groupPerElem0.0010.0000.001
hchart.survfit0.2740.0241.140
isFirebrowseUp0.0060.0000.029
labelBasedOnCutoff0.0000.0000.001
leveneTest0.0080.0000.008
listAllAnnotations000
listSplicingAnnotations0.0010.0000.000
loadAnnotation0.0000.0000.001
loadFirebrowseData000
loadLocalFiles000
missingDataModal000
normaliseGeneExpression0.0190.0000.019
optimalSurvivalCutoff0.1380.0000.138
parseCategoricalGroups0.0020.0000.002
parseFirebrowseMetadata0.0800.0040.237
parseMatsEvent0.0040.0040.008
parseMatsGeneric0.0340.0080.042
parseMisoAnnotation0.4300.0560.514
parseMisoEvent0.0050.0030.007
parseMisoEventID0.0110.0000.011
parseMisoGeneric0.0550.0040.060
parseMisoId0.0010.0000.000
parseSampleGroups0.0010.0000.002
parseSplicingEvent0.0030.0000.003
parseSuppaEvent0.0070.0000.006
parseSuppaGeneric0.0260.0080.034
parseTcgaSampleInfo0.0040.0000.005
parseUrlsFromFirebrowseResponse0.0350.0000.116
parseVastToolsEvent0.0090.0000.009
parseVastToolsSE0.0320.0000.032
performICA0.0110.0000.012
performPCA0.0030.0000.002
plot.GEandAScorrelation0.6330.0120.645
plotDistribution0.0890.0080.097
plotGeneExprPerSample0.1850.0080.194
plotGroupIndependence0.2150.0000.216
plotICA0.1810.0080.295
plotPCA0.2490.0200.269
plotProtein4.1250.0194.715
plotRowStats0.8990.0040.908
plotSingleICA0.2280.0200.249
plotSurvivalCurves0.1090.0080.147
plotTranscripts0.0230.0001.018
plotVariance0.0590.0080.074
prepareAnnotationFromEvents0.2200.0040.224
prepareFirebrowseArchives000
prepareJunctionQuantSTAR000
prepareSRAmetadata000
processSurvTerms0.0030.0000.004
psichomics000
quantifySplicing0.0070.0000.007
queryEnsembl0.0460.0040.685
queryEnsemblByGene0.1800.0164.066
queryFirebrowseData0.0420.0040.219
queryPubMed0.1450.0040.492
queryUniprot0.1600.0000.527
readFile0.0020.0000.002
renameDuplicated0.0010.0000.000
renderBoxplot0.1160.0080.127
rowMeans000
sidebar0.0130.0000.013
survdiff.survTerms0.0090.0000.010
survfit.survTerms0.0300.0000.034
testGroupIndependence0.0040.0000.004
testSurvival0.0270.0000.027
textSuggestions0.0010.0000.000
trimWhitespace0.0000.0000.001