Back to Workflows build report for BioC 3.22

This page was generated on 2025-12-23 22:09 -0500 (Tue, 23 Dec 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4883
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 26/29HostnameOS / ArchINSTALLBUILD
SingscoreAMLMutations 1.26.0  (landing page)
Dharmesh D. Bhuva
Snapshot Date: 2025-12-23 20:19 -0500 (Tue, 23 Dec 2025)
git_url: https://git.bioconductor.org/packages/SingscoreAMLMutations
git_branch: RELEASE_3_22
git_last_commit: dfe24a2
git_last_commit_date: 2025-10-29 09:47:22 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    ERROR  


BUILD results for SingscoreAMLMutations on nebbiolo2

To the developers/maintainers of the SingscoreAMLMutations 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: SingscoreAMLMutations
Version: 1.26.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data SingscoreAMLMutations
StartedAt: 2025-12-23 20:30:49 -0500 (Tue, 23 Dec 2025)
EndedAt: 2025-12-23 20:35:26 -0500 (Tue, 23 Dec 2025)
EllapsedTime: 277.6 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data SingscoreAMLMutations
###
##############################################################################
##############################################################################


* checking for file ‘SingscoreAMLMutations/DESCRIPTION’ ... OK
* preparing ‘SingscoreAMLMutations’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘workflow_transcriptional_mut_sig.Rmd’ using rmarkdown

Quitting from workflow_transcriptional_mut_sig.Rmd:193-195 [gdc_prepare]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/vctrs_error_subscript_oob>
Error in `dplyr::select()`:
! Can't select columns that don't exist.
✖ Column `disease_response` doesn't exist.
---
Backtrace:
     ▆
  1. ├─TCGAbiolinks::GDCprepare(query_rna, directory = datapath)
  2. │ └─TCGAbiolinks:::readTranscriptomeProfiling(...)
  3. │   └─TCGAbiolinks:::makeSEfromTranscriptomeProfilingSTAR(...)
  4. │     └─TCGAbiolinks::colDataPrepare(cases)
  5. │       └─TCGAbiolinks:::splitAPICall(...)
  6. │         └─base::tryCatch(...)
  7. │           └─base (local) tryCatchList(expr, classes, parentenv, handlers)
  8. │             └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
  9. │               └─value[[3L]](cond)
 10. │                 └─TCGAbiolinks (local) FUN(items[start:end])
 11. │                   └─... %>% ...
 12. ├─dplyr::rename(., days_to_last_follow_up = days_to_follow_up)
 13. ├─dplyr::rename_at(...)
 14. │ └─dplyr:::tbl_at_vars(.tbl, .vars, .include_group_vars = TRUE)
 15. │   └─dplyr::tbl_vars(tbl)
 16. │     ├─dplyr:::new_sel_vars(tbl_vars_dispatch(x), group_vars(x))
 17. │     │ └─base::structure(...)
 18. │     └─dplyr:::tbl_vars_dispatch(x)
 19. ├─dplyr::ungroup(.)
 20. ├─dplyr::filter(., dplyr::row_number() == which.max(days_to_follow_up))
 21. ├─dplyr::group_by(., submitter_id)
 22. ├─dplyr::filter(., !is.na(submitter_id), !is.na(days_to_follow_up))
 23. ├─dplyr::select(., c(submitter_id, days_to_follow_up, disease_response))
 24. └─dplyr:::select.data.frame(., c(submitter_id, days_to_follow_up, disease_response))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'workflow_transcriptional_mut_sig.Rmd' failed with diagnostics:
Can't select columns that don't exist.
✖ Column `disease_response` doesn't exist.
--- failed re-building ‘workflow_transcriptional_mut_sig.Rmd’

--- re-building ‘workflow_transcriptional_mut_sig_chinese.Rmd’ using rmarkdown

Quitting from workflow_transcriptional_mut_sig_chinese.Rmd:190-192 [gdc_prepare]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/vctrs_error_subscript_oob>
Error in `dplyr::select()`:
! Can't select columns that don't exist.
✖ Column `disease_response` doesn't exist.
---
Backtrace:
     ▆
  1. ├─TCGAbiolinks::GDCprepare(query_rna, directory = datapath)
  2. │ └─TCGAbiolinks:::readTranscriptomeProfiling(...)
  3. │   └─TCGAbiolinks:::makeSEfromTranscriptomeProfilingSTAR(...)
  4. │     └─TCGAbiolinks::colDataPrepare(cases)
  5. │       └─TCGAbiolinks:::splitAPICall(...)
  6. │         └─base::tryCatch(...)
  7. │           └─base (local) tryCatchList(expr, classes, parentenv, handlers)
  8. │             └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
  9. │               └─value[[3L]](cond)
 10. │                 └─TCGAbiolinks (local) FUN(items[start:end])
 11. │                   └─... %>% ...
 12. ├─dplyr::rename(., days_to_last_follow_up = days_to_follow_up)
 13. ├─dplyr::rename_at(...)
 14. │ └─dplyr:::tbl_at_vars(.tbl, .vars, .include_group_vars = TRUE)
 15. │   └─dplyr::tbl_vars(tbl)
 16. │     ├─dplyr:::new_sel_vars(tbl_vars_dispatch(x), group_vars(x))
 17. │     │ └─base::structure(...)
 18. │     └─dplyr:::tbl_vars_dispatch(x)
 19. ├─dplyr::ungroup(.)
 20. ├─dplyr::filter(., dplyr::row_number() == which.max(days_to_follow_up))
 21. ├─dplyr::group_by(., submitter_id)
 22. ├─dplyr::filter(., !is.na(submitter_id), !is.na(days_to_follow_up))
 23. ├─dplyr::select(., c(submitter_id, days_to_follow_up, disease_response))
 24. └─dplyr:::select.data.frame(., c(submitter_id, days_to_follow_up, disease_response))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'workflow_transcriptional_mut_sig_chinese.Rmd' failed with diagnostics:
Can't select columns that don't exist.
✖ Column `disease_response` doesn't exist.
--- failed re-building ‘workflow_transcriptional_mut_sig_chinese.Rmd’

SUMMARY: processing the following files failed:
  ‘workflow_transcriptional_mut_sig.Rmd’
  ‘workflow_transcriptional_mut_sig_chinese.Rmd’

Error: Vignette re-building failed.
Execution halted