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