R Under development (unstable) (2024-02-06 r85870 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(supernova) > > test_check("supernova") Downloading GitHub repo UCLATALL/JMRData@HEAD ── R CMD build ───────────────────────────────────────────────────────────────── * checking for file 'D:\temp\RtmpO49ial\remotes934c2eae460c\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/Rtmpw1zMlQ/RLIBS_2e5031347d62' (as 'lib' is unspecified) * installing *source* package 'JMRData' ... ** 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:222:3', 'test-listwise_delete.R:23:3', 'test-listwise_delete.R:29:3', 'test-listwise_delete.R:33:3', 'test-number.R:15:3', 'test-number.R:19:3', 'test-number.R:23:3', 'test-pairwise.R:18:3', 'test-pairwise.R:99:3', 'test-pairwise.R:113:3', 'test-supernova.lmerMod.R:150:3', 'test-supernova.lmerMod.R:164:3', 'test-supernova.r:321:3', 'test-supernova.r:333:3', 'test-supernova.r:338:3', 'test-supernova.r:343:3', 'test-supernova.r:348:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 236 ] Deleting unused snapshots: • pairwise/bonferroni-one-variable.svg • pairwise/multiple-plots-term-factor-am.svg • pairwise/multiple-plots-term-factor-cyl-factor-am.svg • pairwise/t-test-one-variable.svg > > proc.time() user system elapsed 21.42 1.26 27.51