| Back to Multiple platform build/check report for BioC 3.8 |
|
This page was generated on 2019-04-16 11:52:24 -0400 (Tue, 16 Apr 2019).
| Package 1211/1649 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| psichomics 1.8.2 Nuno Saraiva-Agostinho
| malbec1 | Linux (Ubuntu 16.04.6 LTS) / x86_64 | OK | OK | [ OK ] | |||||||
| merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
| Package: psichomics |
| Version: 1.8.2 |
| Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings psichomics_1.8.2.tar.gz |
| StartedAt: 2019-04-16 02:15:31 -0400 (Tue, 16 Apr 2019) |
| EndedAt: 2019-04-16 02:21:54 -0400 (Tue, 16 Apr 2019) |
| EllapsedTime: 382.9 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: psichomics.Rcheck |
| Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:psichomics.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings psichomics_1.8.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.8-bioc/meat/psichomics.Rcheck’ * using R version 3.5.3 (2019-03-11) * 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.8.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.8-bioc/meat/psichomics.Rcheck/00check.log’ for details.
psichomics.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL psichomics
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’
* installing *source* package ‘psichomics’ ...
** libs
g++ -I"/home/biocbuild/bbs-3.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-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.8-bioc/R/include" -DNDEBUG -I"/home/biocbuild/bbs-3.8-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.8-bioc/R/lib -L/usr/local/lib -o psichomics.so RcppExports.o psiFastCalc.o -L/home/biocbuild/bbs-3.8-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.8-bioc/R/library/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
* DONE (psichomics)
psichomics.Rcheck/tests/testthat.Rout
R version 3.5.3 (2019-03-11) -- "Great Truth"
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
29.840 1.680 44.068
psichomics.Rcheck/psichomics-Ex.timings
| name | user | system | elapsed | |
| addObjectAttrs | 0 | 0 | 0 | |
| blendColours | 0.004 | 0.000 | 0.002 | |
| calculateLoadingsContribution | 0.024 | 0.000 | 0.025 | |
| convertGeneIdentifiers | 0.624 | 0.008 | 0.497 | |
| correlateGEandAS | 0.016 | 0.000 | 0.033 | |
| createGroupByAttribute | 0.000 | 0.000 | 0.001 | |
| createJunctionsTemplate | 0.004 | 0.000 | 0.002 | |
| diffAnalyses | 0.072 | 0.000 | 0.072 | |
| downloadFiles | 0 | 0 | 0 | |
| ensemblToUniprot | 0.320 | 0.000 | 0.758 | |
| filterGeneExpr | 0.016 | 0.000 | 0.013 | |
| filterGroups | 0.000 | 0.000 | 0.001 | |
| filterPSI | 0.016 | 0.000 | 0.013 | |
| getAttributesTime | 0.004 | 0.000 | 0.003 | |
| getDownloadsFolder | 0.000 | 0.000 | 0.001 | |
| getFirebrowseDataTypes | 0.000 | 0.000 | 0.001 | |
| getFirebrowseDateFormat | 0.004 | 0.000 | 0.000 | |
| getFirebrowseDates | 0.140 | 0.000 | 0.262 | |
| getGeneList | 0.008 | 0.004 | 0.031 | |
| getMatchingSamples | 0.000 | 0.000 | 0.001 | |
| getNumerics | 0.004 | 0.004 | 0.006 | |
| getPatientFromSample | 0.000 | 0.000 | 0.001 | |
| getSplicingEventFromGenes | 0.000 | 0.004 | 0.003 | |
| getSplicingEventTypes | 0.000 | 0.000 | 0.001 | |
| getValidEvents | 0.004 | 0.000 | 0.006 | |
| getValuePerPatient | 0.008 | 0.000 | 0.009 | |
| groupPerElem | 0 | 0 | 0 | |
| hchart.survfit | 0.380 | 0.068 | 0.665 | |
| isFirebrowseUp | 0.008 | 0.000 | 0.031 | |
| labelBasedOnCutoff | 0.000 | 0.000 | 0.001 | |
| leveneTest | 0.012 | 0.000 | 0.012 | |
| listAllAnnotations | 0.000 | 0.000 | 0.001 | |
| listSplicingAnnotations | 0.000 | 0.000 | 0.001 | |
| loadAnnotation | 0 | 0 | 0 | |
| loadFirebrowseData | 0.004 | 0.000 | 0.001 | |
| loadLocalFiles | 0 | 0 | 0 | |
| missingDataModal | 0 | 0 | 0 | |
| normaliseGeneExpression | 0.028 | 0.004 | 0.030 | |
| optimalSurvivalCutoff | 0.184 | 0.004 | 0.189 | |
| parseCategoricalGroups | 0.004 | 0.000 | 0.002 | |
| parseFirebrowseMetadata | 0.084 | 0.004 | 0.218 | |
| parseMatsEvent | 0.008 | 0.000 | 0.007 | |
| parseMatsGeneric | 0.032 | 0.000 | 0.033 | |
| parseMisoAnnotation | 0.448 | 0.000 | 0.491 | |
| parseMisoEvent | 0.008 | 0.000 | 0.007 | |
| parseMisoEventID | 0.008 | 0.000 | 0.010 | |
| parseMisoGeneric | 0.048 | 0.008 | 0.057 | |
| parseMisoId | 0.000 | 0.000 | 0.001 | |
| parseSampleGroups | 0.004 | 0.000 | 0.001 | |
| parseSplicingEvent | 0.004 | 0.000 | 0.003 | |
| parseSuppaEvent | 0.008 | 0.000 | 0.006 | |
| parseSuppaGeneric | 0.020 | 0.012 | 0.032 | |
| parseTcgaSampleInfo | 0.004 | 0.000 | 0.004 | |
| parseUrlsFromFirebrowseResponse | 0.036 | 0.004 | 0.116 | |
| parseVastToolsEvent | 0.008 | 0.000 | 0.010 | |
| parseVastToolsSE | 0.024 | 0.008 | 0.033 | |
| performICA | 0.012 | 0.000 | 0.011 | |
| performPCA | 0.004 | 0.000 | 0.003 | |
| plot.GEandAScorrelation | 0.560 | 0.008 | 0.568 | |
| plotDistribution | 0.100 | 0.012 | 0.110 | |
| plotGeneExprPerSample | 0.192 | 0.016 | 0.211 | |
| plotGroupIndependence | 0.224 | 0.000 | 0.224 | |
| plotICA | 0.168 | 0.028 | 0.224 | |
| plotPCA | 0.324 | 0.020 | 0.345 | |
| plotProtein | 1.428 | 0.032 | 4.977 | |
| plotRowStats | 1.944 | 0.000 | 1.950 | |
| plotSingleICA | 0.288 | 0.028 | 0.359 | |
| plotSurvivalCurves | 0.128 | 0.016 | 0.145 | |
| plotTranscripts | 0.032 | 0.000 | 0.899 | |
| plotVariance | 0.060 | 0.008 | 0.067 | |
| prepareAnnotationFromEvents | 0.232 | 0.000 | 0.235 | |
| prepareFirebrowseArchives | 0 | 0 | 0 | |
| prepareJunctionQuantSTAR | 0 | 0 | 0 | |
| prepareSRAmetadata | 0.000 | 0.000 | 0.001 | |
| processSurvTerms | 0.004 | 0.000 | 0.004 | |
| psichomics | 0 | 0 | 0 | |
| quantifySplicing | 0.004 | 0.004 | 0.008 | |
| queryEnsembl | 0.056 | 0.000 | 0.578 | |
| queryEnsemblByGene | 0.152 | 0.008 | 3.021 | |
| queryFirebrowseData | 0.040 | 0.004 | 0.208 | |
| queryPubMed | 0.180 | 0.020 | 0.632 | |
| queryUniprot | 0.112 | 0.000 | 3.398 | |
| readFile | 0.004 | 0.000 | 0.002 | |
| renameDuplicated | 0.000 | 0.000 | 0.001 | |
| renderBoxplot | 0.140 | 0.012 | 0.152 | |
| rowMeans | 0 | 0 | 0 | |
| sidebar | 0.012 | 0.000 | 0.013 | |
| survdiff.survTerms | 0.008 | 0.000 | 0.009 | |
| survfit.survTerms | 0.024 | 0.004 | 0.031 | |
| testGroupIndependence | 0.004 | 0.000 | 0.004 | |
| testSurvival | 0.028 | 0.004 | 0.031 | |
| textSuggestions | 0.000 | 0.000 | 0.001 | |
| trimWhitespace | 0.004 | 0.000 | 0.000 | |