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:36 -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 kjohnson3

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: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:tidytof.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings tidytof_1.6.0.tar.gz
StartedAt: 2026-04-29 22:37:15 -0400 (Wed, 29 Apr 2026)
EndedAt: 2026-04-29 22:39:41 -0400 (Wed, 29 Apr 2026)
EllapsedTime: 145.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: tidytof.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/tidytof.Rcheck’
* using R version 4.6.0 Patched (2026-04-24 r89963)
* 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-04-30 02:37:15 UTC
* using option ‘--no-vignettes’
* 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: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
* used SDK: ‘MacOSX26.2.sdk’
* 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 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 4                   
 2 1                   
 3 4                   
 4 4                   
 5 4                   
 6 1                   
 7 4                   
 8 4                   
 9 4                   
10 4                   
# ℹ 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
* 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 running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 ERRORs
See
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/tidytof.Rcheck/00check.log’
for details.


Installation output

tidytof.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6/Resources/library’
* installing *source* package ‘tidytof’ ...
** this is package ‘tidytof’ version ‘1.6.0’
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’
using SDK: ‘MacOSX26.2.sdk’
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.6/Resources/library/Rcpp/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c code.cpp -o code.o
clang++ -arch arm64 -std=gnu++20 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o tidytof.so RcppExports.o code.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Library/Frameworks/R.framework/Versions/4.6/Resources/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 Patched (2026-04-24 r89963) -- "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.

> 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.079   0.026   0.099 

tidytof.Rcheck/tests/testthat.Rout.fail


R version 4.6.0 Patched (2026-04-24 r89963) -- "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.

> 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_SingleCellExperiment0.0000.0000.001
as_flowFrame000
as_flowSet000
as_seurat000
as_tof_tbl0.1630.0010.164
make_flowcore_annotated_data_frame000
reexports0.0010.0000.000
rev_asinh0.0000.0000.001
tidytof_example_data0.0010.0000.001
tof_analyze_abundance000
tof_analyze_abundance_diffcyt0.0000.0000.001
tof_analyze_abundance_glmm000
tof_analyze_abundance_ttest000
tof_analyze_expression000
tof_analyze_expression_diffcyt000
tof_analyze_expression_lmm000
tof_analyze_expression_ttest0.0000.0010.000
tof_annotate_clusters0.0360.0010.038
tof_apply_classifier000
tof_assess_channels0.0230.0010.023
tof_assess_clusters_distance0.1320.0100.142
tof_assess_clusters_entropy0.2230.0040.226
tof_assess_clusters_knn2.1940.0022.204
tof_assess_flow_rate0.3050.0020.307
tof_assess_flow_rate_tibble0.0860.0010.088
tof_assess_model0.1270.0030.130
tof_batch_correct000
tof_batch_correct_quantile000
tof_batch_correct_quantile_tibble000
tof_batch_correct_rescale000
tof_calculate_flow_rate0.0040.0000.005
tof_cluster0.1360.0010.137
tof_cluster_ddpr0.0600.0020.063
tof_cluster_flowsom1.7510.0551.817
tof_cluster_kmeans0.0110.0000.011
tof_cluster_phenograph0.4620.0100.472
tof_cosine_dist0.0000.0000.001
tof_create_grid0.0130.0000.013
tof_downsample0.050.000.05
tof_downsample_constant0.0190.0000.019
tof_downsample_density0.2330.0020.235
tof_downsample_prop0.0180.0000.019
tof_estimate_density0.1800.0010.182
tof_extract_central_tendency0.0490.0010.049
tof_extract_emd0.1210.0020.124
tof_extract_features0.1420.0010.143
tof_extract_jsd0.1530.0190.175
tof_extract_proportion0.0360.0010.036
tof_extract_threshold0.0440.0000.045
tof_find_knn0.0920.0660.158
tof_generate_palette000
tof_get_model_mixture0.0650.0000.066
tof_get_model_outcomes0.0670.0000.067
tof_get_model_penalty0.0630.0010.063
tof_get_model_training_data0.070.000.07
tof_get_model_type0.0540.0010.054
tof_get_model_x0.0540.0010.054
tof_get_model_y0.0530.0000.054
tof_get_panel0.0100.0010.010
tof_log_rank_test000
tof_make_knn_graph000
tof_make_roc_curve0.0840.0010.085
tof_metacluster0.1950.0100.205
tof_metacluster_consensus0.0860.0060.107