Back to Multiple platform build/check report for BioC 3.20:   simplified   long
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-11-20 12:01 -0500 (Wed, 20 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4481
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4479
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4359
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4539
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4493
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 36/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
AgiMicroRna 2.56.0  (landing page)
Pedro Lopez-Romero
Snapshot Date: 2024-11-19 13:40 -0500 (Tue, 19 Nov 2024)
git_url: https://git.bioconductor.org/packages/AgiMicroRna
git_branch: RELEASE_3_20
git_last_commit: 5e27712
git_last_commit_date: 2024-10-29 09:32:17 -0500 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for AgiMicroRna on teran2

To the developers/maintainers of the AgiMicroRna package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/AgiMicroRna.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.

raw results


Summary

Package: AgiMicroRna
Version: 2.56.0
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:AgiMicroRna.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings AgiMicroRna_2.56.0.tar.gz
StartedAt: 2024-11-19 22:39:51 -0500 (Tue, 19 Nov 2024)
EndedAt: 2024-11-19 22:46:23 -0500 (Tue, 19 Nov 2024)
EllapsedTime: 391.7 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: AgiMicroRna.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:AgiMicroRna.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings AgiMicroRna_2.56.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/AgiMicroRna.Rcheck’
* using R version 4.4.2 (2024-10-31)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
    GNU Fortran (Ubuntu 13.2.0-23ubuntu4) 13.2.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘AgiMicroRna/DESCRIPTION’ ... OK
* this is package ‘AgiMicroRna’ version ‘2.56.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 ‘AgiMicroRna’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
Package listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘Biobase’
A package should be listed in only one of these fields.
* checking top-level files ... OK
* 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 ... NOTE
Warning: no function found corresponding to methods exports from ‘AgiMicroRna’ for: ‘show’

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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE


'library' or 'require' calls to packages already attached by Depends:
  'affy' 'affycoretools' 'preprocessCore'
  Please remove these calls from your code.
'library' or 'require' calls in package code:
  'codelink' 'gdata' 'geneplotter' 'gplots' 'gtools' 'marray'
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
Packages in Depends field not imported from:
  'affy' 'affycoretools' 'limma' 'methods' 'preprocessCore'
  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 ... WARNING


See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... OK
* checking foreign function calls ... NOTE


Foreign function call to a different package:
  .Call("rma_c_complete_copy", ..., PACKAGE = "affy")
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
DEG.print.info: no visible global function definition for 'is'
DEG.print.info: no visible global function definition for 'exprs'
HeatMapMicroRna: no visible binding for global variable 'var'
HeatMapMicroRna: no visible global function definition for 'rainbow'
HeatMapMicroRna: no visible global function definition for 'maPalette'
HeatMapMicroRna: no visible global function definition for 'heatmap.2'
HeatMapMicroRna: no visible global function definition for 'title'
MA.plot.miRNA: no visible global function definition for 'dev.new'
MA.plot.miRNA: no visible global function definition for 'points'
MA.plot.miRNA: no visible global function definition for 'fitted'
MA.plot.miRNA: no visible global function definition for 'loess'
MA.plot.miRNA: no visible global function definition for 'legend'
MA.plot.miRNA: no visible global function definition for 'title'
PCAplotMicroRna: no visible global function definition for 'is'
PCAplotMicroRna: no visible global function definition for 'exprs'
PCAplotMicroRna: no visible global function definition for 'na.omit'
PCAplotMicroRna: no visible global function definition for 'exprs<-'
PCAplotMicroRna: no visible global function definition for 'plotPCA'
PCAplotMicroRna: no visible global function definition for 'dev.new'
RleMicroRna: no visible binding for global variable 'median'
RleMicroRna: no visible global function definition for 'par'
RleMicroRna: no visible global function definition for 'boxplot'
RleMicroRna: no visible global function definition for 'points'
RleMicroRna: no visible global function definition for 'lines'
RleMicroRna: no visible global function definition for 'title'
RleMicroRna: no visible global function definition for 'abline'
basicLimma: no visible global function definition for 'is'
basicLimma: no visible global function definition for 'exprs'
basicLimma: no visible global function definition for 'lmFit'
basicLimma: no visible global function definition for 'contrasts.fit'
basicLimma: no visible global function definition for 'eBayes'
boxplotMicroRna: no visible global function definition for 'par'
boxplotMicroRna: no visible global function definition for 'boxplot'
boxplotMicroRna: no visible global function definition for 'points'
boxplotMicroRna: no visible global function definition for 'lines'
boxplotMicroRna: no visible global function definition for 'title'
cv.array: no visible binding for global variable 'median'
cvArray: no visible global function definition for 'is'
esetMicroRna: no visible global function definition for 'is'
esetMicroRna: no visible global function definition for 'new'
esetMicroRna: no visible global function definition for 'dev.new'
esetMicroRna: no visible global function definition for 'exprs'
filter.IsGeneDetected: no visible global function definition for 'is'
filter.control.miRNA: no visible global function definition for 'is'
filter.wellaboveNEG.miRNA: no visible global function definition for
  'is'
filter.wellaboveNEG.miRNA: no visible binding for global variable 'sd'
filterMicroRna: no visible global function definition for 'is'
filterMicroRna: no visible global function definition for 'dev.new'
getDecideTests: no visible global function definition for 'is'
getDecideTests: no visible global function definition for 'decideTests'
hierclusMicroRna: no visible binding for global variable 'var'
hierclusMicroRna: no visible global function definition for 'dist'
hierclusMicroRna: no visible global function definition for 'as.dist'
hierclusMicroRna: no visible global function definition for 'cor'
hierclusMicroRna: no visible global function definition for 'hclust'
hierclusMicroRna: no visible global function definition for 'title'
mvaBASIC: no visible binding for global variable 'median'
mvaBASIC: no visible global function definition for 'title'
mvaBASIC: no visible global function definition for 'abline'
mvaMicroRna: no visible binding for global variable 'median'
mvaMicroRna: no visible global function definition for 'points'
mvaMicroRna: no visible global function definition for 'fitted'
mvaMicroRna: no visible global function definition for 'loess'
mvaMicroRna: no visible global function definition for 'title'
mvaMicroRna: no visible global function definition for 'abline'
mvaMicroRna: no visible global function definition for 'legend'
plotDensityMicroRna: no visible global function definition for
  'rainbow'
plotDensityMicroRna: no visible global function definition for
  'density'
plotDensityMicroRna: no visible global function definition for 'lines'
plotDensityMicroRna: no visible global function definition for 'title'
plotDensityMicroRna: no visible global function definition for 'legend'
pvalHistogram: no visible global function definition for 'p.adjust'
pvalHistogram: no visible global function definition for 'hist'
pvalHistogram: no visible global function definition for 'dev.new'
qcPlots: no visible global function definition for 'is'
qcPlots: no visible global function definition for 'dev.new'
read.agiMicroRna: no visible global function definition for
  'read.columns'
read.agiMicroRna: no visible global function definition for 'new'
readMicroRnaAFE: no visible global function definition for 'is'
readTargets: no visible global function definition for 'read.table'
rmaMicroRna: no visible global function definition for 'is'
rmaMicroRna: no visible global function definition for
  'rma.background.correct'
rmaMicroRna: no visible global function definition for
  'normalizeBetweenArrays'
rmaMicroRna: no visible binding for global variable 'median'
significantMicroRna: no visible global function definition for 'is'
significantMicroRna: no visible global function definition for 'exprs'
significantMicroRna: no visible global function definition for
  'p.adjust'
tgsMicroRna: no visible global function definition for 'is'
tgsMicroRna: no visible global function definition for 'dev.new'
tgsNormalization: no visible global function definition for 'is'
tgsNormalization: no visible global function definition for 'dev.new'
tgsNormalization: no visible global function definition for
  'normalizeBetweenArrays'
write.LIST.miRNA: no visible global function definition for 'is'
write.LIST.miRNA: no visible global function definition for
  'write.table'
write.control.out.miRNA: no visible global function definition for 'is'
write.control.out.miRNA: no visible global function definition for
  'write.table'
write.filt.out.miRNA: no visible global function definition for 'is'
write.filt.out.miRNA: no visible global function definition for
  'write.table'
writeEset: no visible global function definition for 'is'
writeEset: no visible global function definition for 'exprs'
writeEset: no visible global function definition for 'featureNames'
writeEset: no visible global function definition for 'write.table'
show,uRNAList: no visible global function definition for 'slotNames'
show,uRNAList: no visible global function definition for 'slot'
Undefined global functions or variables:
  abline as.dist boxplot contrasts.fit cor decideTests density dev.new
  dist eBayes exprs exprs<- featureNames fitted hclust heatmap.2 hist
  is legend lines lmFit loess maPalette median na.omit new
  normalizeBetweenArrays p.adjust par plotPCA points rainbow
  read.columns read.table rma.background.correct sd slot slotNames
  title var write.table
Consider adding
  importFrom("grDevices", "dev.new", "rainbow")
  importFrom("graphics", "abline", "boxplot", "hist", "legend", "lines",
             "par", "points", "title")
  importFrom("methods", "is", "new", "slot", "slotNames")
  importFrom("stats", "as.dist", "cor", "density", "dist", "fitted",
             "hclust", "loess", "median", "na.omit", "p.adjust", "sd",
             "var")
  importFrom("utils", "read.table", "write.table")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... NOTE
checkRd: (-1) basicLimma.Rd:46: Escaped LaTeX specials: \_ \_
checkRd: (-1) basicLimma.Rd:47: Escaped LaTeX specials: \_ \_
checkRd: (-1) basicLimma.Rd:53: Escaped LaTeX specials: \$ \$
checkRd: (-1) basicLimma.Rd:54: Escaped LaTeX specials: \$
checkRd: (-1) basicLimma.Rd:58: Escaped LaTeX specials: \_ \_ \_ \_
checkRd: (-1) dd.micro.Rd:22: Escaped LaTeX specials: \$
checkRd: (-1) dd.micro.Rd:23: Escaped LaTeX specials: \$
checkRd: (-1) dd.micro.Rd:24: Escaped LaTeX specials: \$
checkRd: (-1) dd.micro.Rd:25: Escaped LaTeX specials: \$
checkRd: (-1) dd.micro.Rd:26: Escaped LaTeX specials: \$
checkRd: (-1) dd.micro.Rd:27: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:28: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:29: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:30: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:31: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:32: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:33: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:34: Escaped LaTeX specials: \$ \$
checkRd: (-1) dd.micro.Rd:35: Escaped LaTeX specials: \$ \$
checkRd: (-1) filterMicroRna.Rd:56: Escaped LaTeX specials: \_
checkRd: (-1) filterMicroRna.Rd:57: Escaped LaTeX specials: \_
checkRd: (-1) readMicroRnaAFE.Rd:27: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:28: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:29: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:30: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:31: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:32: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:33: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:34: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:35: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:36: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:37: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:38: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:39: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:40: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:44: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:45: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:46: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:47: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:48: Escaped LaTeX specials: \$
checkRd: (-1) readMicroRnaAFE.Rd:49: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:50: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:51: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:52: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:53: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:54: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:55: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:56: Escaped LaTeX specials: \$ \$
checkRd: (-1) readMicroRnaAFE.Rd:57: Escaped LaTeX specials: \$ \$
checkRd: (-1) significantMicroRna.Rd:41: Escaped LaTeX specials: \_
checkRd: (-1) significantMicroRna.Rd:59: Escaped LaTeX specials: \_
checkRd: (-1) uRNAList.Rd:18: Escaped LaTeX specials: \$
checkRd: (-1) uRNAList.Rd:19: Escaped LaTeX specials: \$
checkRd: (-1) uRNAList.Rd:20: Escaped LaTeX specials: \$
checkRd: (-1) uRNAList.Rd:21: Escaped LaTeX specials: \$
checkRd: (-1) uRNAList.Rd:22: Escaped LaTeX specials: \$
checkRd: (-1) uRNAList.Rd:23: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:24: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:25: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:26: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:27: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:28: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:29: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:30: Escaped LaTeX specials: \$ \$
checkRd: (-1) uRNAList.Rd:31: Escaped LaTeX specials: \$ \$
* 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 ... NOTE


The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
mvaMicroRna 12.649  0.155  12.808
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 7 NOTEs
See
  ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/meat/AgiMicroRna.Rcheck/00check.log’
for details.


Installation output

AgiMicroRna.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL AgiMicroRna
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/biocbuild/bbs-3.20-bioc/R/site-library’
* installing *source* package ‘AgiMicroRna’ ...
** using staged installation
** R
** data
** 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 (AgiMicroRna)

Tests output


Example timings

AgiMicroRna.Rcheck/AgiMicroRna-Ex.timings

nameusersystemelapsed
HeatMapMicroRna0.2330.0340.267
PCAplotMicroRna0.0990.0030.101
RleMicroRna0.7550.1560.911
basicLimma0.0000.0000.001
boxplotMicroRna0.2770.0210.299
cvArray000
filterMicroRna0.2590.0280.287
getDecideTests0.0010.0000.001
hierclusMicroRna0.0260.0010.027
mvaBASIC2.0070.0362.050
mvaMicroRna12.649 0.15512.808
plotDensityMicroRna1.1800.0181.231
pvalHistogram000
qcPlots000
readMicroRnaAFE0.0000.0000.001
rmaMicroRna2.4450.0112.462
significantMicroRna0.3140.0160.339
tgsMicroRna0.1150.0030.118
tgsNormalization0.0010.0000.000
uRNAList000
writeEset000