R Under development (unstable) (2024-06-13 r86731 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(lmtp) > > test_check("lmtp") [ FAIL 7 | WARN 0 | SKIP 1 | PASS 15 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-node_list.R:4:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-censoring.R:8:1'): (code run outside of `test_that()`) ───────── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. ├─lmtp:::sw(...) at test-censoring.R:8:1 2. │ └─base::suppressWarnings(x) 3. │ └─base::withCallingHandlers(...) 4. └─lmtp::lmtp_sub(...) 5. └─lmtp_task$new(...) 6. └─lmtp (local) initialize(...) 7. └─lmtp:::setup_cv(...) ── Error ('test-checks.R:157:3'): Contrast assertions ────────────────────────── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. └─lmtp::lmtp_sub(...) at test-checks.R:157:3 2. └─lmtp_task$new(...) 3. └─lmtp (local) initialize(...) 4. └─lmtp:::setup_cv(...) ── Error ('test-dynamic.R:35:1'): (code run outside of `test_that()`) ────────── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. ├─lmtp:::sw(...) at test-dynamic.R:35:1 2. │ └─base::suppressWarnings(x) 3. │ └─base::withCallingHandlers(...) 4. └─lmtp::lmtp_tmle(...) 5. └─lmtp_task$new(...) 6. └─lmtp (local) initialize(...) 7. └─lmtp:::setup_cv(...) ── Error ('test-point_treatment.R:16:1'): (code run outside of `test_that()`) ── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. └─lmtp::lmtp_sub(...) at test-point_treatment.R:16:1 2. └─lmtp_task$new(...) 3. └─lmtp (local) initialize(...) 4. └─lmtp:::setup_cv(...) ── Error ('test-shifted.R:10:1'): (code run outside of `test_that()`) ────────── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. ├─lmtp:::sw(...) at test-shifted.R:10:1 2. │ └─base::suppressWarnings(x) 3. │ └─base::withCallingHandlers(...) 4. └─lmtp::lmtp_sub(...) 5. └─lmtp_task$new(...) 6. └─lmtp (local) initialize(...) 7. └─lmtp:::setup_cv(...) ── Error ('test-survey.R:21:1'): (code run outside of `test_that()`) ─────────── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. └─lmtp::lmtp_sub(...) at test-survey.R:21:1 2. └─lmtp_task$new(...) 3. └─lmtp (local) initialize(...) 4. └─lmtp:::setup_cv(...) ── Error ('test-time_varying_treatment.R:26:1'): (code run outside of `test_that()`) ── Error: 'make_folds' is not an exported object from 'namespace:origami' Backtrace: ▆ 1. ├─lmtp:::sw(...) at test-time_varying_treatment.R:26:1 2. │ └─base::suppressWarnings(x) 3. │ └─base::withCallingHandlers(...) 4. └─lmtp::lmtp_sub(...) 5. └─lmtp_task$new(...) 6. └─lmtp (local) initialize(...) 7. └─lmtp:::setup_cv(...) [ FAIL 7 | WARN 0 | SKIP 1 | PASS 15 ] Error: Test failures Execution halted