R Under development (unstable) (2026-01-13 r89301 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(PKbioanalysis) Attaching package: 'PKbioanalysis' The following object is masked from 'package:stats': integrate Warning message: In readLines(file, warn = readLines.warn) : incomplete final line found on 'C:\Users\CRAN\AppData\Roaming/R/config/R/PKbioanalysis/config.yaml' > > test_check("PKbioanalysis") Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() Plate not registered. To register, use register_plate() "My Plate" |> generate_96() |> add_blank(group = "A") |> fill_scheme(fill = "h") |> add_suitability() |> fill_scheme(tbound = 1, fill = "v")Saving _problems/test-pydeps-6.R Saving _problems/test-pydeps-7.R i Created study with ID: 9ec78771-d4f6-4b5e-b956-caa2913b0a53 i Adding dosing and subjects information... v Dosing information added. i Adding subjects information... v Subjects information added. i Adding sample log information... v Sample log information added. i Created study with ID: 4a85a083-41d1-4a04-9fea-59cdc93f2d3d v Dosing information added. i Adding subjects information... v Subjects information added. i Adding sample log information... v Sample log information added. i Created study with ID: d67efa62-6508-481a-8445-79c88cee4fe3 v Dosing information added. i Adding subjects information... v Subjects information added. i Adding sample log information... v Sample log information added. `geom_smooth()` using formula = 'y ~ x' [ FAIL 2 | WARN 0 | SKIP 15 | PASS 119 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-apps.R:1:1', 'test-injec_list.R:8:3', 'test-injec_list.R:51:3', 'test-injec_list.R:88:3', 'test-injec_list.R:118:3', 'test-injec_list.R:140:3', 'test-injec_list.R:178:3', 'test-plate.R:10:3', 'test-plate.R:22:3', 'test_methodsfile.R:1:1' • empty test (5): 'test-estimresiduals.R:1:1', 'test-estimresiduals.R:18:1', 'test-plate.R:158:1', 'test-plate_expr.R:56:1', 'test-quant_parsers.R:9:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-pydeps.R:6:3'): pydeps ─────────────────────────────────────── Expected `reticulate::py_module_available("rainbow")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-pydeps.R:7:3'): pydeps ─────────────────────────────────────── Expected `reticulate::py_module_available("src")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 2 | WARN 0 | SKIP 15 | PASS 119 ] Error: ! Test failures. Execution halted