Re: [Rd] Sweave support added to rgl package

2011-04-21 Thread Duncan Murdoch
I've just committed some changes to rgl that will probably detect bitmaps that are specified to be too large. As well, Brian Ripley backported some of the R-devel additions to the RweaveLatex driver, so now R 2.13.0-patched (revision 55572 or newer) should work as well as R-devel. Duncan Murd

Re: [Rd] Sweave support added to rgl package

2011-04-20 Thread Duncan Murdoch
On 20/04/2011 7:10 PM, Dominick Samperi wrote: On Wed, Apr 20, 2011 at 2:29 PM, Duncan Murdoch wrote: On 20/04/2011 1:52 PM, Dominick Samperi wrote: On Tue, Apr 19, 2011 at 2:18 PM, Duncan Murdoch wrote: I have just committed some code to the rgl package on https://r-forge.r-project

Re: [Rd] Sweave support added to rgl package

2011-04-20 Thread Dominick Samperi
On Wed, Apr 20, 2011 at 2:29 PM, Duncan Murdoch wrote: > On 20/04/2011 1:52 PM, Dominick Samperi wrote: >> >> On Tue, Apr 19, 2011 at 2:18 PM, Duncan Murdoch >>  wrote: >> >  I have just committed some code to the rgl package on >> >  https://r-forge.r-project.org/projects/rgl/ to allow rgl image

Re: [Rd] Sweave support added to rgl package

2011-04-20 Thread Duncan Murdoch
On 20/04/2011 1:28 PM, Sharpie wrote: Duncan Murdoch-2 wrote: > > I have just committed some code to the rgl package on > https://r-forge.r-project.org/projects/rgl/ to allow rgl images to be > inserted into Sweave documents. (This is not in the CRAN version yet.) > It makes use of the custo

Re: [Rd] Sweave support added to rgl package

2011-04-20 Thread Duncan Murdoch
On 20/04/2011 1:52 PM, Dominick Samperi wrote: On Tue, Apr 19, 2011 at 2:18 PM, Duncan Murdoch wrote: > I have just committed some code to the rgl package on > https://r-forge.r-project.org/projects/rgl/ to allow rgl images to be > inserted into Sweave documents. (This is not in the CRAN ve

Re: [Rd] Sweave support added to rgl package

2011-04-20 Thread Dominick Samperi
On Tue, Apr 19, 2011 at 2:18 PM, Duncan Murdoch wrote: > I have just committed some code to the rgl package on > https://r-forge.r-project.org/projects/rgl/ to allow rgl images to be > inserted into Sweave documents.  (This is not in the CRAN version yet.)  It > makes use of the custom graphics dr

Re: [Rd] Sweave support added to rgl package

2011-04-20 Thread Sharpie
Duncan Murdoch-2 wrote: > > I have just committed some code to the rgl package on > https://r-forge.r-project.org/projects/rgl/ to allow rgl images to be > inserted into Sweave documents. (This is not in the CRAN version yet.) > It makes use of the custom graphics driver support added by Bri