Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2024-05-01 11:36:12 -0400 (Wed, 01 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 beta (2024-04-15 r86425) -- "Puppy Cup" 4753
lconwaymacOS 12.7.1 Montereyx86_644.4.0 beta (2024-04-14 r86421) -- "Puppy Cup" 4518
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 2196/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
transmogR 1.0.0  (landing page)
Stevie Pederson
Snapshot Date: 2024-04-30 20:18:44 -0400 (Tue, 30 Apr 2024)
git_url: https://git.bioconductor.org/packages/transmogR
git_branch: RELEASE_3_19
git_last_commit: 986a846
git_last_commit_date: 2024-04-30 11:54:12 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    ERROR  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  YES
kjohnson3macOS 13.6.5 Ventura / arm64see weekly results here

CHECK results for transmogR on nebbiolo1


To the developers/maintainers of the transmogR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/transmogR.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: transmogR
Version: 1.0.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:transmogR.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings transmogR_1.0.0.tar.gz
StartedAt: 2024-05-01 10:23:12 -0400 (Wed, 01 May 2024)
EndedAt: 2024-05-01 10:29:25 -0400 (Wed, 01 May 2024)
EllapsedTime: 372.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: transmogR.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/transmogR.Rcheck’
* using R version 4.4.0 beta (2024-04-15 r86425)
* 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 ‘transmogR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘transmogR’ version ‘1.0.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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘transmogR’ 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 ... 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 ... ERROR
Running examples in ‘transmogR-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: sjFromExons
> ### Title: Obtain Splice-Junctions from Exons and Transcripts
> ### Aliases: sjFromExons
> 
> ### ** Examples
> 
> library(rtracklayer)
> gtf_cols <- c(
+   "transcript_id", "transcript_name", "gene_id", "gene_name", "exon_number"
+ )
> gtf <- import.gff(
+    system.file("extdata/gencode.v44.subset.gtf.gz", package = "transmogR"),
+    feature.type = "exon", colnames = gtf_cols
+ )
> sj <- sjFromExons(gtf)
> sj
GRanges object with 730 ranges and 6 metadata columns:
        seqnames        ranges strand |        site     transcript_id
           <Rle>     <IRanges>  <Rle> | <character>       <character>
    [1]     chr1 182745-182752      + |       donor ENST00000624431.2
    [2]     chr1 183128-183132      + |    acceptor ENST00000624431.2
    [3]     chr1 183215-183222      + |       donor ENST00000624431.2
    [4]     chr1 183490-183494      + |    acceptor ENST00000624431.2
    [5]     chr1 183570-183577      + |       donor ENST00000624431.2
    ...      ...           ...    ... .         ...               ...
  [726]     chr1 810061-810068      - |       donor ENST00000590817.3
  [727]     chr1 810170-810174      - |    acceptor ENST00000447500.4
  [728]     chr1 817367-817374      - |       donor ENST00000447500.4
  [729]     chr1 827664-827671      - |       donor ENST00000635509.2
  [730]     chr1 827664-827671      - |       donor ENST00000634337.2
        transcript_name            gene_id       gene_name exon_number
            <character>        <character>     <character>   <integer>
    [1]    DDX11L17-201  ENSG00000279928.2        DDX11L17           1
    [2]    DDX11L17-201  ENSG00000279928.2        DDX11L17           2
    [3]    DDX11L17-201  ENSG00000279928.2        DDX11L17           2
    [4]    DDX11L17-201  ENSG00000279928.2        DDX11L17           3
    [5]    DDX11L17-201  ENSG00000279928.2        DDX11L17           3
    ...             ...                ...             ...         ...
  [726] ENST00000590817  ENSG00000230092.8 ENSG00000230092           1
  [727] ENST00000447500  ENSG00000290784.1 ENSG00000290784           2
  [728] ENST00000447500  ENSG00000290784.1 ENSG00000290784           1
  [729] ENST00000635509 ENSG00000230021.10 ENSG00000230021           1
  [730] ENST00000634337 ENSG00000230021.10 ENSG00000230021           1
  -------
  seqinfo: 1 sequence from an unspecified genome; no seqlengths
> 
> ## Or to simplify shared splice junctions across multiple transcripts
> library(extraChIPs, quietly = TRUE)

Attaching package: ‘MatrixGenerics’

The following objects are masked from ‘package:matrixStats’:

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Welcome to Bioconductor

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


Attaching package: ‘Biobase’

The following object is masked from ‘package:MatrixGenerics’:

    rowMedians

The following objects are masked from ‘package:matrixStats’:

    anyMissing, rowMedians

Error: package or namespace load failed for ‘extraChIPs’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘biovizBase’
Execution halted
* 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 ... ERROR
Error(s) in re-building vignettes:
  ...
--- re-building ‘creating_a_new_reference.Rmd’ using rmarkdown

Quitting from lines  at lines 70-75 [load-packages] (creating_a_new_reference.Rmd)
Error: processing vignette 'creating_a_new_reference.Rmd' failed with diagnostics:
package or namespace load failed for 'extraChIPs' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called 'biovizBase'
--- failed re-building ‘creating_a_new_reference.Rmd’

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

Error: Vignette re-building failed.
Execution halted

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

Status: 2 ERRORs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/transmogR.Rcheck/00check.log’
for details.


Installation output

transmogR.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘transmogR’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (transmogR)

Tests output

transmogR.Rcheck/tests/testthat.Rout


R version 4.4.0 beta (2024-04-15 r86425) -- "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/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
> 
> library(testthat)
> library(transmogR)
Loading required package: Biostrings
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':

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

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

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

    findMatches

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

    expand.grid, I, unname

Loading required package: IRanges
Loading required package: XVector
Loading required package: GenomeInfoDb

Attaching package: 'Biostrings'

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

    strsplit

Loading required package: GenomicRanges
> 
> test_check("transmogR")
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

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

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: SummarizedExperiment
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")'.


Attaching package: 'Biobase'

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

    rowMedians

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

    anyMissing, rowMedians

Loading required package: Rsamtools

Attaching package: 'VariantAnnotation'

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

    tabulate

[ FAIL 0 | WARN 0 | SKIP 0 | PASS 75 ]
> 
> proc.time()
   user  system elapsed 
 35.752   3.585  39.363 

Example timings

transmogR.Rcheck/transmogR-Ex.timings

nameusersystemelapsed
genomogrify-methods2.7430.2322.975
indelcator-methods0.7940.0240.818
overlapsByVar-methods0.5040.0160.521
owl-methods0.1120.0000.111
parY-methods0.2090.0000.208