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

This page was generated on 2024-05-15 08:30:04 -0400 (Wed, 15 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4751
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 42/46HostnameOS / ArchINSTALLBUILDCHECK
SomaScan.db 0.99.10  (landing page)
Amanda Hiser
Snapshot Date: 2024-05-15 06:00:01 -0400 (Wed, 15 May 2024)
git_url: https://git.bioconductor.org/packages/SomaScan.db
git_branch: RELEASE_3_19
git_last_commit: 7eac731
git_last_commit_date: 2024-04-26 11:28:59 -0400 (Fri, 26 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published

CHECK results for SomaScan.db on nebbiolo1


To the developers/maintainers of the SomaScan.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: SomaScan.db
Version: 0.99.10
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:SomaScan.db.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings SomaScan.db_0.99.10.tar.gz
StartedAt: 2024-05-15 06:34:59 -0400 (Wed, 15 May 2024)
EndedAt: 2024-05-15 06:37:49 -0400 (Wed, 15 May 2024)
EllapsedTime: 169.2 seconds
RetCode: 0
Status:   OK  
CheckDir: SomaScan.db.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.19-data-annotation/meat/SomaScan.db.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 ‘SomaScan.db/DESCRIPTION’ ... OK
* this is package ‘SomaScan.db’ version ‘0.99.10’
* 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 ‘SomaScan.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 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 whether startup messages can be suppressed ... 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 ... 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 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
SomaScanPMID 7.212  2.562   9.814
SomaScanGO   7.820  1.273   9.182
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* 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: OK


Installation output

SomaScan.db.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘SomaScan.db’ ...
** 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 (SomaScan.db)

Tests output

SomaScan.db.Rcheck/tests/testthat.Rout


R version 4.4.0 (2024-04-24) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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.

> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> 
> library(testthat)
> library(SomaScan.db)
Loading required package: AnnotationDbi
Loading required package: stats4
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, table, tapply,
    union, unique, unsplit, which.max, which.min

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

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

    I, expand.grid, unname


> 
> test_check("SomaScan.db")
'select()' returned 1:1 mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
[ FAIL 0 | WARN 0 | SKIP 3 | PASS 133 ]

══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• Addition of 11k menu invalidates this test, but it will be retained for
  future use. (1): 'test-menu.R:58:5'
• Test results differ due to presence of TrEMBL IDs in SomaScan.db (2):
  'test-menu.R:22:5', 'test-menu.R:36:5'

[ FAIL 0 | WARN 0 | SKIP 3 | PASS 133 ]
> 
> proc.time()
   user  system elapsed 
  9.755   0.644  10.389 

Example timings

SomaScan.db.Rcheck/SomaScan.db-Ex.timings

nameusersystemelapsed
DataObjects0.0070.0000.008
SomaScanALIAS2PROBE1.6590.1361.794
SomaScanBASE0.0230.0000.023
SomaScanENSEMBL0.1870.0120.199
SomaScanENTREZID0.0330.0000.033
SomaScanENZYME0.0360.0000.036
SomaScanGENENAME0.0310.0040.034
SomaScanGO7.8201.2739.182
SomaScanMAP0.0280.0040.032
SomaScanOMIM0.0290.0000.030
SomaScanORGANISM0.0000.0000.001
SomaScanPATH0.0510.0000.051
SomaScanPMID7.2122.5629.814
SomaScanREFSEQ0.0790.0120.091
SomaScanSYMBOL0.0280.0080.035
SomaScanTARGETFULLNAME0.0360.0000.035
SomaScanUNIPROT0.0380.0110.049
SomaScan_dbconn0.0880.0030.090
addTargetFullName0.0900.0110.103
keys-SomaDb-method0.3290.0170.345
keytypes-SomaDb-method0.3620.0030.366
mapIds-SomaDb-method0.0870.0040.092
reexports0.0030.0010.003
select-SomaDb-method0.3930.0000.393