bbmle icon indicating copy to clipboard operation
bbmle copied to clipboard

track down noLD warnings?

Open bbolker opened this issue 5 years ago • 0 comments

BDR reports that profbounds.R throws a warning under noLD:

* using log directory ‘/data/gannet/ripley/R/packages/tests-noLD/bbmle.Rcheck’
* using R Under development (unstable) (2019-12-19 r77606)
* using platform: x86_64-pc-linux-gnu (64-bit)
...
  Comparing ‘profbound.Rout’ to ‘profbound.Rout.save’ ...26,28d25
< Warning message:
< In mle2(minuslogl = function (a = NULL, b = NULL)  :
<   convergence failure: code=52 (ERROR: ABNORMAL_TERMINATION_IN_LNSRCH)

This is worked-around (via suppressWarnings()) - still needs to be uploaded to CRAN - but could conceivably be fixed by testing on R-hub ...

bbolker avatar Dec 20 '19 21:12 bbolker