You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
The text was updated successfully, but these errors were encountered:
BDR reports that
profbounds.R
throws a warning under noLD:This is worked-around (via
suppressWarnings()
) - still needs to be uploaded to CRAN - but could conceivably be fixed by testing on R-hub ...The text was updated successfully, but these errors were encountered: