R Under development (unstable) (2024-06-25 r86831 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > > if ( requireNamespace("tinytest", quietly = TRUE) ){ + home <- length(unclass(packageVersion("gbm"))[[1L]]) == 4 + tinytest::test_package("gbm", at_home = home) + } Loaded gbm 2.2.2 This version of gbm is no longer under development. Consider transitioning to gbm3, https://github.com/gbm-developers/gbm3 test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests CV: 1 CV: 2 CV: 3 CV: 4 CV: 5 test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 0 tests test_bernoulli.R.............. 1 tests OK 4.5s test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests CV: 1 CV: 2 CV: 3 CV: 4 CV: 5 test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 0 tests test_coxph.R.................. 1 tests OK 12.3s test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests CV: 1 CV: 2 CV: 3 CV: 4 CV: 5 CV: 6 CV: 7 CV: 8 CV: 9 CV: 10 test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 0 tests test_least_squares.R.......... 1 tests OK test_least_squares.R.......... 2 tests OK 7.0s test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests Distribution not specified, assuming bernoulli ... CV: 1 CV: 2 CV: 3 CV: 4 CV: 5 test_relative_influence.R..... 0 tests n.trees not given. Using 1000 trees. test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 0 tests test_relative_influence.R..... 1 tests OK 10.8s All ok, 5 results (34.6s) > > > proc.time() user system elapsed 35.71 0.29 36.01