R Under development (unstable) (2024-01-07 r85787 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(drugdevelopR) Loading required package: doParallel Loading required package: foreach Loading required package: iterators Loading required package: parallel > > test_check("drugdevelopR") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 83 | PASS 91 ] ══ Skipped tests (83) ══════════════════════════════════════════════════════════ • On CRAN (83): 'test-functions_multiple_normal.R:2:3', 'test-functions_multiple_normal.R:23:3', 'test-functions_multiple_tte.R:4:3', 'test-functions_multiple_tte.R:25:3', 'test-functions_multiple_tte.R:34:3', 'test-functions_multiple_tte.R:49:3', 'test-functions_multiple_tte.R:56:3', 'test-functions_multitrial.R:4:3', 'test-functions_multitrial.R:20:3', 'test-functions_multitrial.R:36:3', 'test-functions_multitrial.R:46:3', 'test-functions_multitrial.R:53:3', 'test-functions_multitrial.R:66:3', 'test-functions_multitrial.R:82:3', 'test-functions_multitrial.R:98:3', 'test-functions_multitrial.R:108:3', 'test-functions_multitrial.R:118:3', 'test-functions_multitrial.R:125:3', 'test-functions_multitrial.R:132:3', 'test-functions_multitrial.R:141:3', 'test-functions_multitrial.R:157:3', 'test-functions_multitrial.R:176:3', 'test-functions_multitrial.R:182:3', 'test-functions_multitrial.R:189:3', 'test-functions_multitrial.R:199:3', 'test-functions_multitrial_binary.R:4:3', 'test-functions_multitrial_binary.R:22:3', 'test-functions_multitrial_binary.R:40:3', 'test-functions_multitrial_binary.R:53:3', 'test-functions_multitrial_binary.R:71:3', 'test-functions_multitrial_binary.R:89:3', 'test-functions_multitrial_binary.R:97:3', 'test-functions_multitrial_binary.R:105:3', 'test-functions_multitrial_binary.R:115:3', 'test-functions_multitrial_binary.R:133:3', 'test-functions_multitrial_binary.R:144:3', 'test-functions_multitrial_binary.R:156:3', 'test-functions_multitrial_binary.R:170:3', 'test-functions_multitrial_normal.R:4:3', 'test-functions_multitrial_normal.R:22:3', 'test-functions_multitrial_normal.R:40:3', 'test-functions_multitrial_normal.R:53:3', 'test-functions_multitrial_normal.R:71:3', 'test-functions_multitrial_normal.R:89:3', 'test-functions_multitrial_normal.R:101:3', 'test-functions_multitrial_normal.R:113:3', 'test-functions_multitrial_normal.R:149:3', 'test-functions_multitrial_normal.R:169:3', 'test-optimal_bias.R:2:3', 'test-optimal_bias.R:19:3', 'test-optimal_bias.R:36:3', 'test-optimal_bias.R:53:3', 'test-optimal_bias.R:70:3', 'test-optimal_bias_binary.R:2:3', 'test-optimal_bias_binary.R:18:3', 'test-optimal_bias_binary.R:34:3', 'test-optimal_bias_normal.R:2:3', 'test-optimal_bias_normal.R:18:3', 'test-optimal_bias_normal.R:34:3', 'test-optimal_binary.R:2:3', 'test-optimal_binary.R:18:3', 'test-optimal_binary.R:34:3', 'test-optimal_binary.R:49:3', 'test-optimal_multiarm.R:2:3', 'test-optimal_multiarm_binary.R:2:3', 'test-optimal_multiarm_normal.R:2:3', 'test-optimal_multiple_normal.R:2:3', 'test-optimal_multiple_tte.R:2:3', 'test-optimal_multitrial.R:2:3', 'test-optimal_multitrial.R:19:3', 'test-optimal_multitrial.R:34:3', 'test-optimal_multitrial.R:49:3', 'test-optimal_multitrial.R:64:3', 'test-optimal_multitrial_binary.R:2:3', 'test-optimal_multitrial_binary.R:16:3', 'test-optimal_multitrial_binary.R:30:3', 'test-optimal_multitrial_normal.R:2:3', 'test-optimal_normal.R:2:3', 'test-optimal_normal.R:18:3', 'test-optimal_normal.R:33:3', 'test-optimal_tte.R:2:3', 'test-optimal_tte.R:17:3', 'test-optimal_tte.R:32:3' [ FAIL 0 | WARN 0 | SKIP 83 | PASS 91 ] > > proc.time() user system elapsed 4.28 0.26 111.04