Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2024-11-25 11:39 -0500 (Mon, 25 Nov 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" | 4748 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" | 4459 |
lconway | macOS 12.7.1 Monterey | x86_64 | R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" | 4349 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 1641/2272 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
RAIDS 1.5.0 (landing page) Pascal Belleau
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
To the developers/maintainers of the RAIDS package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RAIDS.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
Package: RAIDS |
Version: 1.5.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RAIDS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RAIDS_1.5.0.tar.gz |
StartedAt: 2024-11-25 01:15:15 -0500 (Mon, 25 Nov 2024) |
EndedAt: 2024-11-25 01:24:12 -0500 (Mon, 25 Nov 2024) |
EllapsedTime: 536.8 seconds |
RetCode: 0 |
Status: OK |
CheckDir: RAIDS.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RAIDS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RAIDS_1.5.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/RAIDS.Rcheck’ * using R Under development (unstable) (2024-11-20 r87352) * using platform: x86_64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Monterey 12.7.6 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘RAIDS/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘RAIDS’ version ‘1.5.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' 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 ‘RAIDS’ 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 code 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 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 ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: OK
RAIDS.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RAIDS ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’ * installing *source* package ‘RAIDS’ ... ** using staged installation ** R ** data ** 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 (RAIDS)
RAIDS.Rcheck/tests/testthat.Rout
R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin20 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(RAIDS) Loading required package: gdsfmt Loading required package: SNPRelate SNPRelate -- supported by Streaming SIMD Extensions 2 (SSE2) Loading required package: GENESIS > > ## Run all unit tests > test_check("RAIDS") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 442 ] > > proc.time() user system elapsed 20.575 1.605 22.378
RAIDS.Rcheck/RAIDS-Ex.timings
name | user | system | elapsed | |
add1KG2SampleGDS | 0.037 | 0.011 | 0.058 | |
addBlockFromDetFile | 0.001 | 0.003 | 0.009 | |
addBlockInGDSAnnot | 0.004 | 0.005 | 0.013 | |
addGDS1KGLDBlock | 0.001 | 0.002 | 0.003 | |
addGDSRef | 0.002 | 0.002 | 0.004 | |
addGDSStudyPruning | 0.000 | 0.001 | 0.002 | |
addGeneBlockGDSRefAnnot | 0.554 | 0.051 | 0.617 | |
addGeneBlockRefAnnot | 0.001 | 0.001 | 0.002 | |
addRef2GDS1KG | 0.003 | 0.003 | 0.008 | |
addStudy1Kg | 0.008 | 0.006 | 0.015 | |
addStudyGDSSample | 0.005 | 0.002 | 0.008 | |
addUpdateLap | 0.001 | 0.001 | 0.002 | |
addUpdateSegment | 0.001 | 0.001 | 0.003 | |
appendGDSRefSample | 0.004 | 0.002 | 0.007 | |
appendGDSSampleOnly | 0.001 | 0.001 | 0.002 | |
appendGDSgenotype | 0.010 | 0.009 | 0.022 | |
appendGDSgenotypeMat | 0.000 | 0.001 | 0.002 | |
calcAFMLRNA | 0.002 | 0.002 | 0.004 | |
computeAlleleFraction | 0.001 | 0.000 | 0.002 | |
computeAllelicFractionDNA | 0.091 | 0.006 | 0.098 | |
computeAllelicFractionRNA | 0.158 | 0.005 | 0.166 | |
computeAllelicImbDNAChr | 0.006 | 0.002 | 0.007 | |
computeAncestryFromSynthetic | 0.010 | 0.003 | 0.014 | |
computeAncestryFromSyntheticFile | 4.494 | 0.089 | 4.585 | |
computeKNNRefSample | 0.011 | 0.002 | 0.013 | |
computeKNNRefSynthetic | 0.981 | 0.084 | 1.064 | |
computeLOHBlocksDNAChr | 0.006 | 0.001 | 0.007 | |
computePCAMultiSynthetic | 0.005 | 0.002 | 0.007 | |
computePCARefRMMulti | 0.130 | 0.002 | 0.133 | |
computePCARefSample | 0.156 | 0.002 | 0.157 | |
computePoolSyntheticAncestryGr | 0.334 | 0.022 | 0.356 | |
computeSyntheticConfMat | 0.009 | 0.002 | 0.011 | |
computeSyntheticROC | 0.028 | 0.003 | 0.031 | |
createAUROCGraph | 0.444 | 0.024 | 0.469 | |
createAccuracyGraph | 0.430 | 0.007 | 0.437 | |
createStudy2GDS1KG | 0.044 | 0.010 | 0.057 | |
demoKnownSuperPop1KG | 0.982 | 0.065 | 1.047 | |
demoPCA1KG | 0.004 | 0.002 | 0.006 | |
demoPCASyntheticProfiles | 0.942 | 0.039 | 0.981 | |
demoPedigreeEx1 | 0.010 | 0.002 | 0.012 | |
estimateAllelicFraction | 0.051 | 0.003 | 0.056 | |
generateGDS1KG | 0.009 | 0.009 | 0.019 | |
generateGDS1KGgenotypeFromSNPPileup | 0.051 | 0.017 | 0.069 | |
generateGDSRefSample | 0.003 | 0.002 | 0.005 | |
generateGDSSNPinfo | 0.003 | 0.003 | 0.007 | |
generateGDSgenotype | 0.008 | 0.009 | 0.019 | |
generateGeneBlock | 0.000 | 0.001 | 0.002 | |
generateMapSnvSel | 0.002 | 0.002 | 0.004 | |
generatePhase1KG2GDS | 0.009 | 0.008 | 0.018 | |
generatePhaseRef | 0.008 | 0.006 | 0.015 | |
getBlockIDs | 0.001 | 0.001 | 0.002 | |
getRef1KGPop | 0.001 | 0.001 | 0.002 | |
getRefSuperPop | 0.001 | 0.001 | 0.002 | |
getTableSNV | 0.006 | 0.002 | 0.009 | |
groupChr1KGSNV | 0.039 | 0.060 | 0.133 | |
identifyRelative | 0.006 | 0.003 | 0.009 | |
identifyRelativeRef | 0.004 | 0.002 | 0.006 | |
inferAncestry | 0.009 | 0.001 | 0.009 | |
inferAncestryGeneAware | 0.008 | 0.001 | 0.009 | |
matKNNSynthetic | 0.028 | 0.002 | 0.030 | |
pedSynthetic | 0.028 | 0.002 | 0.030 | |
prepPed1KG | 0.003 | 0.001 | 0.004 | |
prepPedSynthetic1KG | 0.003 | 0.001 | 0.004 | |
prepSynthetic | 0.007 | 0.003 | 0.010 | |
processBlockChr | 0.002 | 0.001 | 0.002 | |
profileAncestry | 0.012 | 0.002 | 0.013 | |
pruning1KGbyChr | 0.002 | 0.002 | 0.004 | |
pruningSample | 0.024 | 0.005 | 0.031 | |
readSNVFileGeneric | 0.002 | 0.001 | 0.003 | |
readSNVPileupFile | 0.028 | 0.001 | 0.030 | |
readSNVVCF | 3.482 | 0.030 | 3.513 | |
runExomeAncestry | 0.011 | 0.002 | 0.012 | |
runIBDKING | 0.027 | 0.003 | 0.032 | |
runLDPruning | 0.015 | 0.008 | 0.022 | |
runProfileAncestry | 0.012 | 0.002 | 0.015 | |
runRNAAncestry | 0.009 | 0.002 | 0.012 | |
runWrapperAncestry | 0.010 | 0.002 | 0.012 | |
selParaPCAUpQuartile | 3.492 | 0.018 | 3.511 | |
select1KGPop | 0.003 | 0.000 | 0.004 | |
select1KGPopForSynthetic | 0.003 | 0.000 | 0.004 | |
snpPositionDemo | 0.002 | 0.001 | 0.002 | |
snvListVCF | 0.003 | 0.001 | 0.004 | |
splitSelectByPop | 0.001 | 0.001 | 0.001 | |
syntheticGeno | 0.017 | 0.004 | 0.022 | |
tableBlockAF | 0.012 | 0.001 | 0.014 | |
testAlleleFractionChange | 0.001 | 0.000 | 0.001 | |
testEmptyBox | 0.001 | 0.001 | 0.001 | |
validateAdd1KG2SampleGDS | 0.001 | 0.000 | 0.001 | |
validateAddStudy1Kg | 0.002 | 0.000 | 0.002 | |
validateCharacterString | 0 | 0 | 0 | |
validateComputeAncestryFromSyntheticFile | 0.001 | 0.001 | 0.002 | |
validateComputeKNNRefSample | 0.002 | 0.001 | 0.005 | |
validateComputeKNNRefSynthetic | 0.004 | 0.002 | 0.005 | |
validateComputePCAMultiSynthetic | 0.002 | 0.001 | 0.003 | |
validateComputePCARefSample | 0.000 | 0.001 | 0.001 | |
validateComputePoolSyntheticAncestryGr | 0.001 | 0.001 | 0.002 | |
validateComputeSyntheticRoc | 0.007 | 0.001 | 0.009 | |
validateCreateAccuracyGraph | 0.001 | 0.000 | 0.001 | |
validateCreateStudy2GDS1KG | 0.001 | 0.001 | 0.002 | |
validateDataRefSynParameter | 0 | 0 | 0 | |
validateEstimateAllelicFraction | 0.003 | 0.001 | 0.003 | |
validateGDSClass | 0.001 | 0.001 | 0.001 | |
validateGenerateGDS1KG | 0.001 | 0.001 | 0.001 | |
validateLogical | 0 | 0 | 0 | |
validatePEDStudyParameter | 0 | 0 | 0 | |
validatePepSynthetic | 0.001 | 0.000 | 0.001 | |
validatePositiveIntegerVector | 0 | 0 | 0 | |
validatePrepPed1KG | 0.001 | 0.000 | 0.000 | |
validateProfileGDSExist | 0.000 | 0.000 | 0.001 | |
validatePruningSample | 0.001 | 0.000 | 0.002 | |
validateRunExomeOrRNAAncestry | 0.003 | 0.000 | 0.003 | |
validateSingleRatio | 0.000 | 0.001 | 0.000 | |
validateStudyDataFrameParameter | 0 | 0 | 0 | |
validateSyntheticGeno | 0.001 | 0.001 | 0.002 | |
wrapperAncestry | 0.010 | 0.002 | 0.012 | |