Dear Sirs, I am trying to perform a garch analysis to some data time series.Therefore, I've downloaded the package "tseries", as the garch analysis is not available in the main R program.When I try to load the "tseries package" from the R-Console screen, the following message appears: local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Loading required package: quadprog Error: package 'quadprog' could not be loaded In addition: Warning message: There is no package called 'quadprog' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc) It seems that the program detects a failure in a package called "quadprog", which I can't find (while I am trying to select the "tseries" package). As a consequence I cannot use the "garch" command.Could you lend me a helping hand on this issue?. Thanks very much.Best regards, Agustín Martín ******************AVISO LEGAL********************** Este mensaje es privado y confidencial y solamente para la persona a la que va dirigido. Si usted ha recibido este mensaje por error, no debe revelar, copiar, distribuir o usarlo en ningún sentido. Le rogamos lo comunique al remitente y borre dicho mensaje y cualquier documento adjunto que pudiera contener. No hay renuncia a la confidencialidad ni a ningún privilegio por causa de transmisión errónea o mal funcionamiento. Cualquier opinión expresada en este mensaje pertenece únicamente al autor remitente, y no representa necesariamente la opinión de Santander Central Hispano, a no ser que expresamente se diga y el remitente esté autorizado para hacerlo. Los correos electrónicos no son seguros, no garantizan la confidencialidad ni la correcta recepción de los mismos, dado que pueden ser interceptados, manipulados, destruidos, llegar con demora, incompletos, o con virus. Santander Central Hispano no se hace responsable de las alteraciones que pudieran hacerse al mensaje una vez enviado.Este mensaje sólo tiene una finalidad de información, y no debe interpretarse como una oferta de venta o de compra de valores ni de instrumentos financieros relacionados. En el caso de que el destinatario de este mensaje no consintiera la utilización del correo electrónico via Internet, rogamos lo ponga en nuestro conocimiento. **********************DISCLAIMER***************** This message is private and confidential and it is intended exclusively for the addressee. If you receive this message by mistake, you should not disseminate, distribute or copy this e-mail. Please inform the sender and delete the message and attachments from your system. No confidentiality nor any privilege regarding the information is waived or lost by any mistransmission or malfunction.Any views or opinions contained in this message are solely those of the author, and do not necessarily represent those of Santander Central Hispano, unless otherwise specifically stated and the sender is authorised to do so.E-mail transmission cannot be guaranteed to be secure, confidential, or error-free, as information could be intercepted, corrupted, lost, destroyed, arrive late, incomplete, or contain viruses. Santander Central Hispano does not accept responsibility for any changes in the contents of this message after it has been sent.This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. If the addressee of this message does not consent to the use of internet e-mail, please communicate it to us. [[alternative HTML version deleted]]
Hi, there is a package called quadprog in the CRAN page, under Windonws version in the page Index of /bin/windows/contrib/2.0 Fabrizio Consentino On Wed, 2 Mar 2005 12:02:23 +0100 "MARTIN CALMARZA AGUSTIN" <agmartinca at gruposantander.com> wrote:> Dear Sirs, > I am trying to perform a garch analysis to some data >time series.Therefore, I've downloaded the package >"tseries", as the garch analysis is not available in the >main R program.When I try to load the "tseries package" >from the R-Console screen, the following message appears: > > local({pkg <- select.list(sort(.packages(all.available = >TRUE))) > + if(nchar(pkg)) library(pkg, character.only=TRUE)}) > Loading required package: quadprog > Error: package 'quadprog' could not be loaded > In addition: Warning message: > There is no package called 'quadprog' in: library(pkg, >character.only = TRUE, logical = TRUE, lib.loc = lib.loc) > > It seems that the program detects a failure in a package >called "quadprog", which I can't find (while I am trying >to select the "tseries" package). As a consequence I >cannot use the "garch" command.Could you lend me a >helping hand on this issue?. > > Thanks very much.Best regards, > Agust?n Mart?n > > > ******************AVISO LEGAL********************** > > Este mensaje es privado y confidencial y solamente para >la persona a la que va dirigido. Si usted ha recibido >este mensaje por error, no debe revelar, copiar, >distribuir o usarlo en ning?n sentido. Le rogamos lo >comunique al remitente y borre dicho mensaje y cualquier >documento adjunto que pudiera contener. No hay renuncia a >la confidencialidad ni a ning?n privilegio por causa de >transmisi?n err?nea o mal funcionamiento. Cualquier >opini?n expresada en este mensaje pertenece ?nicamente al >autor remitente, y no representa necesariamente la >opini?n de Santander Central Hispano, a no ser que >expresamente se diga y el remitente est? autorizado para >hacerlo. Los correos electr?nicos no son seguros, no >garantizan la confidencialidad ni la correcta recepci?n >de los mismos, dado que pueden ser interceptados, >manipulados, destruidos, llegar con demora, incompletos, >o con virus. Santander Central Hispano no se hace >responsable de las alteraciones que pudieran hacerse al >mensaje una vez enviado.Este mensaje s?lo tiene una >finalidad de informaci?n, y no debe interpretarse como >una oferta de venta o de compra de valores ni de >instrumentos financieros relacionados. En el caso de que >el destinatario de este mensaje no consintiera la >utilizaci?n del correo electr?nico via Internet, rogamos >lo ponga en nuestro conocimiento. > > **********************DISCLAIMER***************** > This message is private and confidential and it is >intended exclusively for the addressee. If you receive >this message by mistake, you should not disseminate, >distribute or copy this e-mail. Please inform the sender >and delete the message and attachments from your system. >No confidentiality nor any privilege regarding the >information is waived or lost by any mistransmission or >malfunction.Any views or opinions contained in this >message are solely those of the author, and do not >necessarily represent those of Santander Central Hispano, >unless otherwise specifically stated and the sender is >authorised to do so.E-mail transmission cannot be >guaranteed to be secure, confidential, or error-free, as >information could be intercepted, corrupted, lost, >destroyed, arrive late, incomplete, or contain viruses. >Santander Central Hispano does not accept responsibility >for any changes in the contents of this message after it >has been sent.This message is provided for informational >purposes and should not be construed as a solicitation or >offer to buy or sell any securities or related financial >instruments. If the addressee of this message does not >consent to the use of internet e-mail, please communicate >it to us. > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! >http://www.R-project.org/posting-guide.html
MARTIN CALMARZA AGUSTIN wrote:> Dear Sirs, > I am trying to perform a garch analysis to some data time series.Therefore, I've downloaded the package "tseries", as the garch analysis is not available in the main R program.When I try to load the "tseries package" from the R-Console screen, the following message appears: > > local({pkg <- select.list(sort(.packages(all.available = TRUE))) > + if(nchar(pkg)) library(pkg, character.only=TRUE)}) > Loading required package: quadprog > Error: package 'quadprog' could not be loaded > In addition: Warning message: > There is no package called 'quadprog' in: library(pkg, character.only = TRUE, logical = TRUE, lib.loc = lib.loc)Do you have quadprog installed? Uwe Ligges> It seems that the program detects a failure in a package called "quadprog", which I can't find (while I am trying to select the "tseries" package). As a consequence I cannot use the "garch" command.Could you lend me a helping hand on this issue?. > > Thanks very much.Best regards, > Agust?n Mart?n > > > ******************AVISO LEGAL********************** > > Este mensaje es privado y confidencial y solamente para la persona a .......... > > **********************DISCLAIMER***************** > This message is private and confidential and it is intended ........... > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html