Re: [Rd] How to document man/*.Rd pages with images?

2011-05-11 Thread Thomas Roth
; On May 11, 2011, at 4:43 PM, Thomas Roth wrote: > > > i got the original idea from > > > > > http://romainfrancois.blog.free.fr/index.php?post/2010/04/03/embed-images-in-Rd-documents > > > > i really won't mind if this is removed. i can put a &qu

Re: [Rd] How to document man/*.Rd pages with images?

2011-05-11 Thread Thomas Roth
n May 11, 2011, at 4:16 PM, Thomas Roth wrote: > > > Well, it takes 5 seconds on a regular notebook... which i have > > > > Basically there's small simulation going on, so if you don't need any > simulation just a small plot it will go in less then a second. Haven't

Re: [Rd] How to document man/*.Rd pages with images?

2011-05-11 Thread Thomas Roth
tion going on in the background... 2011/5/11 Simon Urbanek > > On May 11, 2011, at 4:00 PM, Thomas Roth wrote: > > Hi, > > There's a possibility to put images into documentation files. Have a look > at > the package visualizationTools to see how it works. The origin

Re: [Rd] How to document man/*.Rd pages with images?

2011-05-11 Thread Thomas Roth
Hi, There's a possibility to put images into documentation files. Have a look at the package visualizationTools to see how it works. The original idea is/was by Romain Francois as far as i remember. For instance have a look at the documentation for the function CLT HTH Thomas 2011/5/11 Hadley

[Rd] error in: testing if installed package can be loaded

2011-03-21 Thread Thomas Roth
s_1.41 loaded via a namespace (and not attached): [1] tools_2.13.0 Best Whishes Thomas Roth [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Error in tools::build Vignettes (dir = ".")

2011-02-21 Thread Thomas Roth
Dear List, Recently i changed my environment switching from 32bit XP to 64bit W7. I'm trying to rebuild my package with R 2.12.1 (2010-12-16) R CMD check --> everything ok, no warning, error nothing BUT R CMD build --> Error in tools::build Vignettes (dir = ".") : Execution of make failed (tra

[Rd] Documenting generic S4 replacement method for package building

2010-06-09 Thread Thomas Roth
ax? The problem is probably trivial to somebody who has written a documentation file for an S4 replacement method but I'm stuck and tried many things, none of them working. Does somebody what needs to be added to the file? Thank you in advance Thomas Roth - \name{low

[Rd] Defining a S4 method for existing function interaction.plot

2009-06-08 Thread Thomas Roth (geb. Kaliwe)
Is there a solution that keeps the original interaction.plot and lets me define a interaction.plot for objects of my S4-Class? Thank you for your time Thomas Roth __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] S4 coerce as.data.frame for lm

2009-03-12 Thread Thomas Roth (geb. Kaliwe)
frame for class test setMethod("as.data.frame", "test", function(x, row.names = NULL, optional = FALSE) { return(x...@data) } ) as.data.frame(temp) #works lm(eruptions ~ waiting, data = temp) #doesn't work #Thank you for any hints #Thomas Roth #from the lm help