Back to Multiple platform build/check report for BioC 3.9 |
|
This page was generated on 2019-04-09 11:46:55 -0400 (Tue, 09 Apr 2019).
Package 1246/1703 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
psichomics 1.9.2 Nuno Saraiva-Agostinho
| malbec2 | Linux (Ubuntu 18.04.2 LTS) / x86_64 | OK | OK | [ OK ] | |||||||
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 | |||||||
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | ERROR | OK |
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 |
############################################################################## ############################################################################## ### ### 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.
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)
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
psichomics.Rcheck/psichomics-Ex.timings
name | user | system | elapsed | |
addObjectAttrs | 0.000 | 0.000 | 0.001 | |
blendColours | 0.001 | 0.000 | 0.001 | |
calculateLoadingsContribution | 0.025 | 0.000 | 0.025 | |
convertGeneIdentifiers | 1.501 | 0.025 | 1.422 | |
correlateGEandAS | 0.016 | 0.004 | 0.031 | |
createGroupByAttribute | 0.002 | 0.000 | 0.002 | |
createJunctionsTemplate | 0.003 | 0.000 | 0.003 | |
diffAnalyses | 0.115 | 0.000 | 0.115 | |
downloadFiles | 0.000 | 0.000 | 0.001 | |
ensemblToUniprot | 0.318 | 0.000 | 0.700 | |
filterGeneExpr | 0.013 | 0.000 | 0.014 | |
filterGroups | 0.001 | 0.000 | 0.000 | |
filterPSI | 0.013 | 0.000 | 0.014 | |
getAttributesTime | 0.004 | 0.000 | 0.003 | |
getDownloadsFolder | 0.000 | 0.000 | 0.001 | |
getFirebrowseDataTypes | 0.001 | 0.000 | 0.000 | |
getFirebrowseDateFormat | 0.001 | 0.000 | 0.001 | |
getFirebrowseDates | 0.108 | 0.000 | 0.229 | |
getGeneList | 0.006 | 0.008 | 0.022 | |
getMatchingSamples | 0.002 | 0.000 | 0.002 | |
getNumerics | 0.005 | 0.000 | 0.006 | |
getPatientFromSample | 0.001 | 0.000 | 0.000 | |
getSplicingEventFromGenes | 0.004 | 0.000 | 0.004 | |
getSplicingEventTypes | 0.000 | 0.000 | 0.001 | |
getValidEvents | 0.006 | 0.000 | 0.006 | |
getValuePerPatient | 0.008 | 0.000 | 0.008 | |
groupPerElem | 0.001 | 0.000 | 0.001 | |
hchart.survfit | 0.274 | 0.024 | 1.140 | |
isFirebrowseUp | 0.006 | 0.000 | 0.029 | |
labelBasedOnCutoff | 0.000 | 0.000 | 0.001 | |
leveneTest | 0.008 | 0.000 | 0.008 | |
listAllAnnotations | 0 | 0 | 0 | |
listSplicingAnnotations | 0.001 | 0.000 | 0.000 | |
loadAnnotation | 0.000 | 0.000 | 0.001 | |
loadFirebrowseData | 0 | 0 | 0 | |
loadLocalFiles | 0 | 0 | 0 | |
missingDataModal | 0 | 0 | 0 | |
normaliseGeneExpression | 0.019 | 0.000 | 0.019 | |
optimalSurvivalCutoff | 0.138 | 0.000 | 0.138 | |
parseCategoricalGroups | 0.002 | 0.000 | 0.002 | |
parseFirebrowseMetadata | 0.080 | 0.004 | 0.237 | |
parseMatsEvent | 0.004 | 0.004 | 0.008 | |
parseMatsGeneric | 0.034 | 0.008 | 0.042 | |
parseMisoAnnotation | 0.430 | 0.056 | 0.514 | |
parseMisoEvent | 0.005 | 0.003 | 0.007 | |
parseMisoEventID | 0.011 | 0.000 | 0.011 | |
parseMisoGeneric | 0.055 | 0.004 | 0.060 | |
parseMisoId | 0.001 | 0.000 | 0.000 | |
parseSampleGroups | 0.001 | 0.000 | 0.002 | |
parseSplicingEvent | 0.003 | 0.000 | 0.003 | |
parseSuppaEvent | 0.007 | 0.000 | 0.006 | |
parseSuppaGeneric | 0.026 | 0.008 | 0.034 | |
parseTcgaSampleInfo | 0.004 | 0.000 | 0.005 | |
parseUrlsFromFirebrowseResponse | 0.035 | 0.000 | 0.116 | |
parseVastToolsEvent | 0.009 | 0.000 | 0.009 | |
parseVastToolsSE | 0.032 | 0.000 | 0.032 | |
performICA | 0.011 | 0.000 | 0.012 | |
performPCA | 0.003 | 0.000 | 0.002 | |
plot.GEandAScorrelation | 0.633 | 0.012 | 0.645 | |
plotDistribution | 0.089 | 0.008 | 0.097 | |
plotGeneExprPerSample | 0.185 | 0.008 | 0.194 | |
plotGroupIndependence | 0.215 | 0.000 | 0.216 | |
plotICA | 0.181 | 0.008 | 0.295 | |
plotPCA | 0.249 | 0.020 | 0.269 | |
plotProtein | 4.125 | 0.019 | 4.715 | |
plotRowStats | 0.899 | 0.004 | 0.908 | |
plotSingleICA | 0.228 | 0.020 | 0.249 | |
plotSurvivalCurves | 0.109 | 0.008 | 0.147 | |
plotTranscripts | 0.023 | 0.000 | 1.018 | |
plotVariance | 0.059 | 0.008 | 0.074 | |
prepareAnnotationFromEvents | 0.220 | 0.004 | 0.224 | |
prepareFirebrowseArchives | 0 | 0 | 0 | |
prepareJunctionQuantSTAR | 0 | 0 | 0 | |
prepareSRAmetadata | 0 | 0 | 0 | |
processSurvTerms | 0.003 | 0.000 | 0.004 | |
psichomics | 0 | 0 | 0 | |
quantifySplicing | 0.007 | 0.000 | 0.007 | |
queryEnsembl | 0.046 | 0.004 | 0.685 | |
queryEnsemblByGene | 0.180 | 0.016 | 4.066 | |
queryFirebrowseData | 0.042 | 0.004 | 0.219 | |
queryPubMed | 0.145 | 0.004 | 0.492 | |
queryUniprot | 0.160 | 0.000 | 0.527 | |
readFile | 0.002 | 0.000 | 0.002 | |
renameDuplicated | 0.001 | 0.000 | 0.000 | |
renderBoxplot | 0.116 | 0.008 | 0.127 | |
rowMeans | 0 | 0 | 0 | |
sidebar | 0.013 | 0.000 | 0.013 | |
survdiff.survTerms | 0.009 | 0.000 | 0.010 | |
survfit.survTerms | 0.030 | 0.000 | 0.034 | |
testGroupIndependence | 0.004 | 0.000 | 0.004 | |
testSurvival | 0.027 | 0.000 | 0.027 | |
textSuggestions | 0.001 | 0.000 | 0.000 | |
trimWhitespace | 0.000 | 0.000 | 0.001 | |