Re: signature mismatch

2014-01-04 Thread Hans Schou
The script at http://pi.dk/3/ says if gpg --with-fingerprint $LATEST.tar.bz2.sig 2>&1 | $GREP -E '^Primary key fingerprint: BE9C... if "LANG=C" is added before that line I guess it could be solved. /hans 2014/1/4 Ole Tange > On Sat, Jan 4, 2014 at 2:56 AM, ChessDoter wrote: > > > Since i am

Re: Use R to manage results from GNU Parallel

2014-01-04 Thread Ole Tange
On Sat, Jan 4, 2014 at 5:04 PM, David Rosenberg wrote: > Hi Ole, > > Sorry -- wasn't sure if I should respond to the parallel list or to you > personally. Always the list. > The function load_parallel_results seems like a nice way to load generic > results data into R. In practice, however, the

Re: Use R to manage results from GNU Parallel

2014-01-04 Thread David Rosenberg
> > Your idea requires the user to make sure the output is \t separated. > > Yes... I've been doing that for years and life has been better ever since. But sure, the separator should be a parameter. > Maybe we could have an option that would indicate the splitting char. > The default would be no