R Under development (unstable) (2023-12-09 r85665 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(BayesFluxR) Attaching package: 'BayesFluxR' The following object is masked from 'package:stats': Gamma > > test_check("BayesFluxR") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 0 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-BFluxR.R:5:3', 'test-BFluxR.R:21:3', 'test-BFluxR.R:39:3', 'test-BFluxR.R:66:3', 'test-initialisers.R:5:3', 'test-likelihoods.R:5:3', 'test-likelihoods.R:18:3', 'test-likelihoods.R:30:3', 'test-likelihoods.R:42:3', 'test-mcmc.R:5:3', 'test-mode-finding.R:6:3', 'test-mode-finding.R:35:3', 'test-predict.R:6:3', 'test-predict.R:32:3', 'test-priors.R:5:3', 'test-priors.R:18:3', 'test-vi.R:5:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 0 ] > > proc.time() user system elapsed 1.06 0.15 1.20