Back to Multiple platform build/check report for BioC 3.8 |
|
This page was generated on 2019-04-16 11:51:08 -0400 (Tue, 16 Apr 2019).
Package 195/1649 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
canceR 1.16.02 Karim Mezhoud
| 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: canceR |
Version: 1.16.02 |
Command: /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:canceR.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings canceR_1.16.02.tar.gz |
StartedAt: 2019-04-15 22:39:06 -0400 (Mon, 15 Apr 2019) |
EndedAt: 2019-04-15 22:45:04 -0400 (Mon, 15 Apr 2019) |
EllapsedTime: 357.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: canceR.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD check --install=check:canceR.install-out.txt --library=/home/biocbuild/bbs-3.8-bioc/R/library --no-vignettes --timings canceR_1.16.02.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.8-bioc/meat/canceR.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 ‘canceR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘canceR’ version ‘1.16.02’ * 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 ‘canceR’ can be installed ... OK * checking installed package size ... NOTE installed size is 10.8Mb sub-directories of 1Mb or more: data 7.1Mb extdata 3.0Mb * 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 ... NOTE S3 methods shown with full name in documentation object 'cbind.na': ‘cbind.na’ S3 methods shown with full name in documentation object 'rbind.na': ‘rbind.na’ The \usage entries for S3 methods should use the \method markup and not their full name. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... OK * 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: 2 NOTEs See ‘/home/biocbuild/bbs-3.8-bioc/meat/canceR.Rcheck/00check.log’ for details.
canceR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.8-bioc/R/bin/R CMD INSTALL canceR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.8-bioc/R/library’ * installing *source* package ‘canceR’ ... ** R ** data ** inst ** byte-compile and prepare package for lazy loading Warning: replacing previous import ‘igraph::union’ by ‘GSEABase::union’ when loading ‘HTSanalyzeR’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded Warning: replacing previous import ‘igraph::union’ by ‘GSEABase::union’ when loading ‘HTSanalyzeR’ * DONE (canceR)
canceR.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(canceR) Loading required package: tcltk Loading required package: tcltk2 Loading required package: cgdsr Please send questions to cbioportal@googlegroups.com ///////////////////////////////////////////////////////////////////////////// //------------------ Thanks for using HTSanalyzeR -------------------// //------------please use function changes() to see new changes-------------// //------------please report any bug to xinwang2hms@gmail.com---------------// ///////////////////////////////////////////////////////////////////////////// Warning message: replacing previous import 'igraph::union' by 'GSEABase::union' when loading 'HTSanalyzeR' > > test_check("canceR") getCancerStudies... OK getCaseLists (1/2) ... OK getCaseLists (2/2) ... OK getGeneticProfiles (1/2) ... OK getGeneticProfiles (2/2) ... OK getClinicalData (1/1) ... FAILED! getProfileData (1/6) ... OK getProfileData (2/6) ... FAILED! getProfileData (3/6) ... FAILED! getProfileData (4/6) ... OK getProfileData (5/6) ... OK getProfileData (6/6) ... OK ══ testthat results ═══════════════════════════════════════════════════════════ OK: 0 SKIPPED: 1 FAILED: 0 > > proc.time() user system elapsed 15.020 1.020 18.061
canceR.Rcheck/canceR-Ex.timings
name | user | system | elapsed | |
ClinicalData | 0.004 | 0.000 | 0.006 | |
GSEA.Analyze.Sets | 0 | 0 | 0 | |
GSEA.ConsPlot | 0 | 0 | 0 | |
GSEA.EnrichmentScore | 0 | 0 | 0 | |
GSEA.EnrichmentScore2 | 0 | 0 | 0 | |
GSEA.Gct2Frame | 0 | 0 | 0 | |
GSEA.Gct2Frame2 | 0 | 0 | 0 | |
GSEA.GeneRanking | 0.000 | 0.000 | 0.001 | |
GSEA.HeatMapPlot | 0 | 0 | 0 | |
GSEA.HeatMapPlot2 | 0.000 | 0.000 | 0.001 | |
GSEA.NormalizeCols | 0.16 | 0.00 | 0.16 | |
GSEA.NormalizeRows | 0 | 0 | 0 | |
GSEA | 0 | 0 | 0 | |
GSEA.ReadClsFile | 1.076 | 0.000 | 1.077 | |
GSEA.Res2Frame | 0.292 | 0.000 | 0.293 | |
GSEA.Threshold | 0.252 | 0.000 | 0.253 | |
GSEA.VarFilter | 0.288 | 0.004 | 0.291 | |
GSEA.write.gct | 0.280 | 0.004 | 0.284 | |
GeneExpMatrix | 0.024 | 0.004 | 0.026 | |
Match_GeneList_MSigDB | 0.304 | 0.004 | 0.308 | |
OLD.GSEA.EnrichmentScore | 0.260 | 0.000 | 0.258 | |
Run.GSEA | 0.22 | 0.00 | 0.22 | |
about | 0 | 0 | 0 | |
canceR | 0 | 0 | 0 | |
canceRHelp | 0 | 0 | 0 | |
canceR_Vignette | 0 | 0 | 0 | |
cbind.na | 0 | 0 | 0 | |
dialogGeneClassifier | 0.064 | 0.004 | 0.071 | |
dialogMetOption | 0.272 | 0.012 | 0.287 | |
dialogMut | 0.176 | 0.004 | 0.181 | |
dialogOptionCircos | 0.212 | 0.000 | 0.212 | |
dialogOptionGSEAlm | 0.004 | 0.004 | 0.007 | |
dialogOptionPhenoTest | 0.212 | 0.004 | 0.215 | |
dialogPlotOption_SkinCor | 0.06 | 0.00 | 0.06 | |
dialogSamplingGSEA | 0.252 | 0.000 | 0.252 | |
dialogSelectFiles_GSEA | 0.160 | 0.000 | 0.159 | |
dialogSpecificMut | 0.168 | 0.000 | 0.166 | |
dialogSummary_GSEA | 0.160 | 0.000 | 0.161 | |
dialoggetGeneListMSigDB | 0.000 | 0.000 | 0.001 | |
displayInTable | 0.004 | 0.000 | 0.003 | |
getCases | 0.024 | 0.008 | 1.567 | |
getCasesGenProfs | 0.184 | 0.008 | 0.194 | |
getCircos | 0.224 | 0.004 | 0.226 | |
getClinicData_MultipleCases | 0.176 | 0.000 | 0.176 | |
getClinicalDataMatrix | 0.192 | 0.012 | 0.205 | |
getCor_ExpCNAMet | 0.256 | 0.012 | 0.269 | |
getGCTCLSExample | 0.284 | 0.000 | 0.284 | |
getGCT_CLSfiles | 0.204 | 0.000 | 0.204 | |
getGSEAlm_Diseases | 0.168 | 0.012 | 0.177 | |
getGSEAlm_Variables | 0.000 | 0.000 | 0.001 | |
getGenProfs | 0.020 | 0.008 | 0.688 | |
getGeneExpMatrix | 0.188 | 0.016 | 0.206 | |
getGeneList | 0 | 0 | 0 | |
getGeneListExample | 0.004 | 0.000 | 0.000 | |
getGeneListFromMSigDB | 0.192 | 0.000 | 0.192 | |
getGenesClassifier | 0 | 0 | 0 | |
getGenesTree_MultipleCases | 0.188 | 0.016 | 0.204 | |
getGenesTree_SingleCase | 0.204 | 0.004 | 0.207 | |
getInTable | 0.004 | 0.000 | 0.003 | |
getListProfData | 0.116 | 0.000 | 0.114 | |
getMSigDB | 0 | 0 | 0 | |
getMSigDBExample | 0.188 | 0.000 | 0.187 | |
getMSigDBfile | 0.000 | 0.000 | 0.001 | |
getMegaProfData | 0.22 | 0.00 | 0.22 | |
getMetDataMultipleGenes | 0.284 | 0.004 | 0.287 | |
getMutData | 0.208 | 0.000 | 0.207 | |
getPhenoTest | 0.18 | 0.00 | 0.18 | |
getProfilesDataMultipleGenes | 0.168 | 0.008 | 0.176 | |
getProfilesDataSingleGene | 0.108 | 0.000 | 0.111 | |
getSpecificMut | 0.256 | 0.008 | 0.276 | |
getSummaryGSEA | 0.228 | 0.000 | 0.229 | |
getSurvival | 0 | 0 | 0 | |
getTextWin | 0 | 0 | 0 | |
geteSet | 0 | 0 | 0 | |
modalDialog | 0.152 | 0.004 | 0.160 | |
myGlobalEnv | 0 | 0 | 0 | |
plotModel | 0.048 | 0.000 | 0.051 | |
plot_1Gene_2GenProfs | 0.056 | 0.000 | 0.060 | |
plot_2Genes_1GenProf | 0.196 | 0.004 | 0.201 | |
rbind.na | 0 | 0 | 0 | |
setWorkspace | 0.108 | 0.000 | 0.110 | |
testCheckedCaseGenProf | 0.108 | 0.000 | 0.110 | |