[R] suppress startup messages from default packages

Helios de Rosario helios.derosario at ibv.upv.es
Mon Jul 15 14:39:03 CEST 2013


> Hi all,
> 
> several packages print messages during loading.  How do I avoid to
see
> them when the packages are in the defaultPackages?
> 
> Here is an example.
> 
> With this in ~/.Rprofile
> ,----[ ~/.Rprofile ]
> | old <- getOption("defaultPackages")
> | options(defaultPackages = c(old, "filehash"))
> | rm(old)
> `----
> 
> I get as last line when starting R:
> ,----
> | filehash: Simple key-value database (2.2-1 2012-03-12)
> `----
> 
> Another package with (even more) prints during startup is
tikzDevice.
> 
>How can I avoid to get these messages?


There are several options in ?library to control the messages that are
displayed when loading packages. However, this does not seem be able to
supress all the messages. Some messages are defined by the package
authors, because they feel necessary that the user reads them.

Helios De Rosario

> Regards,
> Andreas


INSTITUTO DE BIOMECÁNICA DE VALENCIA
Universidad Politécnica de Valencia • Edificio 9C
Camino de Vera s/n • 46022 VALENCIA (ESPAÑA)
Tel. +34 96 387 91 60 • Fax +34 96 387 91 69
www.ibv.org

  Antes de imprimir este e-mail piense bien si es necesario hacerlo.
En cumplimiento de la Ley Orgánica 15/1999 reguladora de la Protección
de Datos de Carácter Personal, le informamos de que el presente mensaje
contiene información confidencial, siendo para uso exclusivo del
destinatario arriba indicado. En caso de no ser usted el destinatario
del mismo le informamos que su recepción no le autoriza a su divulgación
o reproducción por cualquier medio, debiendo destruirlo de inmediato,
rogándole lo notifique al remitente.



More information about the R-help mailing list