CRAN Package Check Results for Package maths.genealogy

Last updated on 2025-03-06 01:51:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.1.1 1.86 37.39 39.25 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 37.01 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 79.93 ERROR
r-devel-macos-arm64 0.1.1 52.00 OK
r-devel-macos-x86_64 0.1.1 66.00 OK
r-patched-linux-x86_64 0.1.1 OK
r-release-macos-arm64 0.1.1 49.00 OK
r-release-macos-x86_64 0.1.1 77.00 OK
r-release-windows-x86_64 0.1.1 4.00 82.00 86.00 OK
r-oldrel-macos-arm64 0.1.1 52.00 OK
r-oldrel-macos-x86_64 0.1.1 75.00 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR Running examples in ‘maths.genealogy-Ex.R’ failed The error most likely occurred in: > ### Name: disciplines > ### Title: Mathematical discipline IDs > ### Aliases: disciplines > > ### ** Examples > > # Lookup the ID of any discipline involving the partial word "stat" > disciplines("stat") id discipline 45 62 Statistics 54 82 Statistical mechanics, structure of matter > > # Use a regular expression to only exactly match the whole word Statistics and nothing else > disciplines("^statistics$") id discipline 45 62 Statistics > > # Use the above to search only for statisticians with the first name Louis > search_id(given = "Louis", discipline = disciplines("^statistics$")$id) Error in `search_id()`: ✖ No matches found for this search. Backtrace: ▆ 1. └─maths.genealogy::search_id(given = "Louis", discipline = disciplines("^statistics$")$id) 2. └─cli::cli_abort(c(x = "No matches found for this search.")) 3. └─rlang::abort(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc