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

This page was generated on 2026-05-23 11:36 -0400 (Sat, 23 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4937
kjohnson3macOS 13.7.7 Venturaarm644.6.0 Patched (2026-05-01 r89994) -- "Because it was There" 4639
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 2208/2379HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TCGAutils 1.33.1  (landing page)
Marcel Ramos
Snapshot Date: 2026-05-22 13:45 -0400 (Fri, 22 May 2026)
git_url: https://git.bioconductor.org/packages/TCGAutils
git_branch: devel
git_last_commit: a4bd3f7
git_last_commit_date: 2026-05-15 14:37:44 -0400 (Fri, 15 May 2026)
nebbiolo2Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR  
See other builds for TCGAutils in R Universe.


CHECK results for TCGAutils on kjohnson3

To the developers/maintainers of the TCGAutils package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/TCGAutils.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: TCGAutils
Version: 1.33.1
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:TCGAutils.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings TCGAutils_1.33.1.tar.gz
StartedAt: 2026-05-22 22:14:08 -0400 (Fri, 22 May 2026)
EndedAt: 2026-05-22 22:18:46 -0400 (Fri, 22 May 2026)
EllapsedTime: 278.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: TCGAutils.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:TCGAutils.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings TCGAutils_1.33.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.24-bioc/meat/TCGAutils.Rcheck’
* using R version 4.6.0 Patched (2026-05-01 r89994)
* using platform: aarch64-apple-darwin23
* R was compiled by
    Apple clang version 17.0.0 (clang-1700.3.19.1)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Tahoe 26.3.1
* using session charset: UTF-8
* current time: 2026-05-23 02:14:08 UTC
* using option ‘--no-vignettes’
* checking for file ‘TCGAutils/DESCRIPTION’ ... OK
* this is package ‘TCGAutils’ version ‘1.33.1’
* 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 ‘TCGAutils’ 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 dependencies in R code ... NOTE
Unexported object imported by a ':::' call: ‘GenomicRanges:::.normarg_field’
  See the note in ?`:::` about the use of this operator.
* 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
simplifyTCGA            15.631  0.430 104.116
TCGAprimaryTumors        5.405  0.303   6.500
oncoPrintTCGA            5.253  0.284   5.987
trimColData              5.180  0.283   6.303
curatedTCGAData-helpers  4.507  0.304   5.258
imputeAssay              4.228  0.252   5.097
ID-translation           0.648  0.013   7.446
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
    5.       ├─GenomicDataCommons::results(response_all(x))
    6.       └─GenomicDataCommons::response_all(x)
    7.         ├─GenomicDataCommons::response(x = x, size = count, from = 0, ...)
    8.         └─GenomicDataCommons:::response.GDCQuery(...)
    9.           ├─jsonlite (local) response_handler(...)
   10.           ├─httr::content(...)
   11.           │ ├─base::stopifnot(is.response(x))
   12.           │ └─httr:::is.response(x)
   13.           └─GenomicDataCommons:::.gdc_post(...)
   14.             └─httr::stop_for_status(response)
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 47 ]
  Error:
  ! Test failures.
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.24-bioc/meat/TCGAutils.Rcheck/00check.log’
for details.


Installation output

TCGAutils.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL TCGAutils
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘TCGAutils’ ...
** this is package ‘TCGAutils’ version ‘1.33.1’
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import ‘utils::data’ by ‘BiocGenerics::data’ when loading ‘GenomeInfoDb’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning: replacing previous import ‘utils::data’ by ‘BiocGenerics::data’ when loading ‘GenomeInfoDb’
** testing if installed package can be loaded from final location
Warning: replacing previous import ‘utils::data’ by ‘BiocGenerics::data’ when loading ‘GenomeInfoDb’
** testing if installed package keeps a record of temporary installation path
* DONE (TCGAutils)

Tests output

TCGAutils.Rcheck/tests/testthat.Rout.fail


R version 4.6.0 Patched (2026-05-01 r89994) -- "Because it was There"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin23

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)
> 
> library(TCGAutils)
Warning message:
replacing previous import 'utils::data' by 'BiocGenerics::data' when loading 'GenomeInfoDb' 
> 
> test_check("TCGAutils")
Saving _problems/test-ID-translation-114.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 47 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ID-translation.R:114:5'): UUIDtoBarcode shows multiple entries per file_id ──
<http_500/http_error/error/condition>
Error in `.gdc_post(entity_name(x), body = body, token = NULL, ...)`: Internal Server Error (HTTP 500).
Backtrace:
     ▆
  1. └─base::lapply(file_ids, UUIDtoBarcode, "file_id") at test-ID-translation.R:114:5
  2.   └─TCGAutils (local) FUN(X[[i]], ...)
  3.     ├─GenomicDataCommons::results_all(...)
  4.     └─GenomicDataCommons:::results_all.GDCQuery(...)
  5.       ├─GenomicDataCommons::results(response_all(x))
  6.       └─GenomicDataCommons::response_all(x)
  7.         ├─GenomicDataCommons::response(x = x, size = count, from = 0, ...)
  8.         └─GenomicDataCommons:::response.GDCQuery(...)
  9.           ├─jsonlite (local) response_handler(...)
 10.           ├─httr::content(...)
 11.           │ ├─base::stopifnot(is.response(x))
 12.           │ └─httr:::is.response(x)
 13.           └─GenomicDataCommons:::.gdc_post(...)
 14.             └─httr::stop_for_status(response)

[ FAIL 1 | WARN 0 | SKIP 0 | PASS 47 ]
Error:
! Test failures.
Execution halted

Example timings

TCGAutils.Rcheck/TCGAutils-Ex.timings

nameusersystemelapsed
ID-translation0.6480.0137.446
TCGAbarcode0.0000.0010.001
TCGAbiospec0.0080.0020.010
TCGAprimaryTumors5.4050.3036.500
TCGAsampleSelect0.0030.0010.004
builds0.0350.0010.036
curatedTCGAData-helpers4.5070.3045.258
findGRangesCols0.0000.0000.001
generateMap0.0090.0000.009
getFileName0.0080.0020.731
imputeAssay4.2280.2525.097
makeGRangesListFromCopyNumber0.1410.0051.182
makeGRangesListFromExonFiles0.0510.0030.055
mergeColData0.0950.0060.102
oncoPrintTCGA5.2530.2845.987
simplifyTCGA 15.631 0.430104.116
trimColData5.1800.2836.303