Re: [Rd] How to change name of .so/.dll

2012-06-12 Thread Simon Urbanek
On Jun 12, 2012, at 6:39 PM, Matthew Dowle wrote: > Matthew Dowle wrote : >> Hi, >> >> I've added R_init_data_table to the "data.table" package (which has a dot >> in its name). This works well in R 2.15.0, because of this from the >> Writing R Extensions manual : >> >> " Note that there are so

Re: [Rd] How to change name of .so/.dll

2012-06-12 Thread Matthew Dowle
Matthew Dowle wrote : > Hi, > > I've added R_init_data_table to the "data.table" package (which has a dot > in its name). This works well in R 2.15.0, because of this from the > Writing R Extensions manual : > > " Note that there are some implicit restrictions on this mechanism as the > basename of

Re: [Rd] How to change name of .so/.dll

2012-06-12 Thread Matthew Dowle
Matthew Dowle wrote : > Hi, > > I've added R_init_data_table to the "data.table" package (which has a dot > in its name). This works well in R 2.15.0, because of this from the > Writing R Extensions manual : > > " Note that there are some implicit restrictions on this mechanism as the > basename of

Re: [Rd] x11 icon and class

2012-06-12 Thread Davor Cubranic
On 2012-06-07, at 12:05 PM, Philip Johnson wrote: > The X11 device driver does not provide the X window manager with an icon > (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This > hinders usability under the new stable version of Ubuntu, which has a (new) > user interfac

[Rd] Working on a Vignette called Rcheology

2012-06-12 Thread Paul Johnson
Greetings, R developers Here are my requests today. 1. Would you care to review this vignette http://pj.freefaculty.org/R/Rchaeology.pdf and tell me if you think it is wrong headed, and 2. Supposing you do not think I'm completely wrong, would you care to point me at more examples of R idioms t

Re: [Rd] stumped on re-building package vignette

2012-06-12 Thread Paul Johnson
On Wed, Jun 6, 2012 at 8:21 AM, Michael Friendly wrote: > [Env: Win Xp / StatET 2.0 / R 2.15.0] > > In my heplots package I extended the HE-examples.Rnw vignette under > inst/doc. The package passes R CMD check > on my machine: > > * using log directory 'C:/eclipse-3.7/heplots.Rcheck' > * using R

Re: [Rd] Multiple sub-architecture: linking issue

2012-06-12 Thread Renaud Gaujoux
Dirk, who thinks this should have been on r-sig-debian all along Moved to r-sig-debian as suggested: https://stat.ethz.ch/pipermail/r-sig-debian/2012-June/001885.html __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-d

[Rd] How to change name of .so/.dll

2012-06-12 Thread Matthew Dowle
Hi, I've added R_init_data_table to the "data.table" package (which has a dot in its name). This works well in R 2.15.0, because of this from the Writing R Extensions manual : " Note that there are some implicit restrictions on this mechanism as the basename of the DLL needs to be both a valid f