R Under development (unstable) (2023-04-21 r84298 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) 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(rxode2) rxode2 2.0.13 using 2 threads (see ?getRxThreads) no cache: create with `rxCreateCache()` > library(testthat) > ##test_check("rxode2", reporter = testthat::LocationReporter) > test_check("rxode2") using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' i change initial estimate of `b` to `1` i change initial estimate of `a` to `1` i change initial estimate of `h` to `1` i change initial estimate of `h` to `3` using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' > significant model change detected > kept in model: '$matt' > removed from model: '$f' > significant model change detected > kept in model: '$matt' > removed from model: '$f' i fix `tka` to `0.451075619360217` i change initial estimate of `tcl` to `77` > significant model change detected > kept in model: '$matt' > removed from model: '$f' > significant model change detected > kept in model: '$matt' > removed from model: '$f' using C compiler: 'gcc.exe (GCC) 12.2.0' using C compiler: 'gcc.exe (GCC) 12.2.0' i parameter labels from comments are typically ignored in non-interactive mode i Need to run with the source intact to parse comments i promote `tvcl` to population parameter with initial estimate 1 i parameter labels from comments are typically ignored in non-interactive mode i Need to run with the source intact to parse comments i promote `tvcl` to population parameter with initial estimate 1 i parameter labels from comments are typically ignored in non-interactive mode i Need to run with the source intact to parse comments i parameter labels from comments are typically ignored in non-interactive mode i Need to run with the source intact to parse comments i promote `tvcl` to population parameter with initial estimate 1 i ignoring following estimates in 'm1': tka, eta.ka i the labels from the piped model do not overwrite old labels to change use 'options(rxode2.ignoreLabels=FALSE)' i the labels from the piped model do not overwrite old labels to change use 'options(rxode2.ignoreLabels=FALSE)' i ignoring following estimates in 'm4': eta..cl, eta..v i the labels from the piped model do not overwrite old labels to change use 'options(rxode2.ignoreLabels=FALSE)' i ignoring following estimates in 'm1': tka, eta.ka, eta.cl, eta.v i the labels from the piped model do not overwrite old labels to change use 'options(rxode2.ignoreLabels=FALSE)' i ignoring following estimates in 'm5': t.cl, t.v, add..sd i ignoring following estimates in 'm1': tka, tcl, tv, add.sd, eta.ka i piping 'm6' has no parameters in common with model and does nothing i piping 'm1' has no parameters in common with model and does nothing [ FAIL 0 | WARN 0 | SKIP 2 | PASS 484 ] ══ Skipped tests ═══════════════════════════════════════════════════════════════ • On Windows (1) • file.exists(fileCbindStudyIndividual) is not TRUE (1) [ FAIL 0 | WARN 0 | SKIP 2 | PASS 484 ] > > ## test_check("rxode2", > ## stop_on_failure = FALSE, > ## reporter = testthat::LocationReporter > ## ) > > proc.time() user system elapsed 39.73 8.42 100.75