Re: [R] Problems installing docopt

2016-03-24 Thread Neale Ferguson
The problem was that this was in a Docker container which is based on a strip down base image. While I had restored glibc-common and its locale information, there was still stuff removed from glibc that was required. Reinstalled it and building cleanly. Thanks, Neale On 3/23/16, 11:53 PM, "David

Re: [R] Problems installing docopt

2016-03-23 Thread David Winsemius
> On Mar 23, 2016, at 2:48 PM, Neale Ferguson wrote: > > Hi, > I¹ve seen similar questions when googling this problem but none of them > seem directly related to what I am seeing. Doing an install.r docopt craps > out with stringi build complaining: > > Error in iconv(x, "latin1", "ASCII") : >

[R] Problems installing docopt

2016-03-23 Thread Neale Ferguson
Hi, I¹ve seen similar questions when googling this problem but none of them seem directly related to what I am seeing. Doing an install.r docopt craps out with stringi build complaining: Error in iconv(x, "latin1", "ASCII") : unsupported conversion from 'latin1' to 'ASCII' Searching came up