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

CHECK report for psichomics on malbec1

This page was generated on 2020-04-15 12:11:58 -0400 (Wed, 15 Apr 2020).

Package 1325/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.12.1
Nuno Saraiva-Agostinho
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/psichomics
Branch: RELEASE_3_10
Last Commit: fac011f
Last Changed Date: 2020-01-29 17:27:21 -0400 (Wed, 29 Jan 2020)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida1 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.12.1
Command: /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.10-bioc/R/library --no-vignettes --timings psichomics_1.12.1.tar.gz
StartedAt: 2020-04-15 04:16:09 -0400 (Wed, 15 Apr 2020)
EndedAt: 2020-04-15 04:23:39 -0400 (Wed, 15 Apr 2020)
EllapsedTime: 449.9 seconds
RetCode: 0
Status:  OK 
CheckDir: psichomics.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.10-bioc/meat/psichomics.Rcheck’
* using R version 3.6.3 (2020-02-29)
* 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.12.1’
* 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 ‘spelling.R’
  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.10-bioc/meat/psichomics.Rcheck/00check.log’
for details.



Installation output

psichomics.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.10-bioc/R/library’
* installing *source* package ‘psichomics’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-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.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-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.10-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o psiFastCalc.o -L/home/biocbuild/bbs-3.10-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.10-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
*** copying figures
** 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/spelling.Rout


R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 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.

> if(requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                              skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
  0.160   0.040   0.437 

psichomics.Rcheck/tests/testthat.Rout


R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 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: 1240 | SKIPPED: 2 | WARNINGS: 1 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 35.112   0.708  39.889 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs0.0000.0000.001
assignValuePerSubject0.0120.0000.042
blendColours0.0000.0000.001
calculateLoadingsContribution0.0160.0000.016
convertGeneIdentifiers0.5120.0160.387
correlateGEandAS0.0080.0040.011
createGroupByAttribute0.0000.0000.001
createJunctionsTemplate0.0040.0000.001
diffAnalyses0.0640.0040.067
downloadFiles000
ensemblToUniprot0.1440.0000.868
filterGeneExpr0.0080.0000.010
filterGroups000
filterPSI0.0120.0000.009
getAttributesTime0.0000.0000.002
getDownloadsFolder000
getFirebrowseDateFormat000
getGeneList0.0040.0040.030
getGtexDataTypes0.0000.0000.001
getGtexTissues000
getMatchingSamples0.0000.0000.002
getNumerics0.0000.0000.003
getSplicingEventFromGenes0.0040.0000.003
getSplicingEventTypes000
getSubjectFromSample000
getTCGAdataTypes0.0560.0000.154
getValidEvents0.0080.0000.005
groupPerElem0.0000.0000.001
hchart.survfit0.4920.0321.037
isFirebrowseUp0.0080.0000.034
labelBasedOnCutoff0.0000.0000.001
leveneTest0.0120.0000.012
listAllAnnotations0.0000.0000.002
listSplicingAnnotations0.1000.0000.025
loadAnnotation0.0040.0000.001
loadGtexData0.0000.0000.001
loadLocalFiles0.0000.0000.001
loadTCGAdata0.0000.0000.001
missingDataModal0.0040.0000.000
normaliseGeneExpression0.0280.0080.033
optimalSurvivalCutoff0.2040.0160.340
parseCategoricalGroups0.0040.0000.003
parseFirebrowseMetadata0.0680.0080.189
parseMatsEvent0.0080.0000.009
parseMatsGeneric0.0360.0000.035
parseMisoAnnotation0.4560.0440.527
parseMisoEvent0.0040.0040.007
parseMisoEventID0.0080.0000.010
parseMisoGeneric0.0480.0080.059
parseMisoId0.0040.0000.001
parseSplicingEvent0.0040.0000.003
parseSuppaEvent0.0000.0040.006
parseSuppaGeneric0.0280.0040.035
parseTcgaSampleInfo0.0080.0000.006
parseUrlsFromFirebrowseResponse0.0320.0040.101
parseVastToolsEvent0.0120.0000.012
parseVastToolsSE0.0240.0120.037
performICA0.0120.0000.011
performPCA0.0000.0040.002
plot.GEandAScorrelation0.6040.0120.620
plotDistribution2.5720.1002.690
plotGeneExprPerSample0.2400.0080.254
plotGroupIndependence0.2360.0040.240
plotICA0.1840.0000.213
plotPCA0.4280.0320.471
plotProtein0.6040.0321.979
plotRowStats0.8360.0160.852
plotSingleICA0.3560.0280.381
plotSplicingEvent0.0640.0040.069
plotSurvivalCurves0.1160.0080.124
plotSurvivalPvaluesByCutoff0.9480.0120.964
plotTranscripts0.0240.0000.760
plotVariance0.0400.0040.046
prepareAnnotationFromEvents0.1800.0040.187
prepareFirebrowseArchives000
prepareJunctionQuantSTAR000
prepareSRAmetadata000
processSurvTerms0.0160.0000.015
psichomics000
quantifySplicing0.0120.0000.010
queryEnsembl0.0440.0040.849
queryEnsemblByGene0.1720.0083.403
queryFirebrowseData0.0520.0000.232
queryPubMed0.1480.0120.648
queryUniprot0.1640.0201.311
readFile0.0000.0000.001
renameDuplicated0.0000.0000.001
renderBoxplot0.2120.0120.226
rowMeans0.0000.0000.001
sidebar0.0040.0000.003
survdiffTerms0.0120.0000.010
survfit.survTerms0.0320.0000.032
testGroupIndependence0.0040.0000.005
testSurvival0.0280.0000.028
textSuggestions0.0000.0000.001
trimWhitespace0.0000.0000.001