R Under development (unstable) (2024-05-28 r86639 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(secuTrialR) Attaching package: 'secuTrialR' The following objects are masked from 'package:base': units, units<- > > test_check("secuTrialR") [ FAIL 0 | WARN 0 | SKIP 30 | PASS 4 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test-annual_recruitment.R:3:1', 'test-asdataframe.R:3:1', 'test-assess_form_variable_completeness.R:3:1', 'test-build_secuTrial_url.R:3:1', 'test-completeness.R:3:1', 'test-dates_secutrial.R:3:1', 'test-diff_secuTrial.R:3:1', 'test-encoding.R:3:1', 'test-export_options_warnings.R:3:1', 'test-factorize_secutrial.R:3:1', 'test-get.R:3:1', 'test-id_conversion.R:3:1', 'test-internal_functions.R:3:1', 'test-labels_secutrial.R:3:1', 'test-links_secuTrial.R:3:1', 'test-plot_recruitment.R:3:1', 'test-printmethod_secutrial.R:3:1', 'test-read_export_options.R:3:1', 'test-read_export_options_languages.R:3:1', 'test-read_export_table.R:3:1', 'test-read_secuTrial.R:3:1', 'test-read_secuTrial_raw.R:3:1', 'test-read_validation_overview.R:3:1', 'test-return_hidden_items.R:3:1', 'test-return_random_participants.R:3:1', 'test-return_scores.R:3:1', 'test-subset.R:3:1', 'test-version_diff.R:3:1', 'test-visit_structure.R:3:1', 'test-write_secuTrial.R:3:1' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 4 ] > > proc.time() user system elapsed 4.01 0.95 4.56