Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-03-04 11:39:45 -0500 (Mon, 04 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4676
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2024-01-14 r85805 ucrt) -- "Unsuffered Consequences" 4414
merida1macOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-01-16 r85808) -- "Unsuffered Consequences" 4441
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-01-16 r85812) -- "Unsuffered Consequences" 4417
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 1637/2251HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RAIDS 1.1.0  (landing page)
Pascal Belleau
Snapshot Date: 2024-03-01 14:00:22 -0500 (Fri, 01 Mar 2024)
git_url: https://git.bioconductor.org/packages/RAIDS
git_branch: devel
git_last_commit: e58671a
git_last_commit_date: 2023-10-24 11:51:36 -0500 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  

CHECK results for RAIDS on merida1


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.

raw results


Summary

Package: RAIDS
Version: 1.1.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.1.0.tar.gz
StartedAt: 2024-03-02 09:05:24 -0500 (Sat, 02 Mar 2024)
EndedAt: 2024-03-02 09:20:03 -0500 (Sat, 02 Mar 2024)
EllapsedTime: 879.1 seconds
RetCode: 0
Status:   OK  
CheckDir: RAIDS.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### 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.1.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/RAIDS.Rcheck’
* using R Under development (unstable) (2024-01-16 r85808)
* 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.1
* 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.1.0’
* 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 ‘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 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
Documented arguments not in \usage in Rd file 'appendGDSSampleOnly.Rd':
  ‘listSample’

Documented arguments not in \usage in Rd file 'appendGDSgenotype.Rd':
  ‘listSamples’

Documented arguments not in \usage in Rd file 'validateProfileGDSExist.Rd':
  ‘currentProfile’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
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
Examples with CPU (user + system) or elapsed time > 5s
                                   user system elapsed
readSNVVCF                       15.015  0.184  17.817
computeAncestryFromSyntheticFile 14.025  0.538  16.244
selParaPCAUpQuartile             13.109  0.112  15.342
computeKNNRefSynthetic            4.918  0.101   5.916
* 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: 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.19-bioc/meat/RAIDS.Rcheck/00check.log’
for details.



Installation output

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.4-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)

Tests output

RAIDS.Rcheck/tests/testthat.Rout


R Under development (unstable) (2024-01-16 r85808) -- "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 432 ]
> 
> proc.time()
   user  system elapsed 
 61.219   3.691  74.373 

Example timings

RAIDS.Rcheck/RAIDS-Ex.timings

nameusersystemelapsed
add1KG2SampleGDS0.1280.0260.185
addBlockInGDSAnnot0.0080.0070.019
addGDSRef0.0050.0050.013
addGDSStudyPruning0.0020.0030.008
addGeneBlockGDSRefAnnot1.6460.2382.107
addRef2GDS1KG0.0090.0090.024
addStudy1Kg0.0240.0160.049
addStudyGDSSample0.0180.0080.031
addUpdateLap0.0020.0030.009
addUpdateSegment0.0020.0030.008
appendGDSRefSample0.0130.0070.024
appendGDSSampleOnly0.0020.0040.010
appendGDSgenotype0.0310.0190.076
appendGDSgenotypeMat0.0020.0040.006
calcAFMLRNA0.0080.0040.013
computeAlleleFraction0.0070.0020.011
computeAllelicFractionDNA0.3290.0630.556
computeAllelicFractionRNA0.6410.0310.711
computeAllelicImbDNAChr0.0150.0040.019
computeAncestryFromSyntheticFile14.025 0.53816.244
computeKNNRefSample0.0650.0120.092
computeKNNRefSynthetic4.9180.1015.916
computeLOHBlocksDNAChr0.0210.0040.031
computePCAMultiSynthetic0.0140.0090.027
computePCARefRMMulti0.3380.0160.415
computePCARefSample0.3900.0110.474
computePoolSyntheticAncestryGr1.0530.0191.261
computeSyntheticConfMat0.0320.0080.047
computeSyntheticROC0.0970.0100.127
createStudy2GDS1KG0.1460.0260.281
demoKnownSuperPop1KG3.6920.0534.555
demoPCA1KG0.0140.0100.030
demoPCASyntheticProfiles3.6970.0484.502
demoPedigreeEx10.0380.0070.058
estimateAllelicFraction0.2230.0110.281
generateGDS1KG0.0270.0160.055
generateGDS1KGgenotypeFromSNPPileup0.1050.0220.170
generateGDSRefSample0.0100.0070.028
generateGDSSNPinfo0.0090.0080.024
generateGDSgenotype0.0280.0170.064
generateGeneBlock0.0020.0020.005
generateMapSnvSel0.0060.0050.014
generatePhase1KG2GDS0.0290.0200.063
getBlockIDs0.0050.0030.008
getRef1KGPop0.0060.0030.013
getTableSNV0.0260.0090.121
groupChr1KGSNV0.1050.1130.245
identifyRelative0.0230.0100.036
matKNNSynthetic0.1010.0120.135
pedSynthetic0.1010.0120.134
prepPed1KG0.0100.0040.017
prepPedSynthetic1KG0.0110.0050.021
prepSynthetic0.0250.0090.040
pruning1KGbyChr0.0070.0050.014
pruningSample0.0850.0190.125
readSNVFileGeneric0.0080.0030.012
readSNVPileupFile0.0830.0050.107
readSNVVCF15.015 0.18417.817
runExomeAncestry0.0390.0080.057
runIBDKING0.0680.0100.099
runLDPruning0.0350.0060.047
runProfileAncestry0.0450.0070.063
runRNAAncestry0.0390.0070.051
runWrapperAncestry0.0400.0070.053
selParaPCAUpQuartile13.109 0.11215.342
select1KGPop0.0100.0020.015
snpPositionDemo0.0050.0040.008
snvListVCF0.0070.0040.014
splitSelectByPop0.0020.0010.003
syntheticGeno0.0650.0120.088
tableBlockAF0.0560.0060.074
testAlleleFractionChange0.0030.0020.006
testEmptyBox0.0030.0010.005
validateAdd1KG2SampleGDS0.0030.0020.005
validateAddStudy1Kg0.0030.0030.007
validateCharacterString0.0000.0010.001
validateComputeAncestryFromSyntheticFile0.0040.0030.009
validateComputeKNNRefSample0.0060.0060.013
validateComputeKNNRefSynthetic0.0090.0070.021
validateComputePCAMultiSynthetic0.0060.0050.018
validateComputePCARefSample0.0030.0030.007
validateComputePoolSyntheticAncestryGr0.0030.0020.006
validateComputeSyntheticRoc0.0240.0060.035
validateCreateStudy2GDS1KG0.0050.0020.008
validateDataRefSynParameter0.0010.0010.002
validateEstimateAllelicFraction0.0060.0040.010
validateGDSClass0.0020.0030.004
validateGenerateGDS1KG0.0020.0030.008
validateLogical0.0000.0010.001
validatePEDStudyParameter0.0020.0010.002
validatePepSynthetic0.0030.0020.005
validatePositiveIntegerVector0.0010.0000.001
validatePrepPed1KG0.0020.0020.004
validateProfileGDSExist0.0010.0010.005
validatePruningSample0.0030.0020.006
validateRunExomeOrRNAAncestry0.0100.0040.016
validateSingleRatio0.0010.0010.001
validateStudyDataFrameParameter0.0010.0010.002
validateSyntheticGeno0.0030.0030.007