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

This page was generated on 2021-10-15 15:06:15 -0400 (Fri, 15 Oct 2021).

CHECK results for PDATK on tokay2

To the developers/maintainers of the PDATK package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/PDATK.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1363/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PDATK 1.0.2  (landing page)
Benjamin Haibe-Kains
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/PDATK
git_branch: RELEASE_3_13
git_last_commit: 4065ec5
git_last_commit_date: 2021-06-23 15:28:37 -0400 (Wed, 23 Jun 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: PDATK
Version: 1.0.2
Command: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:PDATK.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings PDATK_1.0.2.tar.gz
StartedAt: 2021-10-15 03:14:14 -0400 (Fri, 15 Oct 2021)
EndedAt: 2021-10-15 03:21:43 -0400 (Fri, 15 Oct 2021)
EllapsedTime: 449.2 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: PDATK.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:PDATK.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings PDATK_1.0.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/PDATK.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'PDATK/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'PDATK' version '1.0.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 whether package 'PDATK' 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... NOTE
.calculateMSMthresholds: no visible binding for global variable
  'funContext'
.plotNetwork: no visible global function definition for 'legend'
NCSModel: no visible binding for global variable 'metric'
NCSModel: no visible binding for global variable 'comparison'
NCSModel: no visible binding for global variable 'centroid_K'
NCSModel: no visible binding for global variable 'assay_K'
NetworkCommunitySearchModel: no visible binding for global variable
  'metric'
NetworkCommunitySearchModel: no visible binding for global variable
  'comparison'
NetworkCommunitySearchModel: no visible binding for global variable
  'centroid_K'
NetworkCommunitySearchModel: no visible binding for global variable
  'assay_K'
predictClasses,ConsensusMetaclusteringModel-ANY: no visible global
  function definition for '.error'
predictClasses,NCSModel-ANY: no visible binding for global variable
  'centroid_cohort'
predictClasses,NCSModel-ANY: no visible binding for global variable
  'centroid_K'
predictClasses,NCSModel-ANY: no visible binding for global variable
  'assay_cohort'
predictClasses,NCSModel-ANY: no visible binding for global variable
  'assay_K'
predictClasses,NCSModel-ANY: no visible binding for global variable
  'tmp'
predictClasses,NCSModel-ANY: no visible binding for global variable
  'cluster_label'
rankFeatures,MultiAssayExperiment: no visible binding for global
  variable 'feature'
rankFeatures,MultiAssayExperiment: no visible binding for global
  variable 'missignAssays'
rankFeatures,MultiAssayExperiment: no visible binding for global
  variable 'feature_score'
rankFeatures,MultiAssayExperiment: no visible binding for global
  variable 'feature_rank'
trainModel,ConsensusMetaclusteringModel: no visible global function
  definition for 'pdf'
trainModel,ConsensusMetaclusteringModel: no visible global function
  definition for 'dev.off'
trainModel,NCSModel: no visible binding for global variable
  'ingroup_proportion'
trainModel,NCSModel: no visible binding for global variable
  'cor_threshold'
Undefined global functions or variables:
  .error assay_K assay_cohort centroid_K centroid_cohort cluster_label
  comparison cor_threshold dev.off feature feature_rank feature_score
  funContext ingroup_proportion legend metric missignAssays pdf tmp
Consider adding
  importFrom("grDevices", "dev.off", "pdf")
  importFrom("graphics", "legend")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  'optimalKMinimizeAmbiguity'
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* 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 ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  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 WARNING, 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/PDATK.Rcheck/00check.log'
for details.



Installation output

PDATK.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/PDATK_1.0.2.tar.gz && rm -rf PDATK.buildbin-libdir && mkdir PDATK.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=PDATK.buildbin-libdir PDATK_1.0.2.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL PDATK_1.0.2.zip && rm PDATK_1.0.2.tar.gz PDATK_1.0.2.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  876k  100  876k    0     0  1635k      0 --:--:-- --:--:-- --:--:-- 1637k

install for i386

* installing *source* package 'PDATK' ...
** using staged installation
** R
** data
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'PDATK'
    finding HTML links ... done
    CSPC_MAE                                html  
    ClinicalModel-class                     html  
    ClinicalModel                           html  
    CohortList-class                        html  
    CohortList                              html  
    ConsensusMetaclusteringModel-class      html  
    ConsensusMetaclusteringModel            html  
    CoxModel-class                          html  
    CoxModel                                html  
    GeneFuModel-class                       html  
    GeneFuModel                             html  
    ModelComparison-class                   html  
    ModelComparison                         html  
    NCSModel-class                          html  
    NetworkCommunitySearchModel             html  
    PCOSP-class                             html  
    PCOSP                                   html  
    PCOSP_or_ClinicalModel-class            html  
    PCOSP_or_RLS_or_RGA-class               html  
    RGAModel-class                          html  
    RLSModel-class                          html  
    RandomGeneAssignmentModel               html  
    RandomLabelShufflingModel               html  
    S4Model-class                           html  
    SurvivalExperiment-class                html  
    SurvivalExperiment                      html  
    SurvivalModel-class                     html  
    SurvivalModel                           html  
    assignColDataColumn                     html  
    assignSubtypes-CohortList-list-method   html  
    assignSubtypes-SurvivalExperiment-data.frame-method
                                            html  
    assignSubtypes                          html  
    barPlotModelComparison-ClinicalModel-PCOSP_or_RLS_or_RGA-method
                                            html  
    barPlotModelComparison                  html  
    birnbaum                                html  
    chen                                    html  
    cohortSubtypeDFs                        html  
    compareModels-ModelComparison-SurvivalModel-method
                                            html  
    compareModels-SurvivalModel-SurvivalModel-method
                                            html  
    compareModels                           html  
    densityPlotModelComparison-PCOSP_or_RLS_or_RGA-PCOSP_or_RLS_or_RGA-method
                                            html  
    densityPlotModelComparison              html  
    dot-findAllCohortPairs                  html  
    dot-randomSampleIndex                   html  
    dropNotCensored-CohortList-method       html  
    dropNotCensored-SurvivalExperiment-method
                                            html  
    dropNotCensored                         html  
    findCommonGenes-CohortList-method       html  
    findCommonGenes-MultiAssayExperiment-method
                                            html  
    findCommonGenes                         html  
    findCommonSamples-CohortList-method     html  
    findCommonSamples                       html  
    forestPlot-ModelComparison-method       html  
    forestPlot-PCOSP_or_ClinicalModel-method
                                            html  
    forestPlot                              html  
    getModelSeed-SurvivalModel-method       html  
    getModelSeed                            html  
    getTopFeatures-MultiAssayExperiment-method
                                            html  
    getTopFeatures-PCOSP-method             html  
    getTopFeatures-SummarizedExperiment-method
                                            html  
    getTopFeatures                          html  
    haiderSigScores                         html  
    hasColDataColumns                       html  
    merge-SurvivalExperiment-SurvivalExperiment-method
                                            html  
    modelParams-S4Model-method              html  
    modelParams-set-S4Model-List_or_list_or_NULL-method
                                            html  
    modelParams-set                         html  
    modelParams                             html  
    models-S4Model-method                   html  
    models-SurvivalModel-method             html  
    models-set-S4Model-List_or_list_or_NULL-method
                                            html  
    models-set-SurvivalModel-SimpleList-method
                                            html  
    models-set                              html  
    models                                  html  
    normalize-DFrame-method                 html  
    normalize-MultiAssayExperiment-method   html  
    normalize-SummarizedExperiment-method   html  
    normalize-data.frame_or_matrix-method   html  
    normalsMAE                              html  
    plotNetworkGraph-NCSModel-method        html  
    plotNetworkGraph                        html  
    plotROC-PCOSP-method                    html  
    plotROC                                 html  
    plotSurvivalCurves-CoxModel-method      html  
    plotSurvivalCurves                      html  
    predictClasses-CohortList-ClinicalModel-method
                                            html  
    predictClasses-CohortList-GeneFuModel-method
                                            html  
    predictClasses-CohortList-PCOSP_or_RLS_or_RGA-method
                                            html  
    predictClasses-ConsensusMetaclusteringModel-ANY-method
                                            html  
    predictClasses-NCSModel-ANY-method      html  
    predictClasses-SurvivalExperiment-ClinicalModel-method
                                            html  
    predictClasses-SurvivalExperiment-GeneFuModel-method
                                            html  
    predictClasses-SurvivalExperiment-PCOSP_or_RLS_or_RGA-method
                                            html  
    predictClasses                          html  
    preprocessCaret                         html  
    rankFeatures-MultiAssayExperiment-method
                                            html  
    rankFeatures-SummarizedExperiment-method
                                            html  
    rankFeatures                            html  
    removeColDataFactorColumns              html  
    removeFactorColumns                     html  
    renameColDataColumns                    html  
    renameColumns                           html  
    runGSEA-PCOSP-data.frame-method         html  
    runGSEA                                 html  
    sampleClinicalModel                     html  
    sampleCohortList                        html  
    sampleICGCmicro                         html  
    samplePCOSPmodel                        html  
    samplePCOSPpredList                     html  
    samplePCSIsurvExp                       html  
    sampleRGAmodel                          html  
    sampleRLSmodel                          html  
    sampleTrainedPCOSPmodel                 html  
    sampleValPCOSPmodel                     html  
    show-S4Model-method                     html  
    subset-CohortList-method                html  
    trainData-S4Model-method                html  
    trainData-set-S4Model-method            html  
    trainData-set                           html  
    trainData                               html  
    trainModel-ClinicalModel-method         html  
    trainModel-ConsensusMetaclusteringModel-method
                                            html  
    trainModel-CoxModel-method              html  
    trainModel-GeneFuModel-method           html  
    trainModel-NCSModel-method              html  
    trainModel-PCOSP-method                 html  
    trainModel-RGAModel-method              html  
    trainModel-RLSModel-method              html  
    trainModel                              html  
    validateModel-ClinicalModel-CohortList-method
                                            html  
    validateModel-ClinicalModel-SurvivalExperiment-method
                                            html  
    validateModel-ConsensusMetaclusteringModel-ConsensusMetaclusteringModel-method
                                            html  
    validateModel-GeneFuModel-CohortList-method
                                            html  
    validateModel-GeneFuModel-SurvivalExperiment-method
                                            html  
    validateModel-PCOSP_or_RLS_or_RGA-CohortList-method
                                            html  
    validateModel-PCOSP_or_RLS_or_RGA-SurvivalExperiment-method
                                            html  
    validateModel                           html  
    validationData-S4Model-method           html  
    validationData-SurvivalModel-method     html  
    validationData-set-S4Model-List_or_list_or_NULL-method
                                            html  
    validationData-set-SurvivalModel-CohortList-method
                                            html  
    validationData-set                      html  
    validationData                          html  
    validationStats-S4Model-method          html  
    validationStats-SurvivalModel-method    html  
    validationStats-set-S4Model-DFrame_or_data.frame_data.table_or_NULL-method
                                            html  
    validationStats-set-SurvivalModel-data.frame-method
                                            html  
    validationStats-set                     html  
    validationStats                         html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'PDATK' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'PDATK' as PDATK_1.0.2.zip
* DONE (PDATK)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'PDATK' successfully unpacked and MD5 sums checked

Tests output

PDATK.Rcheck/tests_i386/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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(PDATK)
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: GenomeInfoDb
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

> 
> test_check("PDATK")
[ FAIL 0 | WARN 1 | SKIP 0 | PASS 77 ]
> 
> proc.time()
   user  system elapsed 
  27.73    1.65   29.37 

PDATK.Rcheck/tests_x64/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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(PDATK)
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges

Attaching package: 'IRanges'

The following object is masked from 'package:grDevices':

    windows

Loading required package: GenomeInfoDb
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

> 
> test_check("PDATK")
[ FAIL 0 | WARN 1 | SKIP 0 | PASS 77 ]
> 
> proc.time()
   user  system elapsed 
  33.59    1.06   34.64 

Example timings

PDATK.Rcheck/examples_i386/PDATK-Ex.timings

nameusersystemelapsed
CSPC_MAE0.020.000.01
ClinicalModel-class0.120.000.13
ClinicalModel0.130.000.12
CohortList0.020.000.02
ConsensusMetaclusteringModel0.020.000.02
CoxModel0.600.110.72
GeneFuModel0.150.000.14
ModelComparison2.250.032.32
PCOSP0.120.000.13
RandomGeneAssignmentModel0.110.000.11
RandomLabelShufflingModel0.110.000.11
SurvivalExperiment0.220.000.22
SurvivalModel-class0.040.010.06
SurvivalModel0.060.000.07
assignColDataColumn0.050.000.04
assignSubtypes-CohortList-list-method0.450.020.47
assignSubtypes-SurvivalExperiment-data.frame-method0.030.030.07
assignSubtypes0.080.000.07
barPlotModelComparison-ClinicalModel-PCOSP_or_RLS_or_RGA-method1.140.051.19
barPlotModelComparison1.030.001.03
birnbaum0.020.000.02
chen000
cohortSubtypeDFs0.000.010.01
compareModels-ModelComparison-SurvivalModel-method0.950.000.96
compareModels-SurvivalModel-SurvivalModel-method1.530.021.54
compareModels0.910.010.93
dropNotCensored-CohortList-method0.730.100.82
dropNotCensored-SurvivalExperiment-method0.110.010.13
dropNotCensored0.110.020.12
findCommonGenes-CohortList-method0.080.020.10
findCommonGenes0.100.010.11
findCommonSamples-CohortList-method0.090.020.11
findCommonSamples0.060.060.12
forestPlot-ModelComparison-method1.00.21.2
forestPlot-PCOSP_or_ClinicalModel-method0.050.020.07
forestPlot0.120.000.12
getModelSeed-SurvivalModel-method0.020.000.02
getModelSeed0.000.010.01
getTopFeatures-PCOSP-method0.000.020.02
getTopFeatures-SummarizedExperiment-method0.200.010.22
getTopFeatures0.000.020.01
haiderSigScores0.000.020.02
hasColDataColumns0.020.000.01
merge-SurvivalExperiment-SurvivalExperiment-method0.150.010.18
modelParams-set0.020.000.01
modelParams0.000.020.02
models-SurvivalModel-method0.010.000.02
models-set-SurvivalModel-SimpleList-method0.020.000.01
models0.010.000.02
normalsMAE000
plotROC-PCOSP-method0.160.030.19
predictClasses-CohortList-ClinicalModel-method0.550.030.58
predictClasses-CohortList-PCOSP_or_RLS_or_RGA-method0.760.020.78
predictClasses-SurvivalExperiment-ClinicalModel-method0.190.010.20
predictClasses-SurvivalExperiment-PCOSP_or_RLS_or_RGA-method0.230.020.25
predictClasses0.220.010.23
rankFeatures-SummarizedExperiment-method0.190.020.21
rankFeatures0.160.010.17
removeColDataFactorColumns0.040.000.05
removeFactorColumns000
renameColDataColumns0.050.000.04
renameColumns0.010.000.02
sampleClinicalModel000
sampleCohortList0.040.020.05
sampleICGCmicro0.010.000.01
samplePCOSPmodel0.020.000.02
samplePCOSPpredList0.030.000.03
samplePCSIsurvExp0.010.000.01
sampleRGAmodel0.000.010.02
sampleRLSmodel0.000.020.01
sampleTrainedPCOSPmodel0.020.000.02
sampleValPCOSPmodel0.030.020.05
show-S4Model-method0.080.000.08
subset-CohortList-method0.20.00.2
trainData-set0.020.000.01
trainData0.010.000.02
trainModel-ClinicalModel-method0.050.000.05
trainModel-PCOSP-method0.790.000.80
trainModel-RGAModel-method0.780.000.78
trainModel-RLSModel-method0.740.000.73
trainModel0.900.000.91
validateModel-ClinicalModel-CohortList-method0.350.000.34
validateModel-ClinicalModel-SurvivalExperiment-method0.840.030.88
validateModel-GeneFuModel-CohortList-method0.580.010.59
validateModel-PCOSP_or_RLS_or_RGA-CohortList-method0.550.000.55
validateModel-PCOSP_or_RLS_or_RGA-SurvivalExperiment-method1.090.001.09
validateModel0.080.020.10
validationData-SurvivalModel-method0.000.010.01
validationData-set-SurvivalModel-CohortList-method000
validationData-set000
validationData0.000.010.02
validationStats-SurvivalModel-method0.010.000.02
validationStats-set-SurvivalModel-data.frame-method0.020.000.01
validationStats-set0.020.000.02
validationStats000

PDATK.Rcheck/examples_x64/PDATK-Ex.timings

nameusersystemelapsed
CSPC_MAE0.000.020.02
ClinicalModel-class0.130.000.12
ClinicalModel0.140.000.14
CohortList0.030.000.03
ConsensusMetaclusteringModel0.000.010.02
CoxModel0.610.070.67
GeneFuModel0.130.030.16
ModelComparison2.200.012.22
PCOSP0.130.000.12
RandomGeneAssignmentModel0.100.000.11
RandomLabelShufflingModel0.110.000.11
SurvivalExperiment0.180.000.17
SurvivalModel-class0.060.000.07
SurvivalModel0.050.020.06
assignColDataColumn0.040.000.04
assignSubtypes-CohortList-list-method0.520.000.52
assignSubtypes-SurvivalExperiment-data.frame-method0.030.010.05
assignSubtypes0.050.020.06
barPlotModelComparison-ClinicalModel-PCOSP_or_RLS_or_RGA-method1.120.011.14
barPlotModelComparison1.060.051.11
birnbaum0.020.000.02
chen000
cohortSubtypeDFs0.010.000.01
compareModels-ModelComparison-SurvivalModel-method1.050.021.06
compareModels-SurvivalModel-SurvivalModel-method1.000.011.02
compareModels1.030.001.03
dropNotCensored-CohortList-method0.910.000.91
dropNotCensored-SurvivalExperiment-method0.090.000.09
dropNotCensored0.080.000.08
findCommonGenes-CohortList-method0.080.000.08
findCommonGenes0.060.000.06
findCommonSamples-CohortList-method0.080.000.08
findCommonSamples0.060.000.06
forestPlot-ModelComparison-method1.110.031.14
forestPlot-PCOSP_or_ClinicalModel-method0.040.000.04
forestPlot0.130.000.13
getModelSeed-SurvivalModel-method000
getModelSeed000
getTopFeatures-PCOSP-method0.000.020.02
getTopFeatures-SummarizedExperiment-method0.200.010.22
getTopFeatures0.020.000.01
haiderSigScores0.010.000.02
hasColDataColumns0.020.000.01
merge-SurvivalExperiment-SurvivalExperiment-method0.170.000.18
modelParams-set0.020.000.01
modelParams0.000.020.02
models-SurvivalModel-method0.000.010.01
models-set-SurvivalModel-SimpleList-method0.010.000.02
models0.020.000.01
normalsMAE0.010.000.02
plotROC-PCOSP-method0.240.000.23
predictClasses-CohortList-ClinicalModel-method0.700.000.71
predictClasses-CohortList-PCOSP_or_RLS_or_RGA-method0.890.000.89
predictClasses-SurvivalExperiment-ClinicalModel-method0.200.030.23
predictClasses-SurvivalExperiment-PCOSP_or_RLS_or_RGA-method0.290.000.28
predictClasses0.290.030.33
rankFeatures-SummarizedExperiment-method0.220.000.22
rankFeatures0.190.020.20
removeColDataFactorColumns0.050.020.07
removeFactorColumns000
renameColDataColumns0.060.000.06
renameColumns000
sampleClinicalModel0.010.000.01
sampleCohortList0.020.000.02
sampleICGCmicro0.000.010.02
samplePCOSPmodel0.020.000.01
samplePCOSPpredList0.030.000.03
samplePCSIsurvExp0.000.020.02
sampleRGAmodel0.010.000.01
sampleRLSmodel000
sampleTrainedPCOSPmodel000
sampleValPCOSPmodel0.030.010.05
show-S4Model-method0.080.000.07
subset-CohortList-method0.230.000.24
trainData-set0.000.020.01
trainData0.000.010.02
trainModel-ClinicalModel-method0.060.000.06
trainModel-PCOSP-method0.970.020.99
trainModel-RGAModel-method1.030.001.03
trainModel-RLSModel-method0.930.000.92
trainModel1.900.021.92
validateModel-ClinicalModel-CohortList-method0.410.000.41
validateModel-ClinicalModel-SurvivalExperiment-method0.950.010.97
validateModel-GeneFuModel-CohortList-method0.610.030.64
validateModel-PCOSP_or_RLS_or_RGA-CohortList-method0.580.010.60
validateModel-PCOSP_or_RLS_or_RGA-SurvivalExperiment-method0.580.030.61
validateModel0.080.020.09
validationData-SurvivalModel-method0.010.000.02
validationData-set-SurvivalModel-CohortList-method000
validationData-set0.000.020.01
validationData0.020.000.02
validationStats-SurvivalModel-method0.010.000.01
validationStats-set-SurvivalModel-data.frame-method000
validationStats-set0.020.000.02
validationStats0.010.000.01