R Under development (unstable) (2026-01-30 r89357 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(RcppTskit) > > test_check("RcppTskit") Object of class 'TreeSequence' $ts property value 1 num_samples 160 2 sequence_length 10000 3 num_trees 26 4 time_units generations 5 min_time 0 6 max_time 7.47028168974859 7 has_metadata FALSE $tables table number has_metadata 1 provenances 2 NA 2 populations 1 TRUE 3 migrations 0 FALSE 4 individuals 80 FALSE 5 nodes 344 FALSE 6 edges 414 FALSE 7 sites 2376 FALSE 8 mutations 2700 FALSE Object of class 'TreeSequence' $ts property value 1 num_samples 160 2 sequence_length 10000 3 num_trees 26 4 time_units generations 5 min_time 0 6 max_time 7.47028168974859 7 has_metadata TRUE $tables table number has_metadata 1 provenances 2 NA 2 populations 1 TRUE 3 migrations 0 FALSE 4 individuals 81 TRUE 5 nodes 344 FALSE 6 edges 414 FALSE 7 sites 2376 FALSE 8 mutations 2700 FALSE [ FAIL 0 | WARN 0 | SKIP 4 | PASS 123 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_get_tskit_py.R:14:5', 'test_r_to_py_and_py_to_r.R:12:3' • You have to compile with -DTSK_TRACE_ERRORS to run these tests. See src/Makevars.in. (1): 'test_misc.R:20:3' • tskit module not available for check_tskit_py tests. (1): 'test_get_tskit_py.R:88:5' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 123 ] > > proc.time() user system elapsed 3.14 0.70 4.32