[Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Kara Woo
Hi all, With the new staged installation, it seems that R CMD INSTALL sometimes fails on macOS due to these lines [1] when sapply() returns a list. The x13binary package has an example [2], reproducible with the following steps: $ git clone g...@github.com:x13org/x13binary.git && cd x13binary $ g

Re: [Rd] Possible bug when finding shared libraries during staged installation

2019-05-24 Thread Kara Woo
, Martin Maechler wrote: > >>>>>> Kara Woo > >>>>>> on Thu, 23 May 2019 14:24:26 -0700 writes: > > > Hi all, > > > With the new staged installation, it seems that R CMD INSTALL > sometimes > > > fails on macOS