Back to Build/check report for BioC 3.17 annotations
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2023-10-11 08:30:04 -0400 (Wed, 11 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4626
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 35/37HostnameOS / ArchINSTALLBUILDCHECK
synaptome.db 0.99.12  (landing page)
Oksana Sorokina
Snapshot Date: 2023-10-11 05:00:01 -0400 (Wed, 11 Oct 2023)
git_url: https://git.bioconductor.org/packages/synaptome.db
git_branch: RELEASE_3_17
git_last_commit: 83b22b3
git_last_commit_date: 2022-10-21 02:16:05 -0400 (Fri, 21 Oct 2022)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    ERROR  

CHECK results for synaptome.db on nebbiolo1


To the developers/maintainers of the synaptome.db package:
- 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: synaptome.db
Version: 0.99.12
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:synaptome.db.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings synaptome.db_0.99.12.tar.gz
StartedAt: 2023-10-11 05:33:54 -0400 (Wed, 11 Oct 2023)
EndedAt: 2023-10-11 05:37:16 -0400 (Wed, 11 Oct 2023)
EllapsedTime: 201.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: synaptome.db.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:synaptome.db.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings synaptome.db_0.99.12.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-data-annotation/meat/synaptome.db.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
* running under: Ubuntu 22.04.3 LTS
* using session charset: UTF-8
* checking for file ‘synaptome.db/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘synaptome.db’ version ‘0.99.12’
* 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 for sufficient/correct file permissions ... OK
* checking whether package ‘synaptome.db’ 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 R 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 startup messages can be suppressed ... NOTE
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache

It looks like this package (or a package it requires) has a startup
message which cannot be suppressed: see ?packageStartupMessage.
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘synaptome_db_query.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
  ...
--- re-building ‘synaptome_db_query.Rmd’ using rmarkdown

Quitting from lines 22-26 [setup.show] (synaptome_db_query.Rmd)
Error: processing vignette 'synaptome_db_query.Rmd' failed with diagnostics:
there is no package called 'ggplot2'
--- failed re-building ‘synaptome_db_query.Rmd’

SUMMARY: processing the following file failed:
  ‘synaptome_db_query.Rmd’

Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.17-data-annotation/meat/synaptome.db.Rcheck/00check.log’
for details.


Installation output

synaptome.db.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL synaptome.db
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘synaptome.db’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
Loading required namespace: synaptome.db
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
** testing if installed package can be loaded from final location
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
** testing if installed package keeps a record of temporary installation path
* DONE (synaptome.db)

Tests output

synaptome.db.Rcheck/tests/testthat.Rout


R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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")
> test_check("synaptome.db")
Loading required package: synaptome.db
Loading required package: synaptome.data
Loading required package: AnnotationHub
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: BiocFileCache
Loading required package: dbplyr
Using 'localHub=TRUE'
  If offline, please also see BiocManager vignette section on offline use
loading from cache
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 54 ]
Warning message:
call dbDisconnect() when finished working with a connection 
> 
> proc.time()
   user  system elapsed 
 11.492   0.977  12.621 

Example timings

synaptome.db.Rcheck/synaptome.db-Ex.timings

nameusersystemelapsed
findGeneByCompartmentPaperCnt0.2130.0440.256
findGeneByPaperCnt0.2020.0310.234
findGeneByPapers1.9080.0761.983
findGenesByEntrez0.1150.0000.114
findGenesByName0.0990.0010.099
getAllGenes4BrainRegion0.1340.0080.142
getAllGenes4Compartment0.1330.0150.149
getBrainRegions0.0100.0010.010
getCompartments0.010.000.01
getGeneDiseaseByEntres0.1020.0000.102
getGeneDiseaseByIDs0.2850.0070.293
getGeneDiseaseByName0.0980.0070.106
getGeneIdByCompartmentPaperCnt0.1300.0130.142
getGeneIdByEntrez0.0440.0000.044
getGeneIdByName0.0450.0000.045
getGeneIdByPaperCnt0.0750.0000.076
getGeneIdByPapers1.9620.0522.014
getGeneInfoByEntrez0.4880.0040.492
getGeneInfoByIDs0.1260.0000.127
getGeneInfoByName0.3320.0000.333
getGeneInfoByPapers1.6330.0521.685
getGenes4BrainRegion0.0750.0040.079
getGenes4Compartment0.1050.0070.112
getGenesByID0.0560.0000.055
getIGraphFromPPI0.1640.0130.176
getMutDiseaseQuery0.0700.0000.069
getMutations4DiseaseByEntres0.1990.0030.207
getMutations4DiseaseByIDs0.1180.0040.122
getMutations4DiseaseByName0.1710.0050.175
getPPIbyEntrez0.1010.0030.104
getPPIbyIDs0.1030.0130.115
getPPIbyIDs4BrainRegion0.3670.0160.382
getPPIbyIDs4Compartment0.3360.0040.341
getPPIbyName0.0870.0160.103
getPapers0.3130.0110.325
getTableFromPPI0.1680.0120.180