Last updated on 2026-06-07 15:50:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 5.1.2 | 542.22 | 323.28 | 865.50 | OK | |
| r-devel-linux-x86_64-debian-gcc | 5.1.2 | 384.10 | 218.13 | 602.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 5.1.2 | 720.00 | 507.27 | 1227.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 5.1.2 | 1080.00 | 519.96 | 1599.96 | OK | |
| r-devel-windows-x86_64 | 5.1.2 | 601.00 | 474.00 | 1075.00 | OK | |
| r-patched-linux-x86_64 | 5.1.2 | 517.22 | 324.89 | 842.11 | OK | |
| r-release-linux-x86_64 | 5.1.2 | 522.83 | 324.91 | 847.74 | OK | |
| r-release-macos-arm64 | 5.1.2 | 131.00 | 17.00 | 148.00 | OK | |
| r-release-macos-x86_64 | 5.1.2 | 395.00 | 279.00 | 674.00 | OK | |
| r-release-windows-x86_64 | 5.1.2 | 598.00 | 474.00 | 1072.00 | OK | |
| r-oldrel-macos-arm64 | 5.1.2 | 591.00 | 17.00 | 608.00 | NOTE | |
| r-oldrel-macos-x86_64 | 5.1.2 | 394.00 | 270.00 | 664.00 | NOTE | |
| r-oldrel-windows-x86_64 | 5.1.2 | 463.00 | 499.00 | 962.00 | NOTE |
Version: 5.1.2
Check: examples
Result: ERROR
Running examples in ‘rxode2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ReLU
> ### Title: Rectified Linear Unit (ReLU) Activation Function
> ### Aliases: ReLU
>
> ### ** Examples
>
>
> ReLU(c(-1, 0, 1, 2))
[1] 0 0 1 2
>
> # Can also be used in rxode2:
> x <- rxode2({
+ r=ReLU(time)
+ })
Error building the model: see rxode2::rxLastCompile()
please make sure you have a working C compiler set up
you may use nlmixr2::nlmixr2CheckInstall() to help diagnose installation issues
Error: error building model
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 5.1.2
Check: compiled code
Result: NOTE
File ‘rxode2/libs/rxode2.so’:
Found non-API call to R: ‘DATAPTR’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 5.1.2
Check: compiled code
Result: NOTE
File 'rxode2/libs/x64/rxode2.dll':
Found non-API call to R: 'DATAPTR'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-oldrel-windows-x86_64