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")i Created study with ID: c02edaba-bdf4-44ff-bb1e-dc5f32074943 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: 1dadc246-e3fa-405f-b480-eb61e7e19cfe 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: 65025f61-623f-457d-81db-548ec742d2d8 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 0 | WARN 0 | SKIP 16 | PASS 116 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • 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' • scipy not available for testing (1): 'test-pydeps.R:2:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 116 ] > > proc.time() user system elapsed 46.15 13.45 65.68