Skip to content
Prev 173783 / 398503 Next

Stuck on building a package

On 15/03/2009 4:46 AM, Ajay Shah wrote:
Generally questions about building packages are better in R-devel.


When I paste the offending function into an R it works
That's a syntax error in one of your files.  Usually an unexpected end 
of input means you opened more braces than you closed, but there are 
other ways to get the same error:  it just means the statement it was 
parsing was incomplete when it ran out of input.

The line numbers 63 and 64 are probably not helpful; the package check 
process manipulates the code a bit before it passes it to the parser. (I 
think R-devel will give better error messages in this regard.)

Duncan Murdoch