############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:FLAMES.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings FLAMES_1.8.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/FLAMES.Rcheck’ * using R version 4.3.3 (2024-02-29) * using platform: aarch64-apple-darwin20 (64-bit) * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Ventura 13.6.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘FLAMES/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘FLAMES’ version ‘1.8.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 ... NOTE Found the following hidden files and directories: .BBSoptions These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘FLAMES’ can be installed ... NOTE Found the following notes/warnings: Non-staged installation was used See ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/FLAMES.Rcheck/00install.out’ for details. * used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’ * used SDK: ‘MacOSX11.3.sdk’ * checking C++ specification ... OK Not all R platforms support C++17 * 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 R 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 ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE annotation_to_fasta: no visible global function definition for 'write.table' generate_sc_sce: no visible binding for global variable 'FSM_match' plot_coverage: no visible binding for global variable 'x' plot_coverage: no visible binding for global variable 'transcript' plot_coverage: no visible binding for global variable 'length_bin' plot_demultiplex: no visible binding for global variable 'Freq' plot_demultiplex: no visible binding for global variable '.' plot_demultiplex: no visible binding for global variable 'x' plot_demultiplex: no visible binding for global variable 'FlankEditDist' plot_demultiplex: no visible binding for global variable 'n' plot_demultiplex: no visible binding for global variable 'BarcodeEditDist' plot_flagstat: no visible global function definition for 'everything' plot_flagstat: no visible binding for global variable 'name' plot_flagstat: no visible binding for global variable 'value' sc_DTU_analysis: no visible binding for global variable 'FSM_match' sc_DTU_analysis: no visible binding for global variable 'gene_id' sc_DTU_analysis: no visible binding for global variable '.' sc_DTU_analysis: no visible binding for global variable 'cell_id' sc_DTU_analysis: no visible binding for global variable 'cnt' sc_DTU_analysis: no visible binding for global variable 'tr_id' sc_DTU_analysis: no visible binding for global variable 'label' sc_DTU_analysis : filter_tr: no visible binding for global variable 'gene_id' sc_DTU_analysis : filter_tr: no visible global function definition for 'all_vars' sc_DTU_analysis : filter_tr: no visible binding for global variable '.' sc_DTU_analysis: no visible global function definition for 'all_vars' sc_heatmap_expression: no visible binding for global variable 'transcript_id' sc_heatmap_expression: no visible binding for global variable 'gene_id' sc_heatmap_expression : group_annotation: no visible binding for global variable 'heatmap_annotation_colors' sc_umap_expression: no visible binding for global variable 'transcript_id' sc_umap_expression: no visible binding for global variable 'gene_id' sc_umap_expression: no visible binding for global variable 'x' sc_umap_expression: no visible binding for global variable 'y' sc_umap_expression : plot_idx: no visible binding for global variable 'x' sc_umap_expression : plot_idx: no visible binding for global variable 'y' transcript_coverage: no visible binding for global variable 'mat' Undefined global functions or variables: . BarcodeEditDist FSM_match FlankEditDist Freq all_vars cell_id cnt everything gene_id heatmap_annotation_colors label length_bin mat n name tr_id transcript transcript_id value write.table x y Consider adding importFrom("utils", "write.table") to your NAMESPACE file. * 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 LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... NOTE GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘FLAMES-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: sc_heatmap_expression > ### Title: FLAMES heetmap plots > ### Aliases: sc_heatmap_expression > > ### ** Examples > > combined_sce <- combine_sce( + short_read_large = scmixology_lib90, + short_read_small = scmixology_lib10, + long_read_sce = scmixology_lib10_transcripts, + remove_duplicates = FALSE) Warning: sampleMap[['assay']] coerced with as.factor() > sc_heatmap_expression(gene = "ENSG00000108107", multiAssay = combined_sce) Running PCA for experiments(multiAssay)$gene_counts ... harmonizing input: removing 257 sampleMap rows with 'colname' not in colnames of experiments removing 236 colData rownames not in sampleMap 'primary' Running UMAP for experiments(multiAssay)$gene_counts ... Error in irlba::irlba(L, nv = n, nu = 0, maxit = iters) : function 'as_cholmod_sparse' not provided by package 'Matrix' Calls: sc_heatmap_expression ... irlba_tsvd_normalized_laplacian_init -> irlba_spectral_tsvd Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... 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, 5 NOTEs See ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/FLAMES.Rcheck/00check.log’ for details.