Re: [R] Roxygen to ignore a block of code?

2009-06-22 Thread Ian Fiske
I think that you want the the @nord tag which is in development. I am eager for the release of the Roxygen version with this tag too! See their mailing list on R-Forge for more details on this. cheers, Ian Ken-JP wrote: I don't want any zoo.Rd to be generated - I am a user of the library,

Re: [R] Roxygen to ignore a block of code?

2009-06-21 Thread Ken-JP
For instance, I am trying to run Roxygen on: require( zoo ) # needed for time series setClass( zoo ) # lets S4 know about S3 class so we can use as an argument setClass( myClass, representation( .zoo=zoo ), prototype( 0, as.Date(1970-01-01) )) When I run this code through

[R] Roxygen to ignore a block of code?

2009-06-21 Thread Ken-JP
Any way to tell Roxygen to ignore a block of code? It is generating an unwanted .Rd file. I've been searching for hours for an example, scouring documentation, but no luck... Thanks. - Ken -- View this message in context: