R Under development (unstable) (2024-02-07 r85873 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(NMsim) NMsim 0.0.10. Browse NMsim documentation at https://philipdelff.github.io/NMsim/ > > test_check("NMsim") Der Befehl "tmp.bat" ist entweder falsch geschrieben oder konnte nicht gefunden werden. [ FAIL 1 | WARN 3 | SKIP 2 | PASS 21 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test_NMcreateDoses.R:33:1', 'test_NMreadSim.R:35:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_NMsim.R:34:5'): Basic ────────────────────────────────────────── Error in `NMdata:::NMwriteSectionOne(file0 = path.sim, list.sections = nmtext["INPUT"], backup = FALSE, quiet = TRUE)`: file.exists(file0) is not TRUE Backtrace: ▆ 1. ├─NMsim::NMsim(...) at test_NMsim.R:34:5 2. │ ├─...[] 3. │ └─data.table::`[.data.table`(...) 4. └─NMdata:::NMwriteSectionOne(...) 5. └─base::stopifnot(file.exists(file0)) [ FAIL 1 | WARN 3 | SKIP 2 | PASS 21 ] Error: Test failures Execution halted