Re: [R-pkg-devel] [FORGED] obscure syntax error

2019-03-22 Thread Jim Lemon
Hi Peter and Rolf, In fact there was a missing EOL at the end, but I had already fixed that. It was an error in a previous function (delim.table) and Rolf's little function spotted it. Thanks to both of you for quick and helpful answers. Jim On Fri, Mar 22, 2019 at 9:49 PM Rolf Turner wrote: > >

Re: [R-pkg-devel] [FORGED] obscure syntax error

2019-03-22 Thread Rolf Turner
On 22/03/19 11:18 PM, Jim Lemon wrote: Hi, I have been attempting to check a new version of the prettyR package, and have struck a difficult problem. The check fails at the installation, and when I track the error, it is "Unexpected end of input" in the xtab function. I have tried a number of