Back to Multiple platform build/check report for BioC 3.14 |
|
This page was generated on 2022-04-13 12:07:27 -0400 (Wed, 13 Apr 2022).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4324 |
tokay2 | Windows Server 2012 R2 Standard | x64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4077 |
machv2 | macOS 10.14.6 Mojave | x86_64 | 4.1.3 (2022-03-10) -- "One Push-Up" | 4137 |
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 |
To the developers/maintainers of the TAPseq package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to [email protected]:packages/TAPseq.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. |
Package 1929/2083 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
TAPseq 1.6.0 (landing page) Andreas R. Gschwind
| nebbiolo2 | Linux (Ubuntu 20.04.4 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
tokay2 | Windows Server 2012 R2 Standard / x64 | OK | OK | WARNINGS | OK | |||||||||
machv2 | macOS 10.14.6 Mojave / x86_64 | OK | OK | WARNINGS | OK | |||||||||
Package: TAPseq |
Version: 1.6.0 |
Command: C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:TAPseq.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings TAPseq_1.6.0.tar.gz |
StartedAt: 2022-04-13 03:53:06 -0400 (Wed, 13 Apr 2022) |
EndedAt: 2022-04-13 04:04:06 -0400 (Wed, 13 Apr 2022) |
EllapsedTime: 659.3 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: TAPseq.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:TAPseq.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings TAPseq_1.6.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/TAPseq.Rcheck' * using R version 4.1.3 (2022-03-10) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * using option '--no-vignettes' * checking for file 'TAPseq/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'TAPseq' version '1.6.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 whether package 'TAPseq' can be installed ... WARNING Found the following significant warnings: Warning: Following software required by TAPseq is not installed or not in PATH: See 'C:/Users/biocbuild/bbs-3.14-bioc/meat/TAPseq.Rcheck/00install.out' for details. * 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 * 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 ... NOTE Warning: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. ** 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 ... NOTE Warning: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. ** 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 R/sysdata.rda ... OK * checking files in 'vignettes' ... OK * checking examples ... ** running examples for arch 'i386' ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed selectTargetGenes 52.13 1.38 53.53 TAPseqInput 7.46 0.48 7.94 exportPrimers 6.10 0.04 6.14 truncateTxsPolyA 6.03 0.04 6.08 inferPolyASites 2.88 0.11 22.08 ** running examples for arch 'x64' ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed selectTargetGenes 50.71 1.36 53.13 TAPseqInput 7.08 0.13 7.21 truncateTxsPolyA 6.46 0.09 6.54 pickPrimers 5.65 0.06 5.78 inferPolyASites 2.59 0.08 21.86 * checking for unstated dependencies in 'tests' ... OK * checking tests ... ** running tests for arch 'i386' ... Running 'testthat.R' OK ** running tests for arch 'x64' ... 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: 1 WARNING, 2 NOTEs See 'C:/Users/biocbuild/bbs-3.14-bioc/meat/TAPseq.Rcheck/00check.log' for details.
TAPseq.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/TAPseq_1.6.0.tar.gz && rm -rf TAPseq.buildbin-libdir && mkdir TAPseq.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=TAPseq.buildbin-libdir TAPseq_1.6.0.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL TAPseq_1.6.0.zip && rm TAPseq_1.6.0.tar.gz TAPseq_1.6.0.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 50 2018k 50 1011k 0 0 1175k 0 0:00:01 --:--:-- 0:00:01 1175k 100 2018k 100 2018k 0 0 1464k 0 0:00:01 0:00:01 --:--:-- 1465k install for i386 * installing *source* package 'TAPseq' ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices converting help for package 'TAPseq' finding HTML links ... done TAPseq html TAPseqInput html TsIO-class html TsIOList-class html accessors html bone_marrow_genex html checkPrimers html check_tool_installation html chr11_genes html chr11_polyA_sites html chr11_primers html chr11_truncated_txs html chr11_truncated_txs_seq html createIORecord html designPrimers html estimateOffTargets html exportPrimers html getTxsSeq html get_gt_sequences html inferPolyASites html parsePrimer3Output html pickPrimers html selectTargetGenes html truncateTxsPolyA html ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! ** testing if installed package can be loaded from final location Warning: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! ** testing if installed package keeps a record of temporary installation path install for x64 * installing *source* package 'TAPseq' ... ** testing if installed package can be loaded Warning: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! * MD5 sums packaged installation of 'TAPseq' as TAPseq_1.6.0.zip * DONE (TAPseq) * installing to library 'C:/Users/biocbuild/bbs-3.14-bioc/R/library' package 'TAPseq' successfully unpacked and MD5 sums checked
TAPseq.Rcheck/tests_i386/testthat.Rout R version 4.1.3 (2022-03-10) -- "One Push-Up" Copyright (C) 2022 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. > library(testthat) > library(TAPseq) TAPseq is using the following tools: primer3_core: NA makeblastdb: NA blastn: NA Warning message: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! > > test_check("TAPseq") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 209 ] > > proc.time() user system elapsed 51.43 2.81 54.23 |
TAPseq.Rcheck/tests_x64/testthat.Rout R version 4.1.3 (2022-03-10) -- "One Push-Up" Copyright (C) 2022 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. > library(testthat) > library(TAPseq) TAPseq is using the following tools: primer3_core: NA makeblastdb: NA blastn: NA Warning message: Following software required by TAPseq is not installed or not in PATH: primer3_core makeblastdb blastn Please install these tools before trying to use this package! > > test_check("TAPseq") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 209 ] > > proc.time() user system elapsed 55.76 1.46 57.21 |
TAPseq.Rcheck/examples_i386/TAPseq-Ex.timings
|
TAPseq.Rcheck/examples_x64/TAPseq-Ex.timings
|