Last updated on 2026-04-18 20:51:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.0 | 22.89 | 406.10 | 428.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.7.0 | 14.15 | 245.33 | 259.48 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.0 | 39.00 | 629.28 | 668.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.0 | 36.00 | 623.84 | 659.84 | OK | |
| r-devel-macos-arm64 | 0.7.0 | 5.00 | 80.00 | 85.00 | OK | |
| r-devel-windows-x86_64 | 0.7.0 | 29.00 | 302.00 | 331.00 | ERROR | |
| r-patched-linux-x86_64 | 0.7.0 | 24.48 | 375.29 | 399.77 | OK | |
| r-release-linux-x86_64 | 0.7.0 | 20.57 | 366.19 | 386.76 | OK | |
| r-release-macos-arm64 | 0.7.0 | OK | ||||
| r-release-macos-x86_64 | 0.7.0 | 13.00 | 363.00 | 376.00 | OK | |
| r-release-windows-x86_64 | 0.7.0 | 24.00 | 359.00 | 383.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.0 | 14.00 | 248.00 | 262.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.0 | 37.00 | 480.00 | 517.00 | OK |
Version: 0.7.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'examples.Rmd' using rmarkdown
Quitting from examples.Rmd:289-307 [unnamed-chunk-12]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `sourceCpp()`:
! Error 1 occurred building shared library.
---
Backtrace:
▆
1. └─Rcpp::cppFunction("List two_comp_oral_ode_Rcpp(double Time, NumericVector A, NumericVector Pars) {\n int n = A.size();\n NumericVector dA(n);\n \n double CL = Pars[0];\n double V1 = Pars[1];\n double KA = Pars[2];\n double Q = Pars[3];\n double V2 = Pars[4];\n \n dA[0] = -KA*A[0];\n dA[1] = KA*A[0] - (CL/V1)*A[1] - Q/V1*A[1] + Q/V2*A[2];\n dA[2] = Q/V1*A[1] - Q/V2*A[2];\n return List::create(dA);\n }")
2. └─Rcpp::sourceCpp(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'examples.Rmd' failed with diagnostics:
Error 1 occurred building shared library.
--- failed re-building 'examples.Rmd'
--- re-building 'intro-poped.Rmd' using rmarkdown
--- finished re-building 'intro-poped.Rmd'
SUMMARY: processing the following file failed:
'examples.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64