R Under development (unstable) (2025-01-24 r87627 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(shinyCLT) > > test_check("shinyCLT") Loading required package: shiny Loading required package: gamlss Loading required package: splines Loading required package: gamlss.data Attaching package: 'gamlss.data' The following object is masked from 'package:datasets': sleep Loading required package: gamlss.dist Loading required package: nlme Loading required package: parallel ********** GAMLSS Version 5.4-22 ********** For more on GAMLSS look at https://www.gamlss.com/ Type gamlssNews() to see new features/changes/bug fixes. Loading required package: plotly Loading required package: ggplot2 Attaching package: 'plotly' The following object is masked from 'package:ggplot2': last_plot The following object is masked from 'package:stats': filter The following object is masked from 'package:graphics': layout Loading required package: future Loading required package: shinycssloaders Loading required package: waiter Loading required package: shinythemes Loading required package: shinyWidgets Loading required package: cachem [ FAIL 0 | WARN 0 | SKIP 0 | PASS 22 ] > > proc.time() user system elapsed 4.68 0.68 5.37