R Under development (unstable) (2024-01-23 r85822 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. > library(testthat) > library(familiar) > > test_check("familiar") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 66 | PASS 4647 ] ══ Skipped tests (66) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-0_plot_calibration.R:2:1', 'test-0_plot_ice_a.R:2:1', 'test-0_plot_sample_clustering_a.R:2:1', 'test-0_plot_ice_b.R:2:1', 'test-0_plot_sample_clustering_b.R:2:1', 'test-0_preprocessing_clustering.R:2:1', 'test-apply.R:2:1', 'test-as_data_object.R:1:1', 'test-0_vimp_rfsrc_S4.R:5:1', 'test-batch_normalisation.R:2:1', 'test-dynamic_model_loading.R:1:1', 'test-experiment_data.R:2:1', 'test-experimental_design.R:1:1', 'test-export_calibration_info.R:2:1', 'test-export_hyperparameters.R:2:1', 'test-export_ice.R:2:1', 'test-export_prediction_data.R:2:1', 'test-export_risk_stratification_info.R:2:1', 'test-export_sample_clustering.R:2:1', 'test-familiar_data_creation.R:2:1', 'test-function_wrappers.R:1:1', 'test-hyperparameter_optimisation.R:2:1', 'test-imputation.R:2:1', 'test-learner_cox_s4.R:5:1', 'test-learner_glm_S4.R:5:1', 'test-learner_glmnet_S4.R:7:1', 'test-learner_knn_S4.R:5:1', 'test-learner_mboost_lm_S4.R:5:1', 'test-learner_mboost_tree_S4.R:5:1', 'test-learner_naive_bayes_S4.R:5:1', 'test-learner_ranger_s4.R:5:1', 'test-learner_rfsrc_s4.R:5:1', 'test-learner_survival_regression_S4.R:5:1', 'test-learner_svm_S4.R:7:1', 'test-learner_xgboost_dart_S4.R:5:1', 'test-learner_xgboost_lm_S4.R:5:1', 'test-learner_xgboost_tree_S4.R:5:1', 'test-metric_confusion_matrix_metrics_S4.R:80:1', 'test-metric_regression_S4.R:55:1', 'test-naive_model.R:1:1', 'test-novelty_isolation_forest_S4.R:5:1', 'test-novelty_none_S4.R:5:1', 'test-object_conversion.R:2:1', 'test-parallel_backend.R:1:1', 'test-plot_auc_curves.R:2:1', 'test-plot_confusion_matrix.R:2:1', 'test-plot_decision_curve.R:2:1', 'test-plot_feature_similarity.R:2:1', 'test-plot_kaplan_meier_curve.R:2:1', 'test-plot_model_performance.R:2:1', 'test-plot_model_ranks.R:2:1', 'test-plot_permutation_variable_importance.R:2:1', 'test-plot_univariate_importance.R:2:1', 'test-predict.R:2:1', 'test-process_time.R:1:1', 'test-subsampling_functions.R:2:1', 'test-train_familiar.R:1:1', 'test-vimp_concordance_S4.R:4:1', 'test-vimp_corelearn_S4.R:7:1', 'test-vimp_correlation_S4.R:4:1', 'test-vimp_glmnet_S4.R:7:1', 'test-vimp_mutual_information_S4.R:5:1', 'test-vimp_ranger_S4.R:5:1', 'test-vimp_regression_S4.R:5:1' • Skip hyperparameter optimisation, unless manual. (1): 'test-sample_weights.R:86:1' • Testing object updates should be done manually. (1): 'test-update_object.R:1:1' [ FAIL 0 | WARN 0 | SKIP 66 | PASS 4647 ] > > proc.time() user system elapsed 21.85 1.37 146.07