; 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
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
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
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
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
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
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
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
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