bbolker / bbmle

maximum likelihood estimation package
GNU General Public License v3.0
25 stars 13 forks source link

Optimx 'bobyqa' method returning NAs #31

Open McLeodMJ opened 2 years ago

McLeodMJ commented 2 years ago

R version 4.1.3 optimx version 2021.10.12 bbmle version 1.0.24 minqa version 1.2.4

when running mle2() with optimx, the 'bobyqa' method was returning NAs in place of the parameters when the package 'minqa' was not installed on the machine. Neither the bbmle or optimx package prompted the installation of the minqa package during their installation.