R Under development (unstable) (2024-06-13 r86735 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(CohortSymmetry) > > test_check("CohortSymmetry") Joining with `by = join_by(days_prior_observation, washout_window, index_marker_gap, combination_window, confidence_interval, moving_average_restriction, cdm_name)` ! The following column type were changed: * result_id: from character to integer Joining with `by = join_by(days_prior_observation, washout_window, index_marker_gap, combination_window, confidence_interval, moving_average_restriction, cdm_name)` ! The following column type were changed: * result_id: from character to integer Joining with `by = join_by(cdm_name, days_prior_observation, washout_window, index_marker_gap, combination_window, timescale)` ! The following column type were changed: * result_id: from character to integer * variable_level: from integer to character * estimate_value: from integer to character -- 1 combination of 4 had index always before marker Joining with `by = join_by(days_prior_observation, washout_window, index_marker_gap, combination_window, confidence_interval, moving_average_restriction, cdm_name)` ! The following column type were changed: * result_id: from character to integer Joining with `by = join_by(cdm_name, days_prior_observation, washout_window, index_marker_gap, combination_window, timescale)` ! The following column type were changed: * result_id: from character to integer * variable_level: from integer to character * estimate_value: from integer to character Joining with `by = join_by(cdm_name, days_prior_observation, washout_window, index_marker_gap, combination_window, timescale)` ! The following column type were changed: * result_id: from character to integer * variable_level: from integer to character * estimate_value: from integer to character Joining with `by = join_by(cdm_name, days_prior_observation, washout_window, index_marker_gap, combination_window, timescale)` ! The following column type were changed: * result_id: from character to integer * variable_level: from integer to character * estimate_value: from integer to character [ FAIL 0 | WARN 105 | SKIP 53 | PASS 64 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (53): 'test-attrition.R:2:3', 'test-attrition.R:59:3', 'test-attrition.R:141:3', 'test-attrition.R:287:3', 'test-attrition.R:366:3', 'test-attrition.R:426:3', 'test-attrition.R:553:3', 'test-attrition.R:726:3', 'test-displayTable.R:28:3', 'test-displayTable.R:54:3', 'test-displayTable.R:80:3', 'test-eunomia.R:2:3', 'test-generateSequenceCohortSet.R:3:3', 'test-generateSequenceCohortSet.R:20:3', 'test-generateSequenceCohortSet.R:58:3', 'test-generateSequenceCohortSet.R:78:3', 'test-generateSequenceCohortSet.R:98:3', 'test-generateSequenceCohortSet.R:151:3', 'test-generateSequenceCohortSet.R:203:3', 'test-generateSequenceCohortSet.R:257:3', 'test-generateSequenceCohortSet.R:286:3', 'test-generateSequenceCohortSet.R:328:3', 'test-generateSequenceCohortSet.R:705:3', 'test-generateSequenceCohortSet.R:789:3', 'test-generateSequenceCohortSet.R:802:3', 'test-generateSequenceCohortSet.R:814:3', 'test-generateSequenceCohortSet.R:826:3', 'test-generateSequenceCohortSet.R:838:3', 'test-generateSequenceCohortSet.R:856:3', 'test-generateSequenceCohortSet.R:874:3', 'test-generateSequenceCohortSet.R:886:3', 'test-generateSequenceCohortSet.R:897:3', 'test-generateSequenceCohortSet.R:908:3', 'test-generateSequenceCohortSet.R:932:3', 'test-plotSequenceRatio.R:41:3', 'test-plotSequenceRatio.R:85:3', 'test-plotTemporalSymmetry.R:42:3', 'test-plotTemporalSymmetry.R:86:3', 'test-summariseSequenceRatios.R:65:3', 'test-summariseSequenceRatios.R:130:3', 'test-summariseSequenceRatios.R:197:3', 'test-summariseSequenceRatios.R:405:3', 'test-summariseSequenceRatios.R:508:3', 'test-summariseSequenceRatios.R:584:3', 'test-summariseSequenceRatios.R:738:3', 'test-summariseSequenceRatios.R:776:3', 'test-summariseSequenceRatios.R:814:3', 'test-summariseSequenceRatios.R:852:3', 'test-summariseTemporalSymmetry.R:73:3', 'test-summariseTemporalSymmetry.R:98:3', 'test-summariseTemporalSymmetry.R:156:3', 'test-test-dbs.R:2:3', 'test-test-dbs.R:50:3' [ FAIL 0 | WARN 105 | SKIP 53 | PASS 64 ] > > proc.time() user system elapsed 205.53 17.76 195.31