R Under development (unstable) (2025-12-03 r89090 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(supernova) > > test_check("supernova") Downloading GitHub repo UCLATALL/JMRData@HEAD ── R CMD build ───────────────────────────────────────────────────────────────── * checking for file 'D:\temp\2025_12_04_21_30_17_22063\RtmpWAQrss\remotesbb7c3db83088\UCLATALL-JMRData-0b78ebe/DESCRIPTION' ... OK * preparing 'JMRData': * checking DESCRIPTION meta-information ... OK * checking for LF line-endings in source and make files and shell scripts * checking for empty or unneeded directories * building 'JMRData_0.1.0.tar.gz' Installing package into 'D:/temp/2025_12_04_21_30_17_22063/Rtmp2JHEFk/RLIBS_134b4394320e6' (as 'lib' is unspecified) * installing *source* package 'JMRData' ... ** this is package 'JMRData' version '0.1.0' ** using staged installation ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (JMRData) [ FAIL 0 | WARN 0 | SKIP 17 | PASS 236 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-generate_models.R:221:1', 'test-listwise_delete.R:21:1', 'test-listwise_delete.R:26:1', 'test-listwise_delete.R:32:1', 'test-number.R:14:1', 'test-number.R:18:1', 'test-number.R:22:1', 'test-pairwise.R:16:1', 'test-pairwise.R:94:1', 'test-pairwise.R:108:1', 'test-supernova.lmerMod.R:144:1', 'test-supernova.lmerMod.R:153:1', 'test-supernova.r:317:1', 'test-supernova.r:331:1', 'test-supernova.r:336:1', 'test-supernova.r:341:1', 'test-supernova.r:346:1' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 236 ] > > proc.time() user system elapsed 17.04 0.92 75.65