Back to Mac ARM64 build report for BioC 3.18
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-03-28 11:32:28 -0400 (Thu, 28 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4376
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 1651/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RAIDS 1.0.0  (landing page)
Pascal Belleau
Snapshot Date: 2024-03-26 09:00:03 -0400 (Tue, 26 Mar 2024)
git_url: https://git.bioconductor.org/packages/RAIDS
git_branch: RELEASE_3_18
git_last_commit: 12ea1e7
git_last_commit_date: 2023-10-24 11:51:36 -0400 (Tue, 24 Oct 2023)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for RAIDS on kjohnson1


To the developers/maintainers of the RAIDS package:
- 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.0.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.0.0.tar.gz
StartedAt: 2024-03-27 23:35:44 -0400 (Wed, 27 Mar 2024)
EndedAt: 2024-03-27 23:43:44 -0400 (Wed, 27 Mar 2024)
EllapsedTime: 479.4 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.0.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/RAIDS.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.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.0.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 ... 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
Examples with CPU (user + system) or elapsed time > 5s
                                  user system elapsed
computeAncestryFromSyntheticFile 7.101  0.179   7.466
selParaPCAUpQuartile             5.477  0.126   5.801
* 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: OK


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.3-arm64/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 version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (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(RAIDS)
Loading required package: gdsfmt
Loading required package: SNPRelate
SNPRelate
Loading required package: GENESIS
> 
> ## Run all unit tests
> test_check("RAIDS")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 432 ]
> 
> proc.time()
   user  system elapsed 
 32.925   1.822  35.293 

Example timings

RAIDS.Rcheck/RAIDS-Ex.timings

nameusersystemelapsed
add1KG2SampleGDS0.0540.0160.079
addBlockInGDSAnnot0.0060.0030.011
addGDSRef0.0040.0030.007
addGDSStudyPruning0.0010.0020.003
addGeneBlockGDSRefAnnot1.3550.0911.463
addRef2GDS1KG0.0060.0040.011
addStudy1Kg0.0120.0080.023
addStudyGDSSample0.0070.0030.012
addUpdateLap0.0010.0010.003
addUpdateSegment0.0010.0020.004
appendGDSRefSample0.0060.0030.012
appendGDSSampleOnly0.0020.0010.003
appendGDSgenotype0.0160.0090.028
appendGDSgenotypeMat0.0010.0020.003
calcAFMLRNA0.0060.0020.007
computeAlleleFraction0.0030.0000.004
computeAllelicFractionDNA0.1650.0120.180
computeAllelicFractionRNA0.2300.0090.243
computeAllelicImbDNAChr0.0090.0020.012
computeAncestryFromSyntheticFile7.1010.1797.466
computeKNNRefSample0.0160.0050.021
computeKNNRefSynthetic1.3400.1151.461
computeLOHBlocksDNAChr0.0110.0020.013
computePCAMultiSynthetic0.0100.0050.016
computePCARefRMMulti0.1310.0060.138
computePCARefSample0.1540.0040.157
computePoolSyntheticAncestryGr0.4100.0090.419
computeSyntheticConfMat0.0190.0040.023
computeSyntheticROC0.0440.0050.048
createStudy2GDS1KG0.0970.0130.114
demoKnownSuperPop1KG1.3380.0691.411
demoPCA1KG0.0090.0050.014
demoPCASyntheticProfiles1.4010.0431.464
demoPedigreeEx10.0180.0040.022
estimateAllelicFraction0.0800.0050.087
generateGDS1KG0.0120.0080.023
generateGDS1KGgenotypeFromSNPPileup0.0860.0110.105
generateGDSRefSample0.0050.0030.009
generateGDSSNPinfo0.0040.0030.008
generateGDSgenotype0.0120.0080.023
generateGeneBlock0.0010.0000.002
generateMapSnvSel0.0030.0020.005
generatePhase1KG2GDS0.0130.0090.023
getBlockIDs0.0030.0010.003
getRef1KGPop0.0030.0020.004
getTableSNV0.0100.0030.014
groupChr1KGSNV0.0580.0590.120
identifyRelative0.0160.0050.020
matKNNSynthetic0.0440.0050.048
pedSynthetic0.0430.0050.048
prepPed1KG0.0050.0020.006
prepPedSynthetic1KG0.0060.0020.007
prepSynthetic0.0120.0050.019
pruning1KGbyChr0.0040.0010.005
pruningSample0.0260.0080.039
readSNVFileGeneric0.0030.0010.005
readSNVPileupFile0.0250.0020.033
readSNVVCF4.6720.0594.862
runExomeAncestry0.0210.0060.033
runIBDKING0.0640.0060.077
runLDPruning0.0310.0110.050
runProfileAncestry0.0250.0060.037
runRNAAncestry0.0180.0060.025
runWrapperAncestry0.0190.0040.026
selParaPCAUpQuartile5.4770.1265.801
select1KGPop0.0040.0010.006
snpPositionDemo0.0020.0030.007
snvListVCF0.0020.0020.005
splitSelectByPop0.0000.0000.001
syntheticGeno0.0340.0070.050
tableBlockAF0.0130.0020.016
testAlleleFractionChange0.0020.0000.005
testEmptyBox0.0010.0000.001
validateAdd1KG2SampleGDS0.0020.0010.002
validateAddStudy1Kg0.0020.0000.003
validateCharacterString000
validateComputeAncestryFromSyntheticFile0.0020.0010.004
validateComputeKNNRefSample0.0050.0040.010
validateComputeKNNRefSynthetic0.0060.0050.011
validateComputePCAMultiSynthetic0.0050.0040.009
validateComputePCARefSample0.0020.0010.003
validateComputePoolSyntheticAncestryGr0.0020.0010.003
validateComputeSyntheticRoc0.0140.0060.021
validateCreateStudy2GDS1KG0.0020.0010.003
validateDataRefSynParameter0.0000.0000.001
validateEstimateAllelicFraction0.0040.0010.005
validateGDSClass0.0010.0000.002
validateGenerateGDS1KG0.0010.0000.002
validateLogical0.0000.0000.001
validatePEDStudyParameter0.0010.0000.001
validatePepSynthetic0.0020.0000.002
validatePositiveIntegerVector000
validatePrepPed1KG0.0010.0010.002
validateProfileGDSExist0.0000.0000.001
validatePruningSample0.0010.0010.002
validateRunExomeOrRNAAncestry0.0050.0010.007
validateSingleRatio0.0000.0000.001
validateStudyDataFrameParameter0.0000.0010.001
validateSyntheticGeno0.0020.0010.004