R Under development (unstable) (2023-10-18 r85349 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(CausalQueries) Loading required package: dplyr Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Loading required package: Rcpp > > test_check("CausalQueries") [ FAIL 0 | WARN 0 | SKIP 34 | PASS 6 ] ══ Skipped tests (34) ══════════════════════════════════════════════════════════ • On CRAN (34): 'test_data_helpers.R:8:1', 'test_data_strategy.R:8:1', 'test_draw_causal_type.R:5:1', 'test_get_ambiguity_matrix.R:8:1', 'test_get_causal_types.R:8:1', 'test_get_event_prob.R:8:1', 'test_get_nodal_types.R:8:1', 'test_get_query_types.R:8:1', 'test_get_type_prob.R:8:1', 'test_get_types.R:8:1', 'test_helpers.R:7:1', 'test_layering.R:9:1', 'test_lookuptype.R:10:1', 'test_make_data.R:8:1', 'test_make_model.R:8:1', 'test_make_par_values.R:4:1', 'test_map_query_to_causal_types.R:8:1', 'test_map_query_to_nodal_type.R:9:1', 'test_misc.R:8:1', 'test_observe.R:9:1', 'test_plot_dag.R:3:1', 'test_prep_stan_data.R:8:1', 'test_query_helpers.R:8:1', 'test_query_model.R:8:1', 'test_restrictions.R:8:1', 'test_reveal_outcomes.R:8:1', 'test_set_confounds.R:8:1', 'test_set_parameter_matrix.R:8:1', 'test_set_parameters.R:8:1', 'test_set_prior_distribution.R:9:1', 'test_set_priors.R:4:1', 'test_set_restrictions.R:6:1', 'test_simulate_data.R:8:1', 'test_update_model.R:9:1' [ FAIL 0 | WARN 0 | SKIP 34 | PASS 6 ] > > if (length(strsplit(packageDescription("CausalQueries")$Version, "\\.")[[1]]) > 3) { + Sys.setenv("RunAllRcppTests"="yes") + } > > proc.time() user system elapsed 2.92 0.31 3.07