Last updated on 2025-04-02 03:52:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.0 | 54.63 | 474.69 | 529.32 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4.0 | 41.72 | 357.00 | 398.72 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4.0 | 930.74 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 1065.08 | NOTE | |||
r-devel-macos-arm64 | 1.4.0 | 221.00 | ERROR | |||
r-devel-macos-x86_64 | 1.4.0 | 493.00 | OK | |||
r-devel-windows-x86_64 | 1.4.0 | 72.00 | 583.00 | 655.00 | OK | |
r-patched-linux-x86_64 | 1.4.0 | 63.47 | 503.42 | 566.89 | OK | |
r-release-linux-x86_64 | 1.4.0 | 57.82 | 508.77 | 566.59 | OK | |
r-release-macos-arm64 | 1.4.0 | 237.00 | OK | |||
r-release-macos-x86_64 | 1.4.0 | 729.00 | OK | |||
r-release-windows-x86_64 | 1.4.0 | 66.00 | 546.00 | 612.00 | OK | |
r-oldrel-macos-arm64 | 1.4.0 | OK | ||||
r-oldrel-macos-x86_64 | 1.4.0 | 444.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4.0 | 79.00 | 696.00 | 775.00 | OK |
Version: 1.4.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘BH’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [70s/98s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(PKPDsim)
>
> test_check("PKPDsim")
Simulating 3 individuals.
Recalculating infusion rates to reflect bioavailability for infusion.
Recalculating infusion rates to reflect bioavailability for infusion.
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 494 ]
══ Skipped tests (27) ══════════════════════════════════════════════════════════
• On CRAN (27): 'test_advan_with_auc.R:71:3', 'test_advan_with_auc.R:84:3',
'test_advan_with_auc.R:106:3', 'test_advan_with_auc.R:131:3',
'test_advan_with_auc.R:153:3', 'test_advan_with_covariates.R:2:3',
'test_bioav_def.R:8:3', 'test_bioav_def.R:27:3',
'test_calc_ss_analytic.R:74:3', 'test_calc_ss_analytic.R:100:3',
'test_calc_ss_analytic.R:110:3', 'test_calc_ss_analytic.R:119:3',
'test_cmt_mapping.R:31:3', 'test_get_var_y.R:25:3', 'test_get_var_y.R:49:3',
'test_get_var_y.R:93:3', 'test_get_var_y.R:132:3', 'test_iov.R:84:3',
'test_model_from_api.R:17:3', 'test_multi_obs.R:168:3',
'test_new_ode_model.R:2:3', 'test_new_ode_model.R:76:3',
'test_new_ode_model.R:137:3', 'test_parameters_table.R:2:3',
'test_pkpd_combined.R:2:3', 'test_sim_lagtime.R:2:3',
'test_timevar_cov.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_is_positive_definite.R:108:3'): Matrix where numerical solver issues result in very tiny complex components ──
`is_x_positive_def <- is_positive_definite(x)` did not throw the expected warning.
[ FAIL 1 | WARN 0 | SKIP 27 | PASS 494 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-arm64