R Under development (unstable) (2026-02-16 r89426 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 > > test_check("PKbioanalysis") Check if total volume is OK. Volume will depend on injection and filtration modes# A tibble: 59 x 3 SAMPLE_LOCATION value total_volume 1 1:A,1 CS0IS+ 20 2 1:A,2 CS1_1 5 3 1:A,3 CS2_2 5 4 1:A,4 CS3_5 5 5 1:A,5 CS4_10 5 6 1:A,6 CS5_20 5 7 1:A,7 CS6_50 5 8 1:A,8 Kartom Study_13.5mg/kg_R8647_M_T-1_13.5mg_1_PO_~ 5 9 1:A,9 Kartom Study_13.5mg/kg_R8647_M_T5_13.5mg_1_PO_s~ 5 10 1:A,10 Kartom Study_13.5mg/kg_R8647_M_T10_13.5mg_1_PO_~ 5 # i 49 more rows [1] 1 Ignoring unknown labels: * shape : "NA" [1] 2 [1] 3 Ignoring unknown labels: * shape : "NA" [1] 4 [1] 5 Ignoring unknown labels: * shape : "NA" [1] 6 [1] 7 Ignoring unknown labels: * shape : "NA" [1] 8 [1] 9 Ignoring unknown labels: * shape : "NA" [1] 10 [1] 11 Ignoring unknown labels: * shape : "NA" [1] 12 [1] 13 Ignoring unknown labels: * shape : "NA" [1] 14 [1] 15 Ignoring unknown labels: * shape : "NA" [1] 16 [1] 17 Ignoring unknown labels: * shape : "NA" [1] 18 [1] 19 Ignoring unknown labels: * shape : "NA" [1] 20 [1] 21 Ignoring unknown labels: * shape : "NA" [1] 22 [1] 23 Ignoring unknown labels: * shape : "NA" [1] 24 adding: temp/2026_02_17_22_30_16_26641/RtmpA1UHUr/data.csv (deflated 59%) adding: temp/2026_02_17_22_30_16_26641/RtmpA1UHUr/codebook.xlsx (deflated 11%) 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: e23d70ca-8f2a-43e2-aa9f-71ac3a9f9f6d 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: 3e3a93dd-9918-4763-98a8-46658961a8bd 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: 1f2b8f33-8f29-4fc6-ae83-83e641210a6f 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 25 | PASS 155 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-apps.R:1:1', 'test-genai.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' • Python module 'src' not available for testing (4): 'test-filter_chrom.R:1:1', 'test-peak_integerate.R:1:1', 'test-pydeps.R:2:3', 'test-smoothing.R:1:1' • Skipping (2): 'test-chrom_parsers.R:22:3', 'test-chrom_parsers.R:34:3' • empty test (8): 'test-chrom_parsers.R:15:1', 'test-chrom_parsers.R:17:1', 'test-chrom_parsers.R:19:1', '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' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 155 ] Warning message: Some Python package requirements declared via `py_require()` are not installed in the selected Python environment: (C:/Users/CRAN/Documents/.virtualenvs/r-reticulate/Scripts/python.exe) > > proc.time() user system elapsed 60.34 12.78 79.42