[Rd] defines in Rmath.h and R_NO_REMAP

2008-10-12 Thread Daniel Sabanés Bové
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I'm programming with R 2.7.2 and had some trouble including Rmath.h for its random variates generation routines: Although I define R_NO_REMAP (which works fine for Rinternals.h stuff), Rmath.h defines "beta" as "Rf_beta" etc., so that my "beta"

Re: [Rd] RFC: Kerning, postscript() and pdf()

2008-10-12 Thread Duncan Murdoch
On 12/10/2008 11:36 AM, Prof Brian Ripley wrote: Ei-ji Nakama has pointed out (from another Japanese user, I believe) that postscript() and pdf() have not been handling kerning correctly, and this is a request for opinions about how we should correct it. Kerning is the adjustment of the spacin

[Rd] RFC: Kerning, postscript() and pdf()

2008-10-12 Thread Prof Brian Ripley
Ei-ji Nakama has pointed out (from another Japanese user, I believe) that postscript() and pdf() have not been handling kerning correctly, and this is a request for opinions about how we should correct it. Kerning is the adjustment of the spacing between letters from their natural width, so th

Re: [Rd] Thin spaces

2008-10-12 Thread Prof Brian Ripley
On Sun, 12 Oct 2008, hadley wickham wrote: On Sun, Oct 12, 2008 at 1:01 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: On Sat, 11 Oct 2008, hadley wickham wrote: Hi all, I'm looking at providing some nicer number formatting features for axes in ggplot2. One thing I would like to do is use

Re: [Rd] Thin spaces

2008-10-12 Thread hadley wickham
On Sun, Oct 12, 2008 at 1:01 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Sat, 11 Oct 2008, hadley wickham wrote: > >> Hi all, >> >> I'm looking at providing some nicer number formatting features for >> axes in ggplot2. One thing I would like to do is use thin spaces to >> separate digits

Re: [Rd] (PR#13132) splinefun gives incorrect derivs when extrapolating to the left

2008-10-12 Thread Berwin A Turlach
Dear Brian, On Thu, 9 Oct 2008 07:27:24 +0100 (BST) Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > Thanks, I've merged this (second version) patch into 2.8.0 beta. My pleasure. I thought it would be only fair that I fix the infelicity in the code after having provided the initial patch that int