R Under development (unstable) (2024-11-26 r87383 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(greta.censored) Loading required package: greta Attaching package: 'greta' The following objects are masked from 'package:stats': binomial, cov2cor, poisson The following objects are masked from 'package:base': %*%, apply, backsolve, beta, chol2inv, colMeans, colSums, diag, eigen, forwardsolve, gamma, identity, rowMeans, rowSums, sweep, tapply > test_check("greta.censored") [ FAIL 0 | WARN 0 | SKIP 8 | PASS 0 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • Required Python modules are not available for testing. (8): 'test-beta_censored.R:10:5', 'test-exponential_censored.R:10:5', 'test-gamma_censored.R:10:5', 'test-lognormal_censored.R:9:5', 'test-normal_censored.R:10:5', 'test-pareto_censored.R:10:5', 'test-student_censored.R:10:5', 'test-weibull_censored.R:10:5' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 0 ] > > proc.time() user system elapsed 1.73 0.37 23.51