R Under development (unstable) (2023-10-24 r85407 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(tidyvpc) tidyvpc is part of Certara.R! Follow the link below to learn more about PMx R package development at Certara. https://certara.github.io/R-Certara/ > > test_check("tidyvpc") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 48 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-binless.R:18:3', 'test-binless.R:55:3', 'test-binless.R:89:3', 'test-binless.R:142:3', 'test-binless.R:161:3', 'test-plot.R:19:3', 'test-plot.R:43:3', 'test-plot.R:79:3', 'test-plot.R:109:3', 'test_npde.R:21:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 48 ] Deleting unused snapshots: • plot/bins-without-stats.svg • plot/bins-ypc-without-stats.svg • plot/censored-plot-with-aql.svg • plot/censored-plot-with-bql-aql.svg • plot/censored-plot-with-bql.svg • plot/one-sided-strat-formula-with-facet-wrap.svg • plot/single-value-group.svg • plot/two-sided-strat-formula-with-facet-grid.svg > > proc.time() user system elapsed 53.48 5.42 58.89