Skip to content
Prev 170919 / 398525 Next

swich off printed info

Dear R users,
I  use function kqr from package kernlab a large number of time and  
every time it is used it prints an info message which slows the  
process. Please note that it is not a warning message or an error  
message and that there is no "info" option in the function that could  
be set to FALSE.
How can I switch off this type of message ? I think of something  
similar to setting warns option to -1  or  similar to a function that  
could "handle" the message and throw it out  ( a sort of try function  
for non error messages ... )

Thank you in advance for your answer

Robin Girard