Displaying 4 results from an estimated 4 matches for "663ad7122".
2019 May 23
3
Possible bug when finding shared libraries during staged installation
...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 git at github.com:x13org/x13binary.git && cd x13binary
$ git checkout 663ad7122
$ R CMD INSTALL .
(We've also run into it in an internal package, but it's easier to
reproduce with x13binary)
In this case the file command returns multiple results for one of the
dynamic libraries, so are_shared looks like this:
> are_shared
$`/Users/Kara/projects/forks/x13binary/in...
2019 May 24
2
Possible bug when finding shared libraries during staged installation
...> 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 git at github.com:x13org/x13binary.git && cd x13binary
> > $ git checkout 663ad7122
> > $ R CMD INSTALL .
>
> > (We've also run into it in an internal package, but it's easier to
> > reproduce with x13binary)
>
> > In this case the file command returns multiple results for one of the
> > dynamic libraries, so are...
2019 May 24
0
Possible bug when finding shared libraries during staged installation
...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 git at github.com:x13org/x13binary.git && cd x13binary
> $ git checkout 663ad7122
> $ R CMD INSTALL .
> (We've also run into it in an internal package, but it's easier to
> reproduce with x13binary)
> In this case the file command returns multiple results for one of the
> dynamic libraries, so are_shared looks like this:
>>...
2019 May 24
0
Possible bug when finding shared libraries during staged installation
...to these lines [1] when sapply() returns a
> list. The
> > > x13binary package has an example [2], reproducible with the
> following steps:
> >
> > > $ git clone git at github.com:x13org/x13binary.git && cd x13binary
> > > $ git checkout 663ad7122
> > > $ R CMD INSTALL .
> >
> > > (We've also run into it in an internal package, but it's easier to
> > > reproduce with x13binary)
> >
> > > In this case the file command returns multiple results for one of
> the
>...