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