[R] How can I prevent solve.QP from printing the solution progress ?

Uzuner, Tolga I tolga.i.uzuner at jpmorgan.com
Fri Jan 13 15:57:57 CET 2012


Many thanks all,
Tolga

-----Original Message-----
From: Chibisi Chima-Okereke [mailto:CChima-Okereke at 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.uzuner at jpmorgan.com



Jack Teall



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




-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Uzuner, Tolga I
Sent: 12 January 2012 16:46
To: r-help at 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 at 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}}



More information about the R-help mailing list