Re: [Rd] Memcheck: error in a switch using getGraphicsEvent

2014-03-21 Thread Christophe Genolini
Le 21/03/2014 01:45, Duncan Murdoch a écrit : On 2014-03-20, 8:02 PM, Christophe Genolini wrote: Hi the list, One of my package has an (other) error detected by memtest that I do not manage to understand. Here is the message that I get from Memtest --- 8< > try(choice(cld1)

Re: [Rd] Memcheck: error in a switch using getGraphicsEvent

2014-03-20 Thread Duncan Murdoch
On 2014-03-20, 8:02 PM, Christophe Genolini wrote: Hi the list, One of my package has an (other) error detected by memtest that I do not manage to understand. Here is the message that I get from Memtest --- 8< > try(choice(cld1)) Error in switch(EXPR = choix, Up = { : EXPR m

[Rd] Memcheck: error in a switch using getGraphicsEvent

2014-03-20 Thread Christophe Genolini
Hi the list, One of my package has an (other) error detected by memtest that I do not manage to understand. Here is the message that I get from Memtest --- 8< > try(choice(cld1)) Error in switch(EXPR = choix, Up = { : EXPR must be a length 1 vector --- 8< The