[Rd] Could unit.list() from grid package be made an exported function?

2016-03-06 Thread Wilke, Claus O
Hello, certain manipulations of ggplot2 graphs, in particular aligning them, require the function grid:::unit.list(). See e.g. these posts on stackoverflow: http://stackoverflow.com/questions/34032621/element-replacement-in-grid-unit-vector http://stackoverflow.com/questions/32580946/setting-abso

Re: [Rd] R 3.2.4 rc issue

2016-03-06 Thread Dirk Eddelbuettel
On 4 March 2016 at 06:37, Dirk Eddelbuettel wrote: | | On 4 March 2016 at 09:11, peter dalgaard wrote: | | Thanks for the info, Dirk. | | | | The tarball builds don't run make check (because of a policy decision that it is better to have the sources available on all platforms for testing than t

Re: [Rd] Problem installing R-devel dated 4 March 2016.

2016-03-06 Thread Rolf Turner
On 06/03/16 21:27, peter dalgaard wrote: Hm, we'll likely never find out. It looks a bit like a race condition or a Makefile deficiency in which some dependencies are not explicitly recorded (so that it tries to copy files before they have been made). I suppose that could happen if you try "make

Re: [Rd] Problem installing R-devel dated 4 March 2016.

2016-03-06 Thread peter dalgaard
Hm, we'll likely never find out. It looks a bit like a race condition or a Makefile deficiency in which some dependencies are not explicitly recorded (so that it tries to copy files before they have been made). I suppose that could happen if you try "make install" w/o a preceding "make". -pd