R Under development (unstable) (2025-02-08 r87709 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > library(testthat) > library(Rforestry) ## ## Rforestry (Version 0.11.0.0, Build Date: ) ## See https://github.com/forestry-labs for additional documentation. ## Please cite software as: ## Soren R. Kunzel, Theo F. Saarinen, Edward W. Liu, Jasjeet S. Sekhon. 2019. ## ''Linear Aggregation in Tree-based Estimators.'' arXiv preprint ## arXiv:1906.06463. https://arxiv.org/abs/1906.06463 ## > > test_check("Rforestry") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 448 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • Not run on non-mac platforms due to non-deterministic randomness in implementation of std::uniform_int_distribution across different compilers. Test cases were written only for macOS (clang). We have not had time to write tests for other compilers like gcc yet. (9): 'test-OOBpredictions.R:26:3', 'test-compute_rf_lp.R:33:3', 'test-forestry.R:31:3', 'test-imputation_monotonicity.R:45:3', 'test-impute_features.R:18:1', 'test-max-depth.R:28:3', 'test-multilayerForestry.R:32:3', 'test-observationWeights.R:31:3', 'test-terminalNodes.R:18:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 448 ] > > proc.time() user system elapsed 57.73 2.85 35.06