R Under development (unstable) (2024-11-03 r87286 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(cNORM) Good morning star-shine! cNORM is free software. Please report bugs: https://github.com/WLenhard/cNORM/issues Attaching package: 'cNORM' The following object is masked from 'package:testthat': compare > > test_check("cNORM") Raking converged normally after 3 iterations. [ FAIL 0 | WARN 0 | SKIP 13 | PASS 0 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test.modelling.R:12:3', 'test.modelling.R:19:3', 'test.modelling.R:26:3', 'test.modelling.R:36:3', 'test.modelling.R:43:3', 'test.modelling.R:48:3', 'test.modelling.R:57:3', 'test.modelling.R:71:3', 'test.modelling.R:84:3', 'test.modelling.R:93:3', 'test.modelling.R:105:3', 'test.modelling.R:117:3', 'test.modelling.R:128:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 0 ] > > proc.time() user system elapsed 1.40 0.32 1.75