| Back to Multiple platform build/check report for BioC 3.19: simplified long |
|
This page was generated on 2024-10-18 20:38 -0400 (Fri, 18 Oct 2024).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4763 |
| palomino7 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4500 |
| merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4530 |
| kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4480 |
| 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 84/2300 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| APAlyzer 1.18.0 (landing page) Ruijia Wang
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | TIMEOUT | |||||||||
| palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
| merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
| kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
|
To the developers/maintainers of the APAlyzer package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/APAlyzer.git to reflect on this report. See Troubleshooting Build Report for more information. - 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. |
| Package: APAlyzer |
| Version: 1.18.0 |
| Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:APAlyzer.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings APAlyzer_1.18.0.tar.gz |
| StartedAt: 2024-10-16 21:39:06 -0400 (Wed, 16 Oct 2024) |
| EndedAt: 2024-10-16 22:19:06 -0400 (Wed, 16 Oct 2024) |
| EllapsedTime: 2400.1 seconds |
| RetCode: None |
| Status: TIMEOUT |
| CheckDir: APAlyzer.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:APAlyzer.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings APAlyzer_1.18.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/APAlyzer.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.5 LTS
* using session charset: UTF-8
* checking for file ‘APAlyzer/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘APAlyzer’ version ‘1.18.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 ... NOTE
Found the following hidden files and directories:
.BBSoptions
.travis.yml
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘APAlyzer’ 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 ... NOTE
File
LICENSE
is not mentioned in the DESCRIPTION file.
* 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 loading without being on the library search path ... OK
* checking dependencies in R code ... WARNING
'library' or 'require' call not declared from: ‘HybridMTest’
'library' or 'require' call to ‘HybridMTest’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.GTF2LE: no visible binding for global variable ‘group_name’
.GTF2refUTRraw: no visible binding for global variable ‘GENEID’
.annotatePASRegion: no visible global function definition for
‘queryHits’
APABox: no visible binding for global variable ‘APAreg’
APABox: no visible binding for global variable ‘RED’
APAVolcano: no visible binding for global variable ‘APAreg’
APAVolcano: no visible binding for global variable ‘color’
PASEXP_IPA: no visible global function definition for ‘Print’
ThreeMostPairBam: no visible global function definition for ‘Print’
download_testbam: no visible global function definition for
‘download.file’
Undefined global functions or variables:
APAreg GENEID Print RED color download.file group_name queryHits
Consider adding
importFrom("utils", "download.file")
to your NAMESPACE file.
* checking Rd files ... NOTE
prepare_Rd: download_testbam.Rd:7-8: Dropping empty section \arguments
* 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 files in ‘vignettes’ ... OK
* checking examples ...
APAlyzer.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL APAlyzer ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’ * installing *source* package ‘APAlyzer’ ... ** using staged installation ** R ** 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 (APAlyzer)
APAlyzer.Rcheck/APAlyzer-Ex.timings
| name | user | system | elapsed | |
| APABox | 0.346 | 0.028 | 0.375 | |
| APAVolcano | 0.318 | 0.000 | 0.319 | |
| APAdiff | 1.571 | 0.012 | 1.583 | |
| GENEXP_CDS | 11.756 | 2.051 | 13.490 | |
| PAS2GEF | 0.178 | 0.290 | 306.967 | |
| PASEXP_3UTR | 12.878 | 3.157 | 18.455 | |
| PASEXP_IPA | 16.067 | 0.759 | 18.067 | |
| REF3UTR | 0.150 | 0.008 | 1.394 | |
| REF4PAS | 0.178 | 0.041 | 1.811 | |
| REFCDS | 0.491 | 0.140 | 0.633 | |
| ThreeMostPairBam | 2.347 | 0.453 | 2.801 | |