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

CHECK report for psichomics on malbec2

This page was generated on 2018-10-17 08:29:33 -0400 (Wed, 17 Oct 2018).

Package 1145/1561HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
psichomics 1.6.2
Nuno Saraiva-Agostinho
Snapshot Date: 2018-10-15 16:45:08 -0400 (Mon, 15 Oct 2018)
URL: https://git.bioconductor.org/packages/psichomics
Branch: RELEASE_3_7
Last Commit: 670cb8a
Last Changed Date: 2018-10-02 05:35:55 -0400 (Tue, 02 Oct 2018)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
merida2 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.6.2
Command: /home/biocbuild/bbs-3.7-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.7-bioc/R/library --no-vignettes --timings psichomics_1.6.2.tar.gz
StartedAt: 2018-10-16 02:53:04 -0400 (Tue, 16 Oct 2018)
EndedAt: 2018-10-16 02:58:10 -0400 (Tue, 16 Oct 2018)
EllapsedTime: 305.6 seconds
RetCode: 0
Status:  OK 
CheckDir: psichomics.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.7-bioc/meat/psichomics.Rcheck’
* using R version 3.5.1 Patched (2018-07-12 r74967)
* 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.6.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
File ‘/home/biocbuild/bbs-3.7-bioc/R/library/psichomics/libs/psichomics.so’:
  Found ‘putchar’, possibly from ‘putchar’ (C)
  Found ‘stdout’, possibly from ‘stdout’ (C)

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. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* 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.7-bioc/meat/psichomics.Rcheck/00check.log’
for details.



Installation output

psichomics.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.7-bioc/R/library’
* installing *source* package ‘psichomics’ ...
** libs
g++  -I"/home/biocbuild/bbs-3.7-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.7-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.7-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.7-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++ -shared -L/home/biocbuild/bbs-3.7-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o psiFastCalc.o -L/home/biocbuild/bbs-3.7-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.7-bioc/R/library/psichomics/libs
** R
** inst
** byte-compile and prepare package for lazy loading
No methods found in package ‘IRanges’ for request: ‘subset’ when loading ‘derfinder’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
No methods found in package ‘IRanges’ for request: ‘subset’ when loading ‘derfinder’
* DONE (psichomics)

Tests output

psichomics.Rcheck/tests/testthat.Rout


R version 3.5.1 Patched (2018-07-12 r74967) -- "Feather Spray"
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
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
No methods found in package 'IRanges' for request: 'subset' when loading 'derfinder'
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: 1090 SKIPPED: 0 FAILED: 0
> 
> proc.time()
   user  system elapsed 
 19.840   1.464  34.626 

Example timings

psichomics.Rcheck/psichomics-Ex.timings

nameusersystemelapsed
addObjectAttrs0.0000.0000.001
blendColours0.0000.0000.002
correlateGEandAS0.0320.0000.046
createGroupByAttribute0.0000.0000.002
createJunctionsTemplate0.0000.0000.003
diffAnalyses0.0880.0080.098
downloadFiles0.0040.0000.000
ensemblToUniprot0.1160.0040.732
filterGroups0.0000.0000.001
getAttributesTime0.0000.0000.003
getDownloadsFolder000
getFirebrowseCohorts0.0920.0040.199
getFirebrowseDataTypes0.0000.0000.001
getFirebrowseDateFormat0.0000.0000.001
getFirebrowseDates0.0200.0000.075
getMatchingSamples0.0040.0000.002
getNumerics0.0040.0000.006
getPatientFromSample0.0000.0000.001
getSplicingEventFromGenes0.0040.0000.003
getSplicingEventTypes0.0040.0000.001
getValidEvents0.0040.0040.007
groupPerElem0.0040.0000.001
hchart.survfit0.2840.0400.461
isFirebrowseUp0.0040.0000.030
labelBasedOnCutoff0.0000.0000.003
leveneTest0.0080.0040.014
listAllAnnotations0.0000.0000.001
listSplicingAnnotations0.0000.0000.001
loadAnnotation0.0000.0000.001
loadFirebrowseData000
loadLocalFiles0.0000.0000.001
missingDataModal0.0000.0000.001
normaliseGeneExpression0.0200.0000.019
optimalSurvivalCutoff0.120.000.12
parseCategoricalGroups0.0040.0000.001
parseFirebrowseMetadata0.0640.0040.204
parseMatsEvent0.0080.0000.008
parseMatsGeneric0.0360.0040.039
parseMisoAnnotation0.2040.0040.245
parseMisoEvent0.0080.0000.008
parseMisoEventID0.0080.0000.009
parseMisoGeneric0.0520.0000.055
parseMisoId0.0000.0000.001
parseSampleGroups0.0000.0000.005
parseSplicingEvent0.0040.0000.004
parseSuppaEvent0.0040.0000.007
parseSuppaGeneric0.0320.0000.032
parseTcgaSampleInfo0.0080.0000.004
parseUrlsFromFirebrowseResponse0.0320.0000.131
parseVastToolsEvent0.0080.0000.009
parseVastToolsSE0.0320.0000.029
performICA0.0120.0000.012
performPCA0.0040.0000.003
plotCorrelation0.8120.0200.831
plotDistribution0.6400.0040.643
plotGroupIndependence0.2440.0000.244
plotICA0.1920.0000.212
plotPCA0.2520.0080.258
plotProtein0.0000.0000.001
plotSingleICA0.2600.0080.268
plotSurvivalCurves0.1040.0040.108
plotTranscripts0.0280.0000.793
plotVariance0.0680.0040.069
prepareAnnotationFromEvents0.2240.0040.229
prepareFirebrowseArchives0.0000.0000.001
prepareSRAmetadata0.0000.0000.001
processSurvTerms0.0080.0000.005
psichomics0.0000.0000.001
quantifySplicing0.0040.0000.006
queryEnsembl0.0480.0000.619
queryEnsemblByEvent0.0680.0041.436
queryEnsemblByGene0.0840.0001.619
queryFirebrowseData0.0520.0000.232
queryPubMed0.1320.0040.650
queryUniprot0.4320.0122.034
readFile0.0000.0000.001
renameDuplicated0.0000.0000.001
rowMeans000
rowVars0.0000.0000.001
sidebar0.0080.0000.008
survdiff.survTerms0.0040.0000.007
survfit.survTerms0.0200.0000.023
testGroupIndependence0.0040.0000.004
testSurvival0.0160.0000.015
textSuggestions000
trimWhitespace0.0040.0000.001