Many thanks all,
Tolga

-----Original Message-----
From: Chibisi Chima-Okereke [mailto:cchima-oker...@mango-solutions.com] 
Sent: 12 January 2012 17:14
To: Uzuner, Tolga I
Cc: Jack Teall; Richard Pugh
Subject: RE: How can I prevent solve.QP from printing the solution progress ?

Try something like this ...

myFile <- tempfile()

sink(file = myFile)
solve.Qp ()
sink()
file.remove(myFile) #or
unlink(myFile)

Kind regards

Chibisi

-----Original Message-----
From: Jack Teall 
Sent: 12 January 2012 16:49
To: Matt Aldridge; Richard Pugh; Consultants
Subject: FW: How can I prevent solve.QP from printing the solution progress ?

tolga.i.uzu...@jpmorgan.com



Jack Teall



T:+44 (0)1249 766811
F: +44 (0)1249 767707
www.mango-solutions.com 




-----Original Message-----
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On 
Behalf Of Uzuner, Tolga I
Sent: 12 January 2012 16:46
To: r-help@r-project.org
Subject: [R] How can I prevent solve.QP from printing the solution progress ?

Dear R Users,
How can I prevent solve.Qp from printing the solution progress ?
Thanks in advance,
Tolga


This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information, viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email.  
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
LEGAL NOTICE\ This message is intended for the use of th...{{dropped:11}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to