Re: [Rd] R CMD check not reading R_LIBS from ~/.R/check.Renviron

2013-01-17 Thread Jari Oksanen
Gav, This is off-list since I only wonder what you are trying to do. It seems to me that you're trying something much too elegant and complicated. One thing that I have learnt to avoid is muck up with environments: that is calling trouble. One day they will change R and you will get errors

Re: [Rd] Declaring/importing non-exported functions [car] in another package

2013-01-17 Thread Martin Maechler
Michael Friendly frien...@yorku.ca on Wed, 16 Jan 2013 12:52:15 -0500 writes: On 1/16/2013 12:26 PM, John Fox wrote: Dear Duncan and Michael, My initial reaction is that I'd rather not export these functions from the car package since the package already has

[Rd] FYI cairo/freetype issues affecting cairo_pdf ; using non-English in R code.

2013-01-17 Thread Hin-Tak Leung
Affecting cairo 1.11.2+ and most versions of freetype. https://bugzilla.redhat.com/show_bug.cgi?id=891457 The initial problem was seen with R Sweave, but eventually traced back to cairo then onto freetype (comment 10, 13 and comment 33). Leading up to the whole thing was a new vignette I was

Re: [Rd] rpvm arch check

2013-01-17 Thread Michael Li
OK. I will upload the updated version to CRAN and see if there is any problem with the checking. One additional question, if a user decides to build the library from source he may still encounter the problem. Is there a way (though configure.in file maybe) to detect the architecture of the

Re: [Rd] rpvm arch check

2013-01-17 Thread Simon Urbanek
On Jan 17, 2013, at 10:52 AM, Michael Li wrote: OK. I will upload the updated version to CRAN and see if there is any problem with the checking. One additional question, if a user decides to build the library from source he may still encounter the problem. Is there a way (though

Re: [Rd] Bug in list subset assignment due to NAMED optimization

2013-01-17 Thread luke-tierney
Thanks for the report. This is now fixed in R-devel and R-patched by increasing NAMED on the RHS value to 2 when it is not 0. Best, luke On Tue, 8 Jan 2013, Justin Talbot wrote: In R version 2.15.2 (2012-10-26) i386-apple-darwin9.8.0/i386 (32-bit) I get the following: a - list(1) (a[[1]]