Back to Build/check report for BioC 3.17:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2023-03-27 05:50:44 -0000 (Mon, 27 Mar 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng1Linux (Ubuntu 22.04.1 LTS)aarch64R Under development (unstable) (2023-03-12 r83975) -- "Unsuffered Consequences" 6083
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

CHECK results for SNPhood on kunpeng1


To the developers/maintainers of the SNPhood package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/SNPhood.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1927/2195HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SNPhood 1.29.0  (landing page)
Christian Arnold
Snapshot Date: 2023-03-24 01:40:07 -0000 (Fri, 24 Mar 2023)
git_url: https://git.bioconductor.org/packages/SNPhood
git_branch: devel
git_last_commit: 4ae9902
git_last_commit_date: 2022-11-01 15:12:26 -0000 (Tue, 01 Nov 2022)
kunpeng1Linux (Ubuntu 22.04.1 LTS) / aarch64  OK    OK    ERROR  

Summary

Package: SNPhood
Version: 1.29.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:SNPhood.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings SNPhood_1.29.0.tar.gz
StartedAt: 2023-03-25 12:57:43 -0000 (Sat, 25 Mar 2023)
EndedAt: 2023-03-25 13:12:52 -0000 (Sat, 25 Mar 2023)
EllapsedTime: 909.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: SNPhood.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:SNPhood.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings SNPhood_1.29.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/SNPhood.Rcheck’
* using R Under development (unstable) (2023-03-12 r83975)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* checking for file ‘SNPhood/DESCRIPTION’ ... OK
* this is package ‘SNPhood’ version ‘1.29.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 appears to contain an email address
  not specified by mailto: nor contained in < >
   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 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 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 ... ERROR
Running examples in ‘SNPhood-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotAndSummarizeAllelicBiasTest
> ### Title: Summarize the allelic bias analysis across SNP regions and bins
> ###   and visualize some of the results.
> ### Aliases: plotAndSummarizeAllelicBiasTest
> 
> ### ** Examples
> 
> data(SNPhood, package="SNPhood")
Warning in data(SNPhood, package = "SNPhood") :
  data set ‘SNPhood’ not found
> SNPhood.o = testForAllelicBiases (SNPhood.o, readGroups = c("maternal", "paternal"))
Warning in value[[3L]](cond) :
  Could not obtain chromosome sizes using GenomeInfoDb, try fallback implementation...

Test allelic bias for dataset GM10847
 Calculating read overlaps for the background distribution... This may take a while
 Read group maternal
 Read group paternal
 Calculate background distribution with 100 repetitions. This may take a while.
Test allelic bias for dataset GM12890
 Calculating read overlaps for the background distribution... This may take a while
 Read group maternal
 Read group paternal
 Calculate background distribution with 100 repetitions. This may take a while.


FINISHED SUCCESSFULLY WITH ALLELIC BIAS TEST.

 Execution time: 35.4 secs
> SNPhood.o = plotAndSummarizeAllelicBiasTest(SNPhood.o)
Warning in plotAndSummarizeAllelicBiasTest(SNPhood.o) :
  Multiple plots will be produced but no PDf filename has been specified (fileToPlot). It might possible that only the last graph is shown.
No id variables; using all as measure variables
Warning: Removed 305 rows containing non-finite values (`stat_bin()`).
Warning: Removed 4 rows containing missing values (`geom_bar()`).
Error in xtfrm.data.frame(x) : cannot xtfrm data frames
Calls: plotAndSummarizeAllelicBiasTest ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘IntroductionToSNPhood.Rmd’ using ‘UTF-8’... OK
  ‘workflow.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/SNPhood.Rcheck/00check.log’
for details.


Installation output

SNPhood.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL SNPhood
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R-devel_2023-03-12_r83975-bin/site-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
analyzeSNPhood131.865 5.004137.813
annotation-methods0.3690.0360.405
annotationBins0.2550.0200.275
annotationBins211.346 0.06011.407
annotationDatasets0.2480.0120.260
annotationReadGroups0.2570.0080.266
annotationRegions1.2600.0161.277
associateGenotypes6.4640.0166.481
bins-methods0.3080.0240.332
changeObjectIntegrityChecking0.2680.0080.276
collectFiles0.0320.0030.035
convertToAllelicFractions0.2990.0040.303
counts-method0.3720.0080.379
datasets-methods1.2400.0521.292
deleteDatasets0.2700.0160.286
deleteReadGroups0.2730.0000.273
deleteRegions0.2860.0280.313
enrichment-methods0.2630.0080.270
getDefaultParameterList0.0010.0000.001
mergeReadGroups1.2890.0201.309
parameters-methods0.2460.0160.262
plotAllelicBiasResults37.957 0.10037.934
plotAllelicBiasResultsOverview1.3990.0361.435
plotAndCalculateCorrelationDatasets1.5130.0471.561
plotAndCalculateWeakAndStrongGenotype0.9230.0240.948
plotAndClusterMatrix0.7960.0120.808