############################################################################## ############################################################################## ### ### Running command: ### ### D:\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no APAlyzer_1.8.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'D:/biocbuild/bbs-3.14-bioc-longtests/meat/APAlyzer.Rcheck' * using R version 4.1.2 (2021-11-01) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * using options '--no-codoc --no-examples --no-manual --ignore-vignettes --no-stop-on-test-error' * checking for file 'APAlyzer/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'APAlyzer' version '1.8.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 whether package 'APAlyzer' can be installed ... OK * checking installed package size ... OK * checking package 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 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 ... OK * 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' 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 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 ... SKIPPED * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking files in 'vignettes' ... SKIPPED * checking examples ... SKIPPED * checking for unstated dependencies in 'longtests' ... WARNING 'library' or 'require' call not declared from: 'DESeq' * checking tests in 'longtests' ... ** running tests for arch 'i386' ... Running 'runTests.R' ERROR Running the tests in 'longtests/runTests.R' failed. Last 13 lines of output: Attaching package: 'Biostrings' The following object is masked from 'package:base': strsplit Loading required package: Rsamtools [1] TRUE > require("DESeq") || stop("unable to load Package:DESeq") Loading required package: DESeq Error: unable to load Package:DESeq In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'DESeq' Execution halted ** running tests for arch 'x64' ... Running 'runTests.R' ERROR Running the tests in 'longtests/runTests.R' failed. Last 13 lines of output: Attaching package: 'Biostrings' The following object is masked from 'package:base': strsplit Loading required package: Rsamtools [1] TRUE > require("DESeq") || stop("unable to load Package:DESeq") Loading required package: DESeq Error: unable to load Package:DESeq In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called 'DESeq' Execution halted * DONE Status: 2 ERRORs, 1 WARNING, 4 NOTEs See 'D:/biocbuild/bbs-3.14-bioc-longtests/meat/APAlyzer.Rcheck/00check.log' for details.