Re: [Rd] How to build R without support for translations?

2017-02-21 Thread Henrik Bengtsson
On Tue, Feb 21, 2017 at 7:00 PM, Dirk Eddelbuettel wrote: > > On 21 February 2017 at 18:45, Henrik Bengtsson wrote: > | In Section 'Localization of messages' of R Installation and > | Administration (R 3.3.2), it says: > | > |"R can be built without support for translations, but it is enabled

Re: [Rd] How to build R without support for translations?

2017-02-21 Thread Dirk Eddelbuettel
On 21 February 2017 at 18:45, Henrik Bengtsson wrote: | In Section 'Localization of messages' of R Installation and | Administration (R 3.3.2), it says: | |"R can be built without support for translations, but it is enabled | by default." | | How can this be done? Is this an option to 'conf

[Rd] How to build R without support for translations?

2017-02-21 Thread Henrik Bengtsson
In Section 'Localization of messages' of R Installation and Administration (R 3.3.2), it says: "R can be built without support for translations, but it is enabled by default." How can this be done? Is this an option to 'configure', which I then failed to identify, or via some environment vari

Re: [Rd] [FORGED] Re: Replaying a recorded plot (mixed base and grid) from pdf() in cairo_pdf() crashes R

2017-02-21 Thread Yihui Xie
Thanks a lot! I don't use cairo_pdf() very often. I discovered this problem because a user reported an issue with cairo_pdf() in knitr, and I found it was reproducible without using knitr. Regards, Yihui -- https://yihui.name On Tue, Feb 21, 2017 at 5:32 PM, Paul Murrell wrote: > Hi > > I decid

Re: [Rd] [FORGED] Re: Replaying a recorded plot (mixed base and grid) from pdf() in cairo_pdf() crashes R

2017-02-21 Thread Paul Murrell
Hi I decided to blame cairo_pdf(). There is a fix in r-devel (r72242) that works for the reported case, plus some basic sanity checks. I could not complete 'make check-devel' because it was failing on reg-tests-1d.R ... > stopifnot(length(fd) == 10, identical(fd, format(dct <- as.POSIXct(

[Rd] R CMD build error during vignettes build

2017-02-21 Thread Sebastian P. Luque
Hello, I'm trying to rebuild a package (using R version 3.3.2 (2016-10-31)) that has not seen any changes since it was last built without problems in previous R versions. It fails during vignette building with: ------ $ R CMD b

Re: [Rd] possible improvement to ?with examples

2017-02-21 Thread Martin Maechler
> Ben Bolker > on Thu, 16 Feb 2017 15:37:13 -0500 writes: > A querent on StackOverflow asked about the with() function > http://stackoverflow.com/questions/42283479/why-when-to-use-with-function#42283479 > and asked about the example in ?with > library(MASS) > w