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

This page was generated on 2026-04-30 11:35 -0400 (Thu, 30 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4988
kjohnson3macOS 13.7.7 Venturaarm644.6.0 Patched (2026-04-24 r89963) -- "Because it was There" 4718
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 2273/2418HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
tidytof 1.6.0  (landing page)
Timothy Keyes
Snapshot Date: 2026-04-29 13:40 -0400 (Wed, 29 Apr 2026)
git_url: https://git.bioconductor.org/packages/tidytof
git_branch: RELEASE_3_23
git_last_commit: 8e95164
git_last_commit_date: 2026-04-28 09:03:36 -0400 (Tue, 28 Apr 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  
See other builds for tidytof in R Universe.


CHECK results for tidytof on nebbiolo1

To the developers/maintainers of the tidytof package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/tidytof.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: tidytof
Version: 1.6.0
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:tidytof.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings tidytof_1.6.0.tar.gz
StartedAt: 2026-04-30 05:45:53 -0400 (Thu, 30 Apr 2026)
EndedAt: 2026-04-30 05:58:10 -0400 (Thu, 30 Apr 2026)
EllapsedTime: 737.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: tidytof.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:tidytof.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings tidytof_1.6.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/tidytof.Rcheck’
* using R version 4.6.0 RC (2026-04-17 r89917)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-04-30 09:45:54 UTC
* checking for file ‘tidytof/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘tidytof’ version ‘1.6.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 ‘tidytof’ can be installed ... OK
* used C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0’
* 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 R/sysdata.rda ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... INFO
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘tidytof-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tof_metacluster_flowsom
> ### Title: Metacluster clustered CyTOF data using FlowSOM's built-in
> ###   metaclustering algorithm
> ### Aliases: tof_metacluster_flowsom
> 
> ### ** Examples
> 
> sim_data <-
+     dplyr::tibble(
+         cd45 = rnorm(n = 1000),
+         cd38 = rnorm(n = 1000),
+         cd34 = rnorm(n = 1000),
+         cd19 = rnorm(n = 1000),
+         cluster_id = sample(letters, size = 1000, replace = TRUE)
+     )
> 
> tof_metacluster_flowsom(
+     tof_tibble = sim_data,
+     cluster_col = cluster_id,
+     clustering_algorithm = "consensus"
+ )
# A tibble: 1,000 × 1
   .flowsom_metacluster
   <chr>               
 1 3                   
 2 1                   
 3 3                   
 4 3                   
 5 3                   
 6 1                   
 7 3                   
 8 3                   
 9 3                   
10 3                   
# ℹ 990 more rows
> 
> tof_metacluster_flowsom(
+     tof_tibble = sim_data,
+     cluster_col = cluster_id,
+     clustering_algorithm = "som"
+ )
Error in minimum_spanning_tree_prim_impl(graph = graph, weights = weights) : 
  REAL() can only be applied to a 'numeric', not a 'NULL'
Calls: tof_metacluster_flowsom ... <Anonymous> -> mst -> minimum_spanning_tree_prim_impl
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                         user system elapsed
tof_assess_clusters_knn 7.551  0.175   7.726
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
   10.               └─yardstick:::yardstick_eval_select_dots(..., data = data, error_call = error_call)
   11.                 └─tidyselect::eval_select(...)
   12.                   └─tidyselect:::eval_select_impl(...)
   13.                     ├─tidyselect:::with_subscript_errors(...)
   14.                     │ └─base::withCallingHandlers(...)
   15.                     └─tidyselect:::vars_select_eval(...)
   16.                       └─tidyselect:::ensure_named(...)
   17.                         └─tidyselect:::check_empty(pos, allow_empty, call = call)
   18.                           └─cli::cli_abort("Must select at least one item.", call = call)
   19.                             └─rlang::abort(...)
  
  [ FAIL 3 | WARN 20 | SKIP 1 | PASS 676 ]
  Error:
  ! Test failures.
  Execution halted
* 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: 2 ERRORs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/tidytof.Rcheck/00check.log’
for details.


Installation output

tidytof.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL tidytof
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘tidytof’ ...
** this is package ‘tidytof’ version ‘1.6.0’
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0’
g++ -std=gnu++20 -I"/home/biocbuild/bbs-3.23-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++20 -I"/home/biocbuild/bbs-3.23-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.23-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security  -c code.cpp -o code.o
g++ -std=gnu++20 -shared -L/home/biocbuild/bbs-3.23-bioc/R/lib -L/usr/local/lib -o tidytof.so RcppExports.o code.o -L/home/biocbuild/bbs-3.23-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.23-bioc/R/site-library/00LOCK-tidytof/00new/tidytof/libs
** R
** data
** 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
Warning in fun(libname, pkgname) :
  Package 'tidytof' is deprecated and will be removed from Bioconductor
  version 3.24
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning in fun(libname, pkgname) :
  Package 'tidytof' is deprecated and will be removed from Bioconductor
  version 3.24
** testing if installed package keeps a record of temporary installation path
* DONE (tidytof)

Tests output

tidytof.Rcheck/tests/spelling.Rout


R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 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.

> if (requireNamespace("spelling", quietly = TRUE)) {
+     spelling::spell_check_test(
+         vignettes = TRUE, error = FALSE,
+         skip_on_cran = TRUE
+     )
+ }
All Done!
> 
> proc.time()
   user  system elapsed 
  0.158   0.039   0.184 

tidytof.Rcheck/tests/testthat.Rout.fail


R version 4.6.0 RC (2026-04-17 r89917) -- "Because it was There"
Copyright (C) 2026 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.

> Sys.setenv(R_TESTS="")
> library(testthat)
> library(tidytof)
Warning message:
In fun(libname, pkgname) :
  Package 'tidytof' is deprecated and will be removed from Bioconductor
  version 3.24
> test_check("tidytof")

Attaching package: 'dplyr'

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

    filter, lag

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

    intersect, setdiff, setequal, union

Loading required namespace: diffcyt

Attaching package: 'readr'

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

    edition_get, local_edition

Saving _problems/test-metaclustering-197.R
Saving _problems/test-patient-level_modeling-1052.R
Saving _problems/test-visualization-555.R
[ FAIL 3 | WARN 20 | SKIP 1 | PASS 676 ]

══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1):

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-metaclustering.R:192:5'): metaclustering result is the right shape ──
Error in `minimum_spanning_tree_prim_impl(graph = graph, weights = weights)`: REAL() can only be applied to a 'numeric', not a 'NULL'
Backtrace:
     ▆
  1. └─tidytof::tof_metacluster_flowsom(...) at test-metaclustering.R:192:5
  2.   └─tidytof:::MetaClustering(...)
  3.     └─tidytof:::DetermineNumberOfClusters(...)
  4.       └─tidytof (local) method(data, k = i, ...)
  5.         ├─base::suppressMessages(...)
  6.         │ └─base::withCallingHandlers(...)
  7.         └─FlowSOM::SOM(data, xdim = k, ydim = 1, rlen = 100)
  8.           └─FlowSOM:::Dist.MST(codes)
  9.             └─igraph::minimum.spanning.tree(fullGraph)
 10.               └─igraph::mst(...)
 11.                 └─igraph:::minimum_spanning_tree_prim_impl(graph = graph, weights = weights)
── Error ('test-patient-level_modeling.R:1050:1'): (code run outside of `test_that()`) ──
Error in `yardstick::roc_curve(dplyr::mutate(input_data, truth = dplyr::pull(input_data, {     {         truth_col     } })), {     {         prob_cols     } }, truth = "truth", event_level = "second")`: Must select at least one item.
Backtrace:
     ▆
  1. └─tidytof::tof_assess_model(bootstrap_multinomial_regression, new_data = feature_tibble) at test-patient-level_modeling.R:1050:1
  2.   └─tidytof:::tof_assess_model_new_data(tof_model = tof_model, new_data = new_data)
  3.     └─tidytof::tof_make_roc_curve(...)
  4.       ├─dplyr::mutate(...)
  5.       ├─yardstick::roc_curve(...)
  6.       └─yardstick:::roc_curve.data.frame(...)
  7.         └─yardstick::curve_metric_summarizer(...)
  8.           └─yardstick:::yardstick_eval_select_dots(..., data = data, error_call = error_call)
  9.             └─tidyselect::eval_select(...)
 10.               └─tidyselect:::eval_select_impl(...)
 11.                 ├─tidyselect:::with_subscript_errors(...)
 12.                 │ └─base::withCallingHandlers(...)
 13.                 └─tidyselect:::vars_select_eval(...)
 14.                   └─tidyselect:::ensure_named(...)
 15.                     └─tidyselect:::check_empty(pos, allow_empty, call = call)
 16.                       └─cli::cli_abort("Must select at least one item.", call = call)
 17.                         └─rlang::abort(...)
── Error ('test-visualization.R:553:1'): (code run outside of `test_that()`) ───
Error in `yardstick::roc_curve(dplyr::mutate(input_data, truth = dplyr::pull(input_data, {     {         truth_col     } })), {     {         prob_cols     } }, truth = "truth", event_level = "second")`: Must select at least one item.
Backtrace:
     ▆
  1. └─tidytof::tof_plot_model(multinomial_tof_model) at test-visualization.R:553:1
  2.   └─tidytof:::tof_plot_model_multinomial(...)
  3.     └─tidytof::tof_assess_model(tof_model = tof_model, new_data = new_data)
  4.       └─tidytof:::tof_assess_model_new_data(tof_model = tof_model, new_data = new_data)
  5.         └─tidytof::tof_make_roc_curve(...)
  6.           ├─dplyr::mutate(...)
  7.           ├─yardstick::roc_curve(...)
  8.           └─yardstick:::roc_curve.data.frame(...)
  9.             └─yardstick::curve_metric_summarizer(...)
 10.               └─yardstick:::yardstick_eval_select_dots(..., data = data, error_call = error_call)
 11.                 └─tidyselect::eval_select(...)
 12.                   └─tidyselect:::eval_select_impl(...)
 13.                     ├─tidyselect:::with_subscript_errors(...)
 14.                     │ └─base::withCallingHandlers(...)
 15.                     └─tidyselect:::vars_select_eval(...)
 16.                       └─tidyselect:::ensure_named(...)
 17.                         └─tidyselect:::check_empty(pos, allow_empty, call = call)
 18.                           └─cli::cli_abort("Must select at least one item.", call = call)
 19.                             └─rlang::abort(...)

[ FAIL 3 | WARN 20 | SKIP 1 | PASS 676 ]
Error:
! Test failures.
Execution halted

Example timings

tidytof.Rcheck/tidytof-Ex.timings

nameusersystemelapsed
as_SingleCellExperiment000
as_flowFrame0.0000.0010.000
as_flowSet0.0010.0000.000
as_seurat0.0000.0000.001
as_tof_tbl0.4450.0030.449
make_flowcore_annotated_data_frame000
reexports0.0010.0000.000
rev_asinh0.0000.0010.000
tidytof_example_data0.0010.0010.003
tof_analyze_abundance0.0000.0000.001
tof_analyze_abundance_diffcyt0.0010.0000.000
tof_analyze_abundance_glmm0.0000.0010.000
tof_analyze_abundance_ttest000
tof_analyze_expression0.0010.0000.000
tof_analyze_expression_diffcyt0.0000.0010.000
tof_analyze_expression_lmm000
tof_analyze_expression_ttest000
tof_annotate_clusters0.1090.0200.129
tof_apply_classifier000
tof_assess_channels0.0880.0100.097
tof_assess_clusters_distance0.4130.0810.494
tof_assess_clusters_entropy0.6740.0280.703
tof_assess_clusters_knn7.5510.1757.726
tof_assess_flow_rate0.9690.0090.978
tof_assess_flow_rate_tibble0.2810.0000.281
tof_assess_model0.3880.0040.393
tof_batch_correct000
tof_batch_correct_quantile000
tof_batch_correct_quantile_tibble0.0000.0000.001
tof_batch_correct_rescale000
tof_calculate_flow_rate0.0110.0010.012
tof_cluster0.4060.0180.424
tof_cluster_ddpr0.1820.0010.183
tof_cluster_flowsom4.6280.1194.748
tof_cluster_kmeans0.0310.0010.032
tof_cluster_phenograph1.4160.0301.445
tof_cosine_dist000
tof_create_grid0.0510.0030.054
tof_downsample0.1560.0120.169
tof_downsample_constant0.0630.0050.068
tof_downsample_density0.5550.0160.572
tof_downsample_prop0.0700.0020.071
tof_estimate_density0.3940.0110.405
tof_extract_central_tendency0.1630.0010.165
tof_extract_emd0.4330.0020.435
tof_extract_features0.4860.0020.488
tof_extract_jsd0.5010.0070.508
tof_extract_proportion0.1210.0000.121
tof_extract_threshold0.1470.0000.147
tof_find_knn0.1840.2500.434
tof_generate_palette000
tof_get_model_mixture0.2450.0020.247
tof_get_model_outcomes0.2460.0020.248
tof_get_model_penalty0.2010.0000.201
tof_get_model_training_data0.2440.0000.244
tof_get_model_type0.2210.0000.220
tof_get_model_x0.2240.0030.228
tof_get_model_y0.2330.0010.234
tof_get_panel0.0380.0000.038
tof_log_rank_test000
tof_make_knn_graph0.0010.0000.001
tof_make_roc_curve0.3090.0020.311
tof_metacluster0.6810.0060.687
tof_metacluster_consensus0.2730.0060.279