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-10-16 12:09:50 -0400 (Wed, 16 Oct 2019).

Package 1272/1741HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.10.2
Nuno Saraiva-Agostinho
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019)
URL: https://git.bioconductor.org/packages/psichomics
Branch: RELEASE_3_9
Last Commit: e63d018
Last Changed Date: 2019-10-07 13:21:54 -0400 (Mon, 07 Oct 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  OK  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: psichomics
Version: 1.10.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.10.2.tar.gz
StartedAt: 2019-10-16 04:08:11 -0400 (Wed, 16 Oct 2019)
EndedAt: 2019-10-16 04:14:27 -0400 (Wed, 16 Oct 2019)
EllapsedTime: 376.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.10.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.9-bioc/meat/psichomics.Rcheck’
* using R version 3.6.1 (2019-07-05)
* 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.10.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 version 3.6.1 (2019-07-05) -- "Action of the Toes"
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: 1078 | SKIPPED: 1 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 22.753   0.797  29.613 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs0.0000.0000.001
blendColours0.0010.0000.001
calculateLoadingsContribution0.8530.0040.857
convertGeneIdentifiers0.4130.0000.287
correlateGEandAS0.0220.0000.082
createGroupByAttribute0.0010.0010.002
createJunctionsTemplate0.0010.0020.003
diffAnalyses0.1080.0040.112
downloadFiles000
ensemblToUniprot0.3230.0000.947
filterGeneExpr0.0170.0000.017
filterGroups0.0010.0000.000
filterPSI0.0170.0000.017
getAttributesTime0.0040.0000.005
getDownloadsFolder0.0010.0000.000
getFirebrowseDataTypes0.0010.0000.001
getFirebrowseDateFormat0.0010.0000.000
getFirebrowseDates0.0960.0000.190
getGeneList0.0080.0030.031
getMatchingSamples0.0000.0020.001
getNumerics0.0020.0010.003
getPatientFromSample0.0000.0000.001
getSplicingEventFromGenes0.0030.0000.003
getSplicingEventTypes000
getValidEvents0.0040.0000.004
getValuePerPatient0.0060.0000.007
groupPerElem0.0010.0000.001
hchart.survfit0.3170.0370.499
isFirebrowseUp0.0060.0000.024
labelBasedOnCutoff000
leveneTest0.0080.0000.008
listAllAnnotations000
listSplicingAnnotations000
loadAnnotation000
loadFirebrowseData000
loadLocalFiles0.0010.0000.000
missingDataModal000
normaliseGeneExpression0.020.000.02
optimalSurvivalCutoff0.1350.0000.135
parseCategoricalGroups0.0010.0000.001
parseFirebrowseMetadata0.0680.0070.177
parseMatsEvent0.0090.0000.009
parseMatsGeneric0.0330.0040.038
parseMisoAnnotation0.2830.0680.406
parseMisoEvent0.0050.0000.005
parseMisoEventID0.0060.0000.006
parseMisoGeneric0.0340.0040.038
parseMisoId000
parseSampleGroups0.0010.0000.002
parseSplicingEvent0.0030.0000.003
parseSuppaEvent0.0040.0000.004
parseSuppaGeneric0.0220.0000.022
parseTcgaSampleInfo0.0030.0000.003
parseUrlsFromFirebrowseResponse0.0320.0010.096
parseVastToolsEvent0.0070.0000.007
parseVastToolsSE0.0200.0040.024
performICA0.0440.0040.048
performPCA0.0020.0000.002
plot.GEandAScorrelation0.4870.0040.491
plotDistribution0.0560.0040.060
plotGeneExprPerSample0.1650.0120.178
plotGroupIndependence0.2280.0000.236
plotICA0.1170.0000.382
plotPCA0.2060.0120.217
plotProtein1.0800.0672.998
plotRowStats1.0140.0001.013
plotSingleICA0.2680.0320.301
plotSurvivalCurves0.1100.0160.126
plotTranscripts0.0310.0001.021
plotVariance0.050.020.07
prepareAnnotationFromEvents0.2720.0000.273
prepareFirebrowseArchives0.0010.0000.000
prepareJunctionQuantSTAR000
prepareSRAmetadata000
processSurvTerms0.0040.0000.004
psichomics000
quantifySplicing0.0040.0040.007
queryEnsembl0.0490.0010.849
queryEnsemblByGene0.1760.0034.009
queryFirebrowseData0.0450.0000.172
queryPubMed0.1210.0200.513
queryUniprot0.0890.0001.408
readFile0.0020.0000.001
renameDuplicated0.0010.0000.001
renderBoxplot0.1260.0040.130
rowMeans0.0010.0000.000
sidebar0.0120.0000.012
survdiffTerms0.0090.0000.009
survfit.survTerms0.0290.0000.028
testGroupIndependence0.0050.0000.004
testSurvival0.0260.0000.027
textSuggestions0.0000.0000.001
trimWhitespace000