Back to Mac ARM64 build report for BioC 3.20
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2024-05-20 11:32:21 -0400 (Mon, 20 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4381
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 1954/2233HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SNPhood 1.35.0  (landing page)
Christian Arnold
Snapshot Date: 2024-05-18 09:00:01 -0400 (Sat, 18 May 2024)
git_url: https://git.bioconductor.org/packages/SNPhood
git_branch: devel
git_last_commit: 147ba41
git_last_commit_date: 2024-04-30 10:46:24 -0400 (Tue, 30 Apr 2024)
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for SNPhood on kjohnson1


To the developers/maintainers of the SNPhood 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: SNPhood
Version: 1.35.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:SNPhood.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings SNPhood_1.35.0.tar.gz
StartedAt: 2024-05-20 03:21:58 -0400 (Mon, 20 May 2024)
EndedAt: 2024-05-20 03:33:17 -0400 (Mon, 20 May 2024)
EllapsedTime: 678.6 seconds
RetCode: 0
Status:   OK  
CheckDir: SNPhood.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:SNPhood.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings SNPhood_1.35.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/SNPhood.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: aarch64-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 Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘SNPhood/DESCRIPTION’ ... OK
* this is package ‘SNPhood’ version ‘1.35.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 ‘SNPhood’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
BugReports field is not a suitable URL but contains an email address:
   use the Contact field instead
* 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 whether startup messages can be suppressed ... 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 ... NOTE
.calcBinomTestVector: no visible binding for global variable ‘pp’
Undefined global functions or variables:
  pp
* 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 LazyData ... 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
analyzeSNPhood                  120.076  2.795 124.165
plotAllelicBiasResults           32.242  0.252  32.587
plotAndSummarizeAllelicBiasTest  31.929  0.220  32.431
plotFDRResults                   30.919  0.170  31.197
testForAllelicBiases             30.351  0.206  30.708
annotationBins2                  13.729  0.085  13.871
results                           2.248  7.253   9.715
associateGenotypes                5.970  0.075   6.078
* 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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/SNPhood.Rcheck/00check.log’
for details.


Installation output

SNPhood.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL SNPhood
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘SNPhood’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (SNPhood)

Tests output


Example timings

SNPhood.Rcheck/SNPhood-Ex.timings

nameusersystemelapsed
analyzeSNPhood120.076 2.795124.165
annotation-methods0.3140.0690.388
annotationBins0.2310.0380.271
annotationBins213.729 0.08513.871
annotationDatasets0.2050.0230.228
annotationReadGroups1.4100.0521.471
annotationRegions0.2280.0300.257
associateGenotypes5.9700.0756.078
bins-methods0.2050.0250.230
changeObjectIntegrityChecking0.2940.0330.327
collectFiles0.0330.0030.036
convertToAllelicFractions1.4490.0411.500
counts-method0.3100.0310.343
datasets-methods1.3860.0371.433
deleteDatasets0.2340.0300.263
deleteReadGroups0.2360.0440.280
deleteRegions1.3780.0341.457
enrichment-methods0.1870.0250.219
getDefaultParameterList0.0010.0000.001
mergeReadGroups1.4520.0481.532
parameters-methods0.2190.0410.261
plotAllelicBiasResults32.242 0.25232.587
plotAllelicBiasResultsOverview0.9860.0491.041
plotAndCalculateCorrelationDatasets0.4400.0620.504
plotAndCalculateWeakAndStrongGenotype2.0620.0622.139
plotAndClusterMatrix0.7050.0660.777
plotAndSummarizeAllelicBiasTest31.929 0.22032.431
plotBinCounts1.1440.0381.237
plotClusterAverage1.8850.0641.962
plotFDRResults30.919 0.17031.197
plotGenotypesPerCluster0.5130.0520.567
plotGenotypesPerSNP0.4450.0300.476
plotRegionCounts1.7530.0531.817
readGroups-methods0.3030.0390.343
regions-methods0.2290.0370.268
renameBins1.5160.0511.571
renameDatasets0.2090.0210.233
renameReadGroups0.2210.0280.248
renameRegions2.3370.0542.397
results2.2487.2539.715
testForAllelicBiases30.351 0.20630.708