############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:gDRutils.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings gDRutils_1.5.6.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/gDRutils.Rcheck’ * using R Under development (unstable) (2024-11-24 r87369) * using platform: aarch64-unknown-linux-gnu * R was compiled by aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: openEuler 24.03 (LTS) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘gDRutils/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘gDRutils’ version ‘1.5.6’ * 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 ‘gDRutils’ can be installed ... OK * 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 ...Warning: program compiled against libxml 212 using older 211 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 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 ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: SE_metadata.Rd: SummarizedExperiment-class convert_mae_assay_to_dt.Rd: SummarizedExperiment-class, MultiAssayExperiment-class convert_se_assay_to_dt.Rd: SummarizedExperiment-class is_exp_empty.Rd: SummarizedExperiment-class split_SE_components.Rd: SummarizedExperiment-class validate_se_assay_name.Rd: SummarizedExperiment-class Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘gDRutils-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: validate_mae_with_schema > ### Title: Validate MAE against a schema. > ### Aliases: validate_mae_with_schema > ### Keywords: json_convert > > ### ** Examples > > mae <- get_synthetic_data("finalMAE_small") > validate_mae_with_schema(mae) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/V8/libs/V8.so': libnode.so.72: cannot open shared object file: No such file or directory Calls: validate_mae_with_schema ... jsonvalidate_js -> loadNamespace -> library.dynam -> dyn.load Execution halted * 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: Backtrace: ▆ 1. ├─testthat::expect_true(validate_json(sejson, schema_path = schema_path)) at test-json_validate.R:31:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─gDRutils::validate_json(sejson, schema_path = schema_path) 5. │ └─jsonvalidate::json_validator(schema_path, engine = "ajv") 6. │ └─jsonvalidate:::jsonvalidate_js() 7. └─base::loadNamespace(x) 8. └─base::library.dynam(lib, package, package.lib) 9. └─base::dyn.load(file, DLLpath = DLLpath, ...) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 696 ] 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, 1 NOTE See ‘/home/biocbuild/bbs-3.21-bioc/meat/gDRutils.Rcheck/00check.log’ for details.