R Under development (unstable) (2024-06-16 r86763 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(reservr) > > test_check("reservr") ── Skip ('D:\RCompile\CRANincoming\R-devel\reservr.Rcheck\tests\testthat\helpers.R:13:3'): set floatx to 64-bit ── Reason: TensorFlow not available for testing [ FAIL 0 | WARN 0 | SKIP 29 | PASS 1213 ] ══ Skipped tests (29) ══════════════════════════════════════════════════════════ • TensorFlow not available for testing (29): 'test-dist_beta.R:16:3', 'test-dist_binomial.R:26:3', 'test-dist_blended.R:108:3', 'test-dist_dirac.R:25:3', 'test-dist_discrete.R:39:3', 'test-dist_erlangmix.R:67:3', 'test-dist_erlangmix.R:112:3', 'test-dist_exponential.R:17:3', 'test-dist_gamma.R:17:3', 'test-dist_genpareto.R:42:5', 'test-dist_lognormal.R:17:3', 'test-dist_mixture.R:60:3', 'test-dist_negbinomial.R:18:3', 'test-dist_normal.R:17:3', 'test-dist_pareto.R:17:3', 'test-dist_poisson.R:18:3', 'test-dist_translate.R:56:3', 'test-dist_trunc.R:42:3', 'test-dist_uniform.R:21:3', 'test-dist_weibull.R:17:3', 'test-interval.R:159:3', 'test-tf_fit.R:2:3', 'test-tf_fit.R:74:3', 'test-tf_fit.R:127:3', 'test-tf_fit.R:179:3', 'test-tf_fit.R:239:3', 'test-tf_fit.R:281:3', 'test-tf_fit.R:332:3', 'test-tf_initialise.R:2:3' [ FAIL 0 | WARN 0 | SKIP 29 | PASS 1213 ] > > proc.time() user system elapsed 19.10 0.87 26.71