Skip to content

error in running optimx

4 messages · Olufemi Bolarinwa, Rui Barradas, David Winsemius

#
Hello,I tried installing optimx and got a confirmation that it was installed. However, anytime I call for it, I received the following error message
When I go ahead to run my code, I have the following error message:
Error: could not find function "optimx"

How do I go about solving this issue.
Thanks.Olufemi
?
#
Hello,

The error message is quite clear, you must also install package 'quadprog'.

Hope this helps,

Rui Barradas

Em 28-04-2015 20:32, Olufemi Bolarinwa escreveu:
#
On Apr 28, 2015, at 12:43 PM, Rui Barradas wrote:

            
The 'quadprog' pkg is not listed as a dependency or even as 'suggested' and there is no mention of 'quadprog' in the NEWS file, nor does a search of the 'demos' code for a call to load "quadprog" produce a hit, and there is no mention of quadprog in the NAMESPACE file,  so the message while "clear" can still be considered "quite unexpected".
#
On Apr 28, 2015, at 1:15 PM, David Winsemius wrote:

            
The "BB" package is imported by "optimx" and "BB" in turn imports "quadprog.
David Winsemius
Alameda, CA, USA