Last updated on 2026-07-23 07:51:38 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.5-2.2 | 6.40 | 106.52 | 112.92 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.5-2.2 | 4.32 | 71.68 | 76.00 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.5-2.2 | 11.00 | 168.76 | 179.76 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.5-2.2 | 78.86 | OK | |||
| r-devel-windows-x86_64 | 1.5-2.2 | 9.00 | 153.00 | 162.00 | OK | |
| r-patched-linux-x86_64 | 1.5-2.2 | 7.92 | 103.00 | 110.92 | OK | |
| r-release-linux-x86_64 | 1.5-2.2 | 6.82 | 104.00 | 110.82 | OK | |
| r-release-macos-arm64 | 1.5-2.2 | 2.00 | 33.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 1.5-2.2 | 5.00 | 137.00 | 142.00 | OK | |
| r-release-windows-x86_64 | 1.5-2.2 | 11.00 | 158.00 | 169.00 | OK | |
| r-oldrel-macos-arm64 | 1.5-2.2 | NOTE | ||||
| r-oldrel-macos-x86_64 | 1.5-2.2 | 5.00 | 153.00 | 158.00 | OK | |
| r-oldrel-windows-x86_64 | 1.5-2.2 | 11.00 | 173.00 | 184.00 | OK |
Version: 1.5-2.2
Check: tests
Result: ERROR
Running ‘BFGSR.R’ [0s/1s]
Comparing ‘BFGSR.Rout’ to ‘BFGSR.Rout.save’ ... OK
Running ‘constraints.R’ [2s/3s]
Comparing ‘constraints.Rout’ to ‘constraints.Rout.save’ ... OK
Running ‘finalHessian.R’ [1s/1s]
Comparing ‘finalHessian.Rout’ to ‘finalHessian.Rout.save’ ... OK
Running ‘numericGradient.R’ [0s/0s]
Running ‘tinytest.R’ [1s/1s]
Running the tests in ‘tests/numericGradient.R’ failed.
Complete output:
>
> ### test numeric methods, in particular handling of unequal
> ### function lengths
> library(maxLik)
Loading required package: miscTools
Please cite the 'maxLik' package as:
Henningsen, Arne and Toomet, Ott (2011). maxLik: A package for maximum likelihood estimation in R. Computational Statistics 26(3), 443-458. DOI 10.1007/s00180-010-0217-1.
If you have questions, suggestions, or comments regarding the 'maxLik' package, please use a forum or 'tracker' at maxLik's R-Forge site:
https://r-forge.r-project.org/projects/maxlik/
>
> f <- function(x) {
+ if(x[1] <= 0)
+ return(NA)
+ # support of x[1] is (0, Inf)
+ return(c(log(x[1]),x[2]))
+ }
>
> ng <- numericGradient(f, c(0.01,1), eps=0.1)
Warning message:
In numericGradient(f, c(0.01, 1), eps = 0.1) :*** buffer overflow detected ***: terminated
Aborted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.5-2.2
Check: tests
Result: NOTE
Running ‘BFGSR.R’ [0s/0s]
Comparing ‘BFGSR.Rout’ to ‘BFGSR.Rout.save’ ...73c73
< [1] "Mean relative difference: 0.01078"
---
> [1] TRUE
Running ‘constraints.R’ [1s/1s]
Comparing ‘constraints.Rout’ to ‘constraints.Rout.save’ ... OK
Running ‘finalHessian.R’ [0s/0s]
Comparing ‘finalHessian.Rout’ to ‘finalHessian.Rout.save’ ... OK
Running ‘numericGradient.R’ [0s/0s]
Comparing ‘numericGradient.Rout’ to ‘numericGradient.Rout.save’ ... OK
Running ‘tinytest.R’ [0s/0s]
Flavor: r-oldrel-macos-arm64