Back to Multiple platform build/check report for BioC 3.23:   simplified   long
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2026-01-21 11:35 -0500 (Wed, 21 Jan 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4805
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences" 4539
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 1075/2343HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ISAnalytics 1.21.0  (landing page)
Francesco Gazzo
Snapshot Date: 2026-01-20 13:40 -0500 (Tue, 20 Jan 2026)
git_url: https://git.bioconductor.org/packages/ISAnalytics
git_branch: devel
git_last_commit: e37fd79
git_last_commit_date: 2025-10-29 11:01:52 -0500 (Wed, 29 Oct 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for ISAnalytics on kjohnson3

To the developers/maintainers of the ISAnalytics package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ISAnalytics.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: ISAnalytics
Version: 1.21.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ISAnalytics.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ISAnalytics_1.21.0.tar.gz
StartedAt: 2026-01-20 20:26:14 -0500 (Tue, 20 Jan 2026)
EndedAt: 2026-01-20 20:30:19 -0500 (Tue, 20 Jan 2026)
EllapsedTime: 245.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: ISAnalytics.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/ISAnalytics.Rcheck’
* using R Under development (unstable) (2026-01-15 r89304)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 16.0.0 (clang-1600.0.26.6)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘ISAnalytics/DESCRIPTION’ ... OK
* this is package ‘ISAnalytics’ version ‘1.21.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 22 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* 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 ‘ISAnalytics’ can be installed ... OK
* checking installed package size ... INFO
  installed size is  8.3Mb
  sub-directories of 1Mb or more:
    data   5.8Mb
* 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 ... NOTE
checkRd: (-1) refGenes_hg19.Rd:21: Lost braces; missing escapes or markup?
    21 | \item Download from {http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/}
       |                     ^
* 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
import_parallel_Vispa2Matrices 1.174  0.103   7.430
sharing_venn                   1.016  0.046  12.382
* 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:
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 832 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test-population-size-estimate.R:605:5'): .re_agg_and_estimate works as expected - less tps ──
  Error: Invalid index: out of bounds
  Backtrace:
      ▆
   1. └─ISAnalytics:::.re_agg_and_estimate(...) at test-population-size-estimate.R:605:5
   2.   ├─groups_dfs[[i]]
   3.   └─vctrs:::`[[.vctrs_list_of`(groups_dfs, i)
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 832 ]
  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.23-bioc/meat/ISAnalytics.Rcheck/00check.log’
for details.


Installation output

ISAnalytics.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’
* installing *source* package ‘ISAnalytics’ ...
** this is package ‘ISAnalytics’ version ‘1.21.0’
** using staged installation
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ISAnalytics)

Tests output

ISAnalytics.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2026-01-15 r89304) -- "Unsuffered Consequences"
Copyright (C) 2026 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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(ISAnalytics)
> 
> test_check("ISAnalytics")
Loading required namespace: plotly
Loading required namespace: rmarkdown
2026-01-20 20:28:25.321 R[57655:790102712] XType: Using static font registry.
Report correctly saved
i Report saved to: /var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpDfwHQR/filee1374a39c315/2026-01-20_collision_removal_report.html
Saving _problems/test-population-size-estimate-631.R
Report correctly saved
i Report saved to: /var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpDfwHQR/filee13749077115/2026-01-20_outlier_test_pool_fragments_report.html
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 832 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-population-size-estimate.R:605:5'): .re_agg_and_estimate works as expected - less tps ──
Error: Invalid index: out of bounds
Backtrace:
    ▆
 1. └─ISAnalytics:::.re_agg_and_estimate(...) at test-population-size-estimate.R:605:5
 2.   ├─groups_dfs[[i]]
 3.   └─vctrs:::`[[.vctrs_list_of`(groups_dfs, i)

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

Example timings

ISAnalytics.Rcheck/ISAnalytics-Ex.timings

nameusersystemelapsed
CIS_grubbs0.3270.0150.362
CIS_grubbs_overtime0.7720.0883.304
CIS_volcano_plot0.5450.0120.578
HSC_population_plot0.4900.0142.767
HSC_population_size_estimate0.3660.0112.585
NGSdataExplorer000
aggregate_metadata0.0310.0010.033
aggregate_values_by_key0.0270.0010.028
annotation_issues0.0100.0010.011
as_sparse_matrix0.0170.0000.019
available_outlier_tests000
available_tags0.0110.0000.011
blood_lineages_default0.0060.0000.006
circos_genomic_density000
clinical_relevant_suspicious_genes0.0040.0000.004
comparison_matrix0.0090.0000.009
compute_abundance0.0160.0010.016
compute_near_integrations0.4230.0224.422
cumulative_count_union000
cumulative_is0.0550.0010.063
date_formats0.0000.0000.001
default_af_transform000
default_iss_file_prefixes000
default_meta_agg0.0040.0000.004
default_rec_agg_lambdas000
default_report_path0.0020.0010.003
default_stats0.3450.0130.365
enable_progress_bars0.1590.0010.162
export_ISA_settings0.0270.0000.028
fisher_scatterplot0.4060.0170.427
gene_frequency_fisher0.4790.0120.498
generate_Vispa2_launch_AF0.0710.0120.088
generate_blank_association_file0.0050.0010.006
generate_default_folder_structure0.1330.0630.159
import_ISA_settings0.0200.0010.020
import_Vispa2_stats0.6810.0893.420
import_association_file0.1980.0800.246
import_parallel_Vispa2Matrices1.1740.1037.430
import_single_Vispa2Matrix0.3570.0750.404
inspect_tags0.0040.0000.004
integration_alluvial_plot1.2880.0454.318
is_sharing0.6050.0163.830
iss_source0.6430.0174.251
known_clinical_oncogenes0.0040.0000.005
mandatory_IS_vars0.0310.0030.034
matching_options000
outlier_filter0.0530.0030.056
outliers_by_pool_fragments0.0470.0010.050
pcr_id_column0.0060.0000.006
purity_filter0.1090.0020.112
quantification_types000
realign_after_collisions0.5180.0183.216
reduced_AF_columns0.0130.0000.013
refGene_table_cols0.0000.0010.000
remove_collisions0.5110.0103.213
reset_mandatory_IS_vars0.0010.0010.002
sample_statistics0.1040.0160.132
separate_quant_matrices0.0070.0000.010
set_mandatory_IS_vars0.0270.0010.028
set_matrix_file_suffixes0.0060.0010.008
sharing_heatmap0.7850.0274.409
sharing_venn 1.016 0.04612.382
threshold_filter0.0000.0010.000
top_abund_tableGrob0.2170.0020.235
top_cis_overtime_heatmap0.7650.0314.205
top_integrations0.0100.0010.011
top_targeted_genes0.1320.0060.152
transform_columns0.0070.0000.007