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

This page was generated on 2024-04-18 11:32:16 -0400 (Thu, 18 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4388
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-04-16 09:00:03 -0400 (Tue, 16 Apr 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-04-18 00:20:15 -0400 (Thu, 18 Apr 2024)
EndedAt: 2024-04-18 00:28:12 -0400 (Thu, 18 Apr 2024)
EllapsedTime: 476.7 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 6.750  0.159   6.919
selParaPCAUpQuartile             5.193  0.051   5.259
* 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 
 33.071   1.780  35.020 

Example timings

RAIDS.Rcheck/RAIDS-Ex.timings

nameusersystemelapsed
add1KG2SampleGDS0.0550.0170.084
addBlockInGDSAnnot0.0060.0030.013
addGDSRef0.0040.0020.006
addGDSStudyPruning0.0010.0010.002
addGeneBlockGDSRefAnnot1.2590.0971.382
addRef2GDS1KG0.0030.0030.006
addStudy1Kg0.0060.0050.013
addStudyGDSSample0.0030.0020.007
addUpdateLap0.0000.0010.002
addUpdateSegment0.0000.0010.001
appendGDSRefSample0.0030.0020.005
appendGDSSampleOnly0.0010.0000.001
appendGDSgenotype0.0090.0070.021
appendGDSgenotypeMat0.0000.0010.002
calcAFMLRNA0.0030.0020.005
computeAlleleFraction0.0010.0000.001
computeAllelicFractionDNA0.0990.0070.107
computeAllelicFractionRNA0.2080.0100.219
computeAllelicImbDNAChr0.0090.0020.010
computeAncestryFromSyntheticFile6.7500.1596.919
computeKNNRefSample0.0180.0040.022
computeKNNRefSynthetic1.3780.1051.485
computeLOHBlocksDNAChr0.0110.0020.013
computePCAMultiSynthetic0.0100.0060.015
computePCARefRMMulti0.1310.0060.136
computePCARefSample0.1470.0040.152
computePoolSyntheticAncestryGr0.4080.0220.431
computeSyntheticConfMat0.0190.0040.024
computeSyntheticROC0.0450.0060.051
createStudy2GDS1KG0.0710.0130.088
demoKnownSuperPop1KG1.3710.0691.440
demoPCA1KG0.0090.0060.014
demoPCASyntheticProfiles1.2550.0471.306
demoPedigreeEx10.0070.0020.009
estimateAllelicFraction0.0310.0030.035
generateGDS1KG0.0050.0050.012
generateGDS1KGgenotypeFromSNPPileup0.0240.0100.037
generateGDSRefSample0.0020.0010.004
generateGDSSNPinfo0.0020.0020.004
generateGDSgenotype0.0050.0040.010
generateGeneBlock0.0010.0000.001
generateMapSnvSel0.0020.0020.004
generatePhase1KG2GDS0.0070.0040.013
getBlockIDs0.0010.0000.001
getRef1KGPop0.0010.0010.001
getTableSNV0.0050.0010.006
groupChr1KGSNV0.0240.0270.053
identifyRelative0.0070.0020.009
matKNNSynthetic0.0180.0030.022
pedSynthetic0.0170.0020.019
prepPed1KG0.0020.0010.003
prepPedSynthetic1KG0.0020.0010.003
prepSynthetic0.0040.0020.006
pruning1KGbyChr0.0020.0010.003
pruningSample0.0170.0060.023
readSNVFileGeneric0.0020.0010.002
readSNVPileupFile0.0180.0010.019
readSNVVCF4.2430.0454.320
runExomeAncestry0.0150.0040.019
runIBDKING0.0630.0050.072
runLDPruning0.0290.0090.040
runProfileAncestry0.0200.0050.025
runRNAAncestry0.0150.0040.020
runWrapperAncestry0.0180.0040.026
selParaPCAUpQuartile5.1930.0515.259
select1KGPop0.0040.0010.006
snpPositionDemo0.0020.0020.005
snvListVCF0.0040.0030.007
splitSelectByPop0.0010.0000.001
syntheticGeno0.0340.0060.042
tableBlockAF0.0210.0020.024
testAlleleFractionChange0.0020.0000.002
testEmptyBox0.0010.0000.002
validateAdd1KG2SampleGDS0.0010.0010.002
validateAddStudy1Kg0.0010.0010.003
validateCharacterString000
validateComputeAncestryFromSyntheticFile0.0020.0010.004
validateComputeKNNRefSample0.0050.0040.010
validateComputeKNNRefSynthetic0.0060.0040.010
validateComputePCAMultiSynthetic0.0050.0030.008
validateComputePCARefSample0.0020.0000.003
validateComputePoolSyntheticAncestryGr0.0020.0010.003
validateComputeSyntheticRoc0.0160.0030.019
validateCreateStudy2GDS1KG0.0030.0000.004
validateDataRefSynParameter0.0010.0000.001
validateEstimateAllelicFraction0.0050.0020.006
validateGDSClass0.0020.0010.002
validateGenerateGDS1KG0.0020.0000.002
validateLogical000
validatePEDStudyParameter0.0000.0000.001
validatePepSynthetic0.0020.0000.002
validatePositiveIntegerVector0.0000.0010.000
validatePrepPed1KG0.0010.0000.001
validateProfileGDSExist0.0010.0000.001
validatePruningSample0.0020.0010.003
validateRunExomeOrRNAAncestry0.0060.0010.007
validateSingleRatio0.0010.0000.000
validateStudyDataFrameParameter0.0000.0010.000
validateSyntheticGeno0.0020.0010.004