- using R Under development (unstable) (2026-03-12 r89611)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-14) 15.2.0
GNU Fortran (Debian 15.2.0-14) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-03-13 18:45:13 UTC
- checking for file ‘xpose.xtras/DESCRIPTION’ ... OK
- this is package ‘xpose.xtras’ version ‘0.1.2’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘xpose.xtras’ can be installed ... WARNING
Found the following significant warnings:
Warning: namespace ‘nlmixr2est’ is not available and has been replaced
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s/2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/2s] OK
- checking whether startup messages can be suppressed ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [16s/21s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [2s/3s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [5s/6s] ERROR
Running examples in ‘xpose.xtras-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: backfill_nlmixr2_props
> ### Title: Populate some properties from nlmixr2 fit
> ### Aliases: backfill_nlmixr2_props
>
> ### ** Examples
>
>
> xpdb_nlmixr2 %>%
+ set_prop(condn = "not implemented") %>%
+ get_prop("condn")
[1] "not implemented"
>
> xpdb_nlmixr2 %>%
+ set_prop(condn = "not implemented") %>%
+ backfill_nlmixr2_props() %>%
+ get_prop("condn")
Error in `backfill_nlmixr2_props()`:
! Incompatible nlmixr2/rxode2 fit object detected
ℹ This object was created with rxode2 < 5.0 and cannot be used with rxode2 >= 5.0
✖ The internal rxUi structure is incompatible between versions
! Please regenerate the fit object using current versions of nlmixr2est and rxode2
Backtrace:
▆
1. ├─... %>% get_prop("condn")
2. ├─xpose.xtras::get_prop(., "condn")
3. │ └─xpose::get_summary(xpdb)
4. │ └─xpose::check_xpdb(xpdb, check = "summary")
5. │ └─xpose::is.xpdb(xpdb)
6. └─xpose.xtras::backfill_nlmixr2_props(.)
7. └─rlang::abort(...)
Execution halted
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [154s/157s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [153s/156s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # 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(xpose.xtras)
ℹ xpose is not currently attached.
Attaching package: 'xpose.xtras'
The following object is masked from 'package:stats':
filter
>
> test_check("xpose.xtras")
Saving _problems/test-nlmixr2-10.R
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 847 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• On CRAN (7): 'test-covariates.R:123:3', 'test-xplot_boxplot.R:157:3',
'test-xplot_pairs.R:44:3', 'test-xset_features.R:170:3',
'test-xset_features.R:170:3', 'test-xset_features.R:170:3',
'test-xset_features.R:170:3'
• requireNamespace("rxode2", quietly = TRUE) && "rxDerived" %in%
getNamespaceExports("rxode2") is TRUE (2): 'test-diag_constants.R:123:3',
'test-diag_constants.R:129:3'
• {qs} is not installed (1): 'test-nlmixr2.R:317:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-nlmixr2.R:8:3'): old fit detection works correctly ───────────
Expected `test_nlmixr2_is_old_fit(xpdb_nlmixr2)` to be FALSE.
Differences:
`actual`: TRUE
`expected`: FALSE
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 847 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [40s/40s] OK
- checking PDF version of manual ... [5s/5s] OK
- checking HTML version of manual ... [4s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 ERRORs, 1 WARNING