Back to Multiple platform build/check report for BioC 3.9 |
|
This page was generated on 2019-04-09 12:00:17 -0400 (Tue, 09 Apr 2019).
Package 725/1703 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
gwascat 2.15.1 VJ Carey
| malbec2 | Linux (Ubuntu 18.04.2 LTS) / x86_64 | OK | OK | OK | |||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | [ ERROR ] | OK | |||||||
celaya2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK | |||||||
merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
Package: gwascat |
Version: 2.15.1 |
Command: C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:gwascat.install-out.txt --library=C:\Users\biocbuild\bbs-3.9-bioc\R\library --no-vignettes --timings gwascat_2.15.1.tar.gz |
StartedAt: 2019-04-09 03:24:40 -0400 (Tue, 09 Apr 2019) |
EndedAt: 2019-04-09 03:33:18 -0400 (Tue, 09 Apr 2019) |
EllapsedTime: 517.5 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: gwascat.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:gwascat.install-out.txt --library=C:\Users\biocbuild\bbs-3.9-bioc\R\library --no-vignettes --timings gwascat_2.15.1.tar.gz ### ############################################################################## ############################################################################## * using log directory 'C:/Users/biocbuild/bbs-3.9-bioc/meat/gwascat.Rcheck' * using R Under development (unstable) (2019-03-09 r76216) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * using option '--no-vignettes' * checking for file 'gwascat/DESCRIPTION' ... OK * this is package 'gwascat' version '2.15.1' * 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 whether package 'gwascat' can be installed ... WARNING Found the following significant warnings: Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/RtmpkT3wi9/R.INSTALL277c6f414564/gwascat/man/ldtagr.Rd:19: file link 'genotypeToSnpMatrix' in package 'VariantAnnotation' does not exist and so has been treated as a topic See 'C:/Users/biocbuild/bbs-3.9-bioc/meat/gwascat.Rcheck/00install.out' for details. * checking installed package size ... NOTE installed size is 36.6Mb sub-directories of 1Mb or more: data 28.7Mb obo 3.0Mb olddata 2.2Mb tab 1.1Mb * 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 * loading checks for arch 'i386' ** 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 * loading checks for arch 'x64' ** 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 ... NOTE Package in Depends field not imported from: 'Homo.sapiens' These packages need to be imported from (in the NAMESPACE file) for when this namespace is loaded but not attached. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE chklocs: no visible binding for global variable 'gwrngs19' chklocs: no visible global function definition for 'snpsBySeqname' lo38to19: no visible binding for global variable 'si.hs.37' makeCurrentGwascat: no visible binding for global variable 'si.hs.38' makeCurrentGwascat.legacy: no visible binding for global variable 'si.hs.38' snpGenos: no visible global function definition for 'getSNPlocs' tfilt: no visible binding for global variable 'phr' tpad: no visible binding for global variable 'phr' traitsManh: no visible global function definition for 'autoplot' traitsManh: no visible global function definition for 'aes' traitsManh: no visible binding for global variable 'PVALUE_MLOG' variantProps: no visible binding for global variable 'gwrngs' Undefined global functions or variables: PVALUE_MLOG aes autoplot getSNPlocs gwrngs gwrngs19 phr si.hs.37 si.hs.38 snpsBySeqname * 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 ... NOTE Note: found 6 marked Latin-1 strings Note: found 1 marked UTF-8 string * checking data for ASCII and uncompressed saves ... OK * checking files in 'vignettes' ... OK * checking examples ... ** running examples for arch 'i386' ... ERROR Running examples in 'gwascat-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ldtagr > ### Title: expand a list of variants by including those in a VCF with LD > ### exceeding some threshold > ### Aliases: ldtagr > ### Keywords: models > > ### ** Examples > > require(GenomicRanges) > if (requireNamespace("gQTLstats")) { + # install gQTLstats to test this function + cand = GRanges("1", IRanges(113038694, width=1)) + names(cand) = "rs883593" + require(VariantAnnotation) + expath = dir(system.file("vcf", package="gwascat"), patt=".*exon.*gz$", full=TRUE) + tf = TabixFile(expath) + ldtagr( cand, tf, lbR2 = .8) + } Loading required namespace: gQTLstats Loading required package: VariantAnnotation Loading required package: SummarizedExperiment Loading required package: DelayedArray Loading required package: matrixStats Attaching package: 'matrixStats' The following objects are masked from 'package:Biobase': anyMissing, rowMedians Loading required package: BiocParallel Attaching package: 'DelayedArray' The following objects are masked from 'package:matrixStats': colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges The following objects are masked from 'package:base': aperm, apply, rowsum Loading required package: Rsamtools Loading required package: Biostrings Loading required package: XVector Attaching package: 'Biostrings' The following object is masked from 'package:DelayedArray': type The following object is masked from 'package:base': strsplit Attaching package: 'VariantAnnotation' The following object is masked from 'package:base': tabulate Error in validObject(.Object) : invalid class "VCFHeader" object: 1: 'info(VCFHeader)' must be a 3 column DataFrame with names Number, Type, Description invalid class "VCFHeader" object: 2: 'geno(VCFHeader)' must be a 3 column DataFrame with names Number, Type, Description Calls: ldtagr ... VCFHeader -> new -> initialize -> initialize -> validObject Execution halted ** running examples for arch 'x64' ... ERROR Running examples in 'gwascat-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ldtagr > ### Title: expand a list of variants by including those in a VCF with LD > ### exceeding some threshold > ### Aliases: ldtagr > ### Keywords: models > > ### ** Examples > > require(GenomicRanges) > if (requireNamespace("gQTLstats")) { + # install gQTLstats to test this function + cand = GRanges("1", IRanges(113038694, width=1)) + names(cand) = "rs883593" + require(VariantAnnotation) + expath = dir(system.file("vcf", package="gwascat"), patt=".*exon.*gz$", full=TRUE) + tf = TabixFile(expath) + ldtagr( cand, tf, lbR2 = .8) + } Loading required namespace: gQTLstats Loading required package: VariantAnnotation Loading required package: SummarizedExperiment Loading required package: DelayedArray Loading required package: matrixStats Attaching package: 'matrixStats' The following objects are masked from 'package:Biobase': anyMissing, rowMedians Loading required package: BiocParallel Attaching package: 'DelayedArray' The following objects are masked from 'package:matrixStats': colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges The following objects are masked from 'package:base': aperm, apply, rowsum Loading required package: Rsamtools Loading required package: Biostrings Loading required package: XVector Attaching package: 'Biostrings' The following object is masked from 'package:DelayedArray': type The following object is masked from 'package:base': strsplit Attaching package: 'VariantAnnotation' The following object is masked from 'package:base': tabulate Error in validObject(.Object) : invalid class "VCFHeader" object: 1: 'info(VCFHeader)' must be a 3 column DataFrame with names Number, Type, Description invalid class "VCFHeader" object: 2: 'geno(VCFHeader)' must be a 3 column DataFrame with names Number, Type, Description Calls: ldtagr ... VCFHeader -> new -> initialize -> initialize -> validObject Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... ** running tests for arch 'i386' ... Running 'test-all.R' OK ** running tests for arch 'x64' ... Running 'test-all.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: 2 ERRORs, 1 WARNING, 4 NOTEs See 'C:/Users/biocbuild/bbs-3.9-bioc/meat/gwascat.Rcheck/00check.log' for details.
gwascat.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.9/bioc/src/contrib/gwascat_2.15.1.tar.gz && rm -rf gwascat.buildbin-libdir && mkdir gwascat.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=gwascat.buildbin-libdir gwascat_2.15.1.tar.gz && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL gwascat_2.15.1.zip && rm gwascat_2.15.1.tar.gz gwascat_2.15.1.zip ### ############################################################################## ############################################################################## % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 35.6M 100 35.6M 0 0 89.2M 0 --:--:-- --:--:-- --:--:-- 90.8M install for i386 * installing *source* package 'gwascat' ... ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'gwascat' finding HTML links ... done bindcadd_snv html gwascat-package html gwastagger html gwaswloc-class html finding level-2 HTML links ... done gwcex2gviz html gwdf_2012_02_02 html ldtagr html Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/RtmpkT3wi9/R.INSTALL277c6f414564/gwascat/man/ldtagr.Rd:19: file link 'genotypeToSnpMatrix' in package 'VariantAnnotation' does not exist and so has been treated as a topic locon6 html makeCurrentGwascat html obo2graphNEL html riskyAlleleCount html topTraits html traitsManh html ** 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 install for x64 * installing *source* package 'gwascat' ... ** testing if installed package can be loaded * MD5 sums packaged installation of 'gwascat' as gwascat_2.15.1.zip * DONE (gwascat) * installing to library 'C:/Users/biocbuild/bbs-3.9-bioc/R/library' package 'gwascat' successfully unpacked and MD5 sums checked
gwascat.Rcheck/tests_i386/test-all.Rout R Under development (unstable) (2019-03-09 r76216) -- "Unsuffered Consequences" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: i386-w64-mingw32/i386 (32-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. > BiocGenerics:::testPackage("gwascat") Attaching package: 'BiocGenerics' The following objects are masked from 'package:parallel': clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, parApply, parCapply, parLapply, parLapplyLB, parRapply, parSapply, parSapplyLB The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, append, as.data.frame, basename, cbind, colMeans, colSums, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply, union, unique, unsplit, which, which.max, which.min Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Attaching package: 'S4Vectors' The following object is masked from 'package:base': expand.grid Attaching package: 'IRanges' The following object is masked from 'package:grDevices': windows gwascat loaded. Use data(ebicat38) for hg38 coordinates; data(ebicat37) for hg19 coordinates. RUNIT TEST PROTOCOL -- Tue Apr 09 03:32:20 2019 *********************************************** Number of test functions: 0 Number of errors: 0 Number of failures: 0 1 Test Suite : gwascat RUnit Tests - 0 test functions, 0 errors, 0 failures Number of test functions: 0 Number of errors: 0 Number of failures: 0 > > proc.time() user system elapsed 9.57 1.04 10.75 |
gwascat.Rcheck/tests_x64/test-all.Rout R Under development (unstable) (2019-03-09 r76216) -- "Unsuffered Consequences" Copyright (C) 2019 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (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. > BiocGenerics:::testPackage("gwascat") Attaching package: 'BiocGenerics' The following objects are masked from 'package:parallel': clusterApply, clusterApplyLB, clusterCall, clusterEvalQ, clusterExport, clusterMap, parApply, parCapply, parLapply, parLapplyLB, parRapply, parSapply, parSapplyLB The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, append, as.data.frame, basename, cbind, colMeans, colSums, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply, setdiff, sort, table, tapply, union, unique, unsplit, which, which.max, which.min Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Attaching package: 'S4Vectors' The following object is masked from 'package:base': expand.grid Attaching package: 'IRanges' The following object is masked from 'package:grDevices': windows gwascat loaded. Use data(ebicat38) for hg38 coordinates; data(ebicat37) for hg19 coordinates. RUNIT TEST PROTOCOL -- Tue Apr 09 03:32:32 2019 *********************************************** Number of test functions: 0 Number of errors: 0 Number of failures: 0 1 Test Suite : gwascat RUnit Tests - 0 test functions, 0 errors, 0 failures Number of test functions: 0 Number of errors: 0 Number of failures: 0 > > proc.time() user system elapsed 10.46 0.57 11.36 |
gwascat.Rcheck/examples_i386/gwascat-Ex.timings
|
gwascat.Rcheck/examples_x64/gwascat-Ex.timings
|