Back to Multiple platform build/check report for BioC 3.19:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-31 17:02:50 -0400 (Fri, 31 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4753
kjohnson3macOS 13.6.5 Venturaarm644.4.0 (2024-04-24) -- "Puppy Cup" 4464
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 166/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BiGGR 1.40.0  (landing page)
Anand K. Gavai
Snapshot Date: 2024-05-30 18:28:32 -0400 (Thu, 30 May 2024)
git_url: https://git.bioconductor.org/packages/BiGGR
git_branch: RELEASE_3_19
git_last_commit: 1cf007f
git_last_commit_date: 2024-04-30 10:33:16 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.6.5 Ventura / arm64... NOT SUPPORTED ...

CHECK results for BiGGR on nebbiolo1


To the developers/maintainers of the BiGGR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BiGGR.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: BiGGR
Version: 1.40.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:BiGGR.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings BiGGR_1.40.0.tar.gz
StartedAt: 2024-05-31 01:34:47 -0400 (Fri, 31 May 2024)
EndedAt: 2024-05-31 01:38:33 -0400 (Fri, 31 May 2024)
EllapsedTime: 225.7 seconds
RetCode: 0
Status:   OK  
CheckDir: BiGGR.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:BiGGR.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings BiGGR_1.40.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/BiGGR.Rcheck’
* using R version 4.4.0 (2024-04-24)
* 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.4 LTS
* using session charset: UTF-8
* checking for file ‘BiGGR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BiGGR’ version ‘1.40.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 ... NOTE
Found the following hidden files and directories:
  .BBSoptions
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 ‘BiGGR’ 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 ... 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 ... 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 ... NOTE
Package in Depends field not imported from: ‘stringr’
  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
.buildSubModel: no visible global function definition for ‘new’
buildSBMLFromBiGG: no visible global function definition for
  ‘read.delim’
buildSBMLFromBiGG : <anonymous>: no visible global function definition
  for ‘new’
buildSBMLFromBiGG: no visible global function definition for ‘new’
createLIMFromSBML: no visible global function definition for ‘hasArg’
gprMapping: no visible global function definition for ‘str_detect’
gprMapping: no visible global function definition for ‘na.omit’
gprMappingAvg: no visible global function definition for ‘na.omit’
sampleFluxEnsemble: no visible global function definition for ‘Xsample’
sbml2hyperdraw : <anonymous>: no visible binding for global variable
  ‘species’
sbml2hyperdraw: no visible global function definition for ‘hasArg’
sbml2hyperdraw: no visible global function definition for ‘graphLayout’
sbml2hyperdraw: no visible global function definition for
  ‘nodeDataDefaults<-’
sbml2hyperdraw: no visible global function definition for
  ‘edgeDataDefaults<-’
sbml2hyperdraw: no visible global function definition for
  ‘graphDataDefaults<-’
sbml2hyperdraw : <anonymous>: no visible global function definition for
  ‘edgeData<-’
Undefined global functions or variables:
  Xsample edgeData<- edgeDataDefaults<- graphDataDefaults<- graphLayout
  hasArg na.omit new nodeDataDefaults<- read.delim species str_detect
Consider adding
  importFrom("methods", "hasArg", "new")
  importFrom("stats", "na.omit")
  importFrom("utils", "read.delim")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
gprMapping         104.372  0.584 104.961
gprMappingAvg       13.342  0.052  13.395
buildSBMLFromGenes   4.947  0.120   5.067
* 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: 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/BiGGR.Rcheck/00check.log’
for details.


Installation output

BiGGR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL BiGGR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘BiGGR’ ...
** using staged installation
** R
** data
** 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 (BiGGR)

Tests output


Example timings

BiGGR.Rcheck/BiGGR-Ex.timings

nameusersystemelapsed
BiGGR-package1.8220.0801.901
E.coli_iAF12600.5330.0510.585
E.coli_iJR9040.2890.0150.305
E.coli_textbook0.0200.0030.022
H.pylori_ilT3410.1270.0120.140
H.sapiens_Recon11.2070.1121.320
M.barkeri_iAF6920.1730.0080.182
M.tuberculosis_iNJ6610.2400.0160.256
P.putida_iJN7460.2690.0190.289
Recon21.7450.2291.972
S.aureus_iSB6190.1850.0190.205
S.cerevisiae_iND7500.3350.0240.359
buildSBMLFromBiGG0.0680.0160.084
buildSBMLFromGenes4.9470.1205.067
buildSBMLFromPathways3.6400.0563.696
buildSBMLFromReactionIDs1.6710.0681.738
createLIMFromBiGG0.0720.0000.072
createLIMFromSBML0.9440.0080.952
extractGeneAssociations2.1470.0082.155
extractPathways2.0640.0442.108
getPathwaysForSBML2.3460.0072.354
getRates0.0030.0000.003
gprMapping104.372 0.584104.961
gprMappingAvg13.342 0.05213.395
lying.tunell.data0.0020.0000.002
rmvSpliceVariant2.0420.0042.047
sampleFluxEnsemble1.8840.0361.920
sbml2hyperdraw1.7380.0001.738