R Under development (unstable) (2025-07-16 r88418 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(rxode2) rxode2 4.0.1 using 2 threads (see ?getRxThreads) no cache: create with `rxCreateCache()` > library(testthat) > setRxThreads(1L) > library(data.table) > setDTthreads(1L) > ## test_check("rxode2", reporter = testthat::LocationReporter) > test_check("rxode2") using C compiler: 'gcc.exe (GCC) 14.2.0' rxode2 model syntax error: ================================================================================ :001: C2 <- centr/V2 :002: C3 <- peri/V3 :003: d/dt(depot) <- -KA * depot :004: d/dt(centr) <- KA * depot - CL * C2 - Q * C2 + Q * C3 :005: d/dt(peri) <- Q * C2 - Q * C3 :006: eff(0) <- 1 :007: d/dt(eff) <- Kin - Kout * (1 - C2/(EC50 + C2)) * eff :008: cannot assign protected variable 't': t <- 1 ^ ================================================================================ using C compiler: 'gcc.exe (GCC) 14.2.0' using C compiler: 'gcc.exe (GCC) 14.2.0' i parameter labels from comments will be replaced by 'label()' using C compiler: 'gcc.exe (GCC) 14.2.0' i parameter labels from comments will be replaced by 'label()' using C compiler: 'gcc.exe (GCC) 14.2.0' i parameter labels from comments will be replaced by 'label()' i parameter labels from comments will be replaced by 'label()' using C compiler: 'gcc.exe (GCC) 14.2.0' using C compiler: 'gcc.exe (GCC) 14.2.0' using C compiler: 'gcc.exe (GCC) 14.2.0' using C compiler: 'gcc.exe (GCC) 14.2.0' using C compiler: 'gcc.exe (GCC) 14.2.0' ! remove population parameter `fdepot` ! remove population parameter `durDepot` ! remove population parameter `rateDepot` rxode2 model syntax error: ================================================================================ :001: rxode2 ui user defined R function has 2 arguments, but supplied 3: a <- linMod(x, 3, b) ^~~~~~ ================================================================================ rxode2 model syntax error: ================================================================================ :001: rxode2 ui user defined R function has 2 arguments, but supplied 1: a <- linMod(x) ^ ================================================================================ rxode2 model syntax error: ================================================================================ :001: rxode2 ui user defined R function has 2 arguments, but supplied 0: a <- linMod() ^ ================================================================================ using C compiler: 'gcc.exe (GCC) 14.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 [ FAIL 0 | WARN 1 | SKIP 3 | PASS 154 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-strncmpi.R:2:3' • On Windows (1): 'test-zzzzz.R:3:5' • file.exists(fileCbindStudyIndividual) is not TRUE (1): 'test-cbind-study-individual.R:40:3' [ FAIL 0 | WARN 1 | SKIP 3 | PASS 154 ] > > ## test_check("rxode2", > ## stop_on_failure = FALSE, > ## reporter = testthat::LocationReporter > ## ) > > proc.time() user system elapsed 27.37 4.34 51.18