* using log directory ‘/Users/ripley/R/packages/tests-devel/delma.Rcheck’ * using R Under development (unstable) (2025-12-16 r89178) * using platform: aarch64-apple-darwin25.2.0 * R was compiled by Apple clang version 17.0.0 (clang-1700.6.3.2) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.2 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘delma/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘delma’ version ‘0.1.1’ * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘delma’ 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 ... 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 use of S3 registration ... 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘delma-Ex.R’ failed The error most likely occurred in: > ### Name: check_metadata > ### Title: Check validity of a metadata statement > ### Aliases: check_metadata > > ### ** Examples > > source_file <- system.file("extdata", + "bionet_metadata.xml", + package = "delma") > check_metadata(source_file) ── `check_metadata()` result: ── ── Error in `NA` NA ── Error in `import` from http://www.w3.org/2001/XMLSchema Failed to locate a schema at location 'http://www.w3.org/2001/xml.xsd'. Skipping the import. ── Error in `NA` NA ── Error in `import` from http://www.w3.org/2001/XMLSchema Failed to locate a schema at location 'http://rs.gbif.org/schema/xml.xsd'. Skipping the import. ── Error in `NA` Error in `purrr::map()`: ℹ In index: 5. ℹ With name: 5. Caused by error: ! Could not parse cli `{}` expression: `http://www.w3.org/X…`. Caused by error: ! :1:6: unexpected '/' 1: http:/ ^ Backtrace: ▆ 1. ├─delma::check_metadata(source_file) 2. │ └─delma:::print_xsd_messages(result) 3. │ └─purrr::map(split(df, seq_len(nrow(df))), ~format_messages_from_checks(.x)) 4. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 5. │ ├─purrr:::with_indexed_errors(...) 6. │ │ └─base::withCallingHandlers(...) 7. │ ├─purrr:::call_with_cleanup(...) 8. │ └─delma (local) .f(.x[[i]], ...) 9. │ └─delma:::format_messages_from_checks(.x) 10. │ └─cli::cli_text(m) 11. │ ├─cli:::cli__message(...) 12. │ │ └─"id" %in% names(args) 13. │ └─cli:::glue_cmd(..., .envir = .envir, .call = sys.call()) 14. │ └─cli:::glue(...) 15. ├─cli (local) ``("http://www.w3.org/XML/1998/namespace") 16. │ ├─.transformer(expr, .envir) %||% character() 17. │ └─cli (local) .transformer(expr, .envir) 18. │ ├─parse(text = code, keep.source = FALSE) %??% ... 19. │ │ └─chain_error(expr, err, srcref = utils::getSrcref(sys.call())) 20. │ │ └─base::withCallingHandlers(...) 21. │ └─base::parse(text = code, keep.source = FALSE) 22. ├─base::.handleSimpleError(...) 23. │ └─h(simpleError(msg, call)) 24. │ └─throw_error(err, parent = e) 25. │ └─base::signalCondition(cond) 26. └─purrr (local) ``(``) 27. └─cli::cli_abort(...) 28. └─rlang::abort(...) 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 ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/delma.Rcheck/00check.log’ for details. 28.54 real 20.24 user 6.83 sys