Re: [Rd] getGraphicsEvent in an example

2009-02-18 Thread Christophe Genolini

Greg Snow a écrit :

Just wrap the example in either \dontrun{} or
if(interactive()){

}
  

Thanks. Your solution gives me an other idea :
try(myFunction) works as well.

Christophe



That way that example will be skipped when the automatic tests are done, but 
will still be available for a reader to run by copy/paste or the examples 
function (2nd case above).

This has worked for me, examples using these are playSudoku in the sudoku 
package and dynIdentify in TeachingDemos.

Hope this helps,




__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] getGraphicsEvent in an example

2009-02-17 Thread Christophe Genolini

Hi the list,
Is there a way to include a function using a getGraphicsEvent in the 
\examples section?

Christophe

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] getGraphicsEvent in an example

2009-02-17 Thread Greg Snow
Just wrap the example in either \dontrun{} or
if(interactive()){

}

That way that example will be skipped when the automatic tests are done, but 
will still be available for a reader to run by copy/paste or the examples 
function (2nd case above).

This has worked for me, examples using these are playSudoku in the sudoku 
package and dynIdentify in TeachingDemos.

Hope this helps,

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111


 -Original Message-
 From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-
 project.org] On Behalf Of Christophe Genolini
 Sent: Tuesday, February 17, 2009 5:07 AM
 To: r-devel@r-project.org
 Subject: [Rd] getGraphicsEvent in an example
 
 Hi the list,
 Is there a way to include a function using a getGraphicsEvent in the
 \examples section?
 Christophe
 
 __
 R-devel@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-devel

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] getGraphicsEvent in an example

2009-02-17 Thread Gabor Grothendieck
Also any demos in the demo directory will be skipped by
the automated checks.

On Tue, Feb 17, 2009 at 12:01 PM, Greg Snow greg.s...@imail.org wrote:
 Just wrap the example in either \dontrun{} or
 if(interactive()){

 }

 That way that example will be skipped when the automatic tests are done, but 
 will still be available for a reader to run by copy/paste or the examples 
 function (2nd case above).

 This has worked for me, examples using these are playSudoku in the sudoku 
 package and dynIdentify in TeachingDemos.

 Hope this helps,

 --
 Gregory (Greg) L. Snow Ph.D.
 Statistical Data Center
 Intermountain Healthcare
 greg.s...@imail.org
 801.408.8111


 -Original Message-
 From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-
 project.org] On Behalf Of Christophe Genolini
 Sent: Tuesday, February 17, 2009 5:07 AM
 To: r-devel@r-project.org
 Subject: [Rd] getGraphicsEvent in an example

 Hi the list,
 Is there a way to include a function using a getGraphicsEvent in the
 \examples section?
 Christophe

 __
 R-devel@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-devel

 __
 R-devel@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-devel


__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel