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

CHECK report for PhenStat on machv2

This page was generated on 2020-10-17 11:59:12 -0400 (Sat, 17 Oct 2020).

TO THE DEVELOPERS/MAINTAINERS OF THE PhenStat PACKAGE: Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1305/1905HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PhenStat 2.24.0
Hamed Haselimashhadi
Snapshot Date: 2020-10-16 14:40:19 -0400 (Fri, 16 Oct 2020)
URL: https://git.bioconductor.org/packages/PhenStat
Branch: RELEASE_3_11
Last Commit: 7f6ce35
Last Changed Date: 2020-04-27 14:37:43 -0400 (Mon, 27 Apr 2020)
malbec2 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
machv2 macOS 10.14.6 Mojave / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: PhenStat
Version: 2.24.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:PhenStat.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings PhenStat_2.24.0.tar.gz
StartedAt: 2020-10-17 03:54:25 -0400 (Sat, 17 Oct 2020)
EndedAt: 2020-10-17 03:58:08 -0400 (Sat, 17 Oct 2020)
EllapsedTime: 222.8 seconds
RetCode: 0
Status:  OK 
CheckDir: PhenStat.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:PhenStat.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings PhenStat_2.24.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.11-bioc/meat/PhenStat.Rcheck’
* using R version 4.0.3 (2020-10-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘PhenStat/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘PhenStat’ version ‘2.24.0’
* 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 ‘PhenStat’ 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 ... NOTE
Namespace in Imports field not imported from: ‘SmoothWin’
  All declared Imports should be used.
* 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
qqplotRotatedResiduals 7.156  0.039   7.208
plot.PhenList          5.065  0.067   5.177
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.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
  ‘/Users/biocbuild/bbs-3.11-bioc/meat/PhenStat.Rcheck/00check.log’
for details.



Installation output

PhenStat.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL PhenStat
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘PhenStat’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* DONE (PhenStat)

Tests output

PhenStat.Rcheck/tests/runTests.Rout


R version 4.0.3 (2020-10-10) -- "Bunny-Wunnies Freak Out"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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.

> BiocGenerics:::testPackage("PhenStat")

 >=========================================================================<
 This version of PhenStat includes *FEWER* functions than the previous ones 
 You *still* can use the previous functions by using `:::`. For example :   
 PhenStat:::boxplotSexGenotype   or   PhenStat:::FisherExactTest            
 *** Want to know what is new in this version? run PhenStat:::WhatIsNew()   
 >=========================================================================<


RUNIT TEST PROTOCOL -- Sat Oct 17 03:57:57 2020 
*********************************************** 
Number of test functions: 0 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
PhenStat RUnit Tests - 0 test functions, 0 errors, 0 failures
Number of test functions: 0 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
  5.031   0.348   5.361 

Example timings

PhenStat.Rcheck/PhenStat-Ex.timings

nameusersystemelapsed
FisherExactTest0.2740.0260.300
JSONOutput2.1600.0452.207
LRDataset0.0960.0060.103
PhenList-class0.3250.0130.339
PhenList0.3510.0050.358
PhenStatReport0.0690.0010.069
PhenTestResult-class1.9430.0211.969
PhenTestResult1.6590.0091.669
RRTest0.1530.0140.168
TFDataset0.5540.0110.566
analysedDataset1.7760.0121.789
analysisResults1.7160.0141.740
boxplotResidualBatch1.8000.0231.825
boxplotSexGenotype0.1080.0050.113
boxplotSexGenotypeBatch0.2070.0060.214
boxplotSexGenotypeBatchAdjusted0.1110.0020.113
boxplotSexGenotypeResult2.2560.0172.276
boxplotSexGenotypeWeightBatchAdjusted0.1180.0030.121
categoricalBarplot0.2550.0120.268
checkDataset0.0670.0010.068
classificationTag2.0980.0162.115
determiningLambda1.6390.3652.012
dim0.0710.0010.072
finalLRModel0.7920.0110.808
finalModel1.7010.0041.706
finalTFModel1.0390.0121.051
htestPhenStat-class0.2440.0060.250
modelFormula0.0010.0000.001
modelFormulaLR000
parserOutputSummary1.8380.0111.853
parserOutputSummaryLR0.7340.0110.747
parserOutputTFSummary0.2300.0010.231
performReverseTransformation0.0010.0000.001
performTransformation0.0010.0000.000
plot.PhenList5.0650.0675.177
plot.PhenTestResult4.9010.0724.985
plotResidualPredicted1.7350.0131.749
printLROutput0.5730.0100.583
printTabStyle0.0020.0000.002
qqplotGenotype1.8510.0081.863
qqplotRandomEffects1.9030.0101.917
qqplotRotatedResiduals7.1560.0397.208
recommendMethod0.5010.0090.510
scatterplotGenotypeWeight0.2480.0090.258
scatterplotGenotypeWeightResult2.2990.0152.323
scatterplotSexGenotypeBatch0.1660.0070.175
scatterplotSexGenotypeBatchResult2.3140.0132.330
startLRModel0.6720.0180.691
startModel1.7320.0041.737
startTFModel0.7970.0100.808
summaryOutput1.9850.0172.007
summaryPhenListResult2.0710.0132.085
testDataset4.8430.0734.929
testFinalLRModel0.7150.0080.727
testFinalModel2.0810.0102.096
vectorOutput2.0490.0152.064
vectorOutputMatrices0.2490.0120.261