R version 4.4.0 beta (2024-04-12 r86412 ucrt) -- "Puppy Cup" 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(CausalGPS) **** The CausalGPS version 0.5.x will undergo significant design changes. Please be prepared to update your code accordingly, or consider continuing with version 0.4.x until you are ready to update. **** > > Sys.setenv("R_TESTS" = "") > library(testthat) > test_check("CausalGPS") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 35 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test-CausalGPS_smooth.R:3:4', 'test-absolute_corr_fun.R:4:3', 'test-absolute_weighted_corr_fun.R:4:3', 'test-check_arguments.R:2:3', 'test-check_covar_balance.R:2:1', 'test-check_covar_balance.R:59:1', 'test-check_kolmogorov_smirnov.R:2:3', 'test-compile_pseudo_pop.R:3:3', 'test-compute_density.R:3:3', 'test-compute_minmax.R:3:3', 'test-compute_outer.R:3:3', 'test-compute_resid.R:3:3', 'test-create_weighting.R:3:3', 'test-create_weighting.R:37:3', 'test-estimate_gps.R:3:3', 'test-estimate_gps.R:51:3', 'test-estimate_gps.R:71:3', 'test-estimate_gps.R:93:3', 'test-estimate_gps.R:124:3', 'test-estimate_hat_vals.R:3:3', 'test-estimate_npmetric_erf.R:2:3', 'test-estimate_npmetric_erf.R:44:3', 'test-estimate_pmetric_erf.R:5:3', 'test-estimate_semipmetric_erf.R:4:3', 'test-generate_pseudo_pop.R:2:3', 'test-generate_pseudo_pop.R:325:3', 'test-generate_synthetic_data.R:4:3', 'test-generate_wrap_sl_lib.R:3:3', 'test-matching_fn.R:3:3', 'test-set_logger.R:3:5', 'test-smooth_erf.R:3:3', 'test-train_it.R:3:3', 'test-train_it.R:18:3', 'test-trim_gps.R:3:3' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 35 ] > > proc.time() user system elapsed 2.20 0.21 2.40