R Under development (unstable) (2024-09-09 r87107 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(TestAnaAPP) # Replace with your package name Loading required package: ggplot2 Loading required package: mirt Loading required package: stats4 Loading required package: lattice Loading required package: shinydashboard Attaching package: 'shinydashboard' The following object is masked from 'package:graphics': box Loading required package: EstCRM Loading required package: Hmisc Attaching package: 'Hmisc' The following object is masked from 'package:testthat': describe The following objects are masked from 'package:base': format.pval, units Loading required package: shiny > > test_check("TestAnaAPP") Frequency Statistics: ────────── N % ────────── 0 50 50.0 1 50 50.0 ────────── Total N = 100 Frequency Statistics: ────────── N % ────────── 0 50 50.0 1 50 50.0 ────────── Total N = 100 Frequency Statistics: ──────────── N % ──────────── 1 100 100.0 ──────────── Total N = 100 Frequency Statistics: ───────── N % ───────── 0 1 50.0 1 1 50.0 ───────── Total N = 2 Frequency Statistics: ───────── N % ───────── 0 1 50.0 1 1 50.0 ───────── Total N = 2 Frequency Statistics: ────────── N % ────────── 1 2 100.0 ────────── Total N = 2 Frequency Statistics: ───────── N % ───────── 0 2 40.0 1 3 60.0 ───────── Total N = 5 Frequency Statistics: ───────── N % ───────── 1 2 40.0 2 2 40.0 3 1 20.0 ───────── Total N = 5 Frequency Statistics: ───────── N % ───────── 0 2 40.0 1 2 40.0 2 1 20.0 ───────── Total N = 5 Frequency Statistics: ───────── N % ───────── 1 1 20.0 2 2 40.0 3 2 40.0 ───────── Total N = 5 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 26 ] > > proc.time() user system elapsed 4.81 0.96 5.76