Re: [R] R CMD check detects parse error, but in which file?

2009-03-04 Thread Uwe Ligges
Matthieu Stigler wrote: Hello I looked on the archives but did not find answer for that... Running R CMD check for a package, i get an error: Error in parse(n = -1, file = file) : unexpected symbol at 3341: } But how can I find which file is guilty? What is this 3342 referring to? Given

Re: [R] R CMD check detects parse error, but in which file?

2009-03-04 Thread Jim Lemon
Matthieu Stigler wrote: Hello I looked on the archives but did not find answer for that... Running R CMD check for a package, i get an error: Error in parse(n = -1, file = file) : unexpected symbol at 3341: } But how can I find which file is guilty? What is this 3342 referring to? Finally

Re: [R] R CMD check detects parse error, but in which file?

2009-03-04 Thread Matthieu Stigler
Jim Lemon a écrit : Matthieu Stigler wrote: Hello I looked on the archives but did not find answer for that... Running R CMD check for a package, i get an error: Error in parse(n = -1, file = file) : unexpected symbol at 3341: } But how can I find which file is guilty? What is this 3342

Re: [R] R CMD check detects parse error, but in which file?

2009-03-04 Thread Uwe Ligges
Matthieu Stigler wrote: Jim Lemon a écrit : Matthieu Stigler wrote: Hello I looked on the archives but did not find answer for that... Running R CMD check for a package, i get an error: Error in parse(n = -1, file = file) : unexpected symbol at 3341: } But how can I find which file is

[R] R CMD check detects parse error, but in which file?

2009-03-03 Thread Matthieu Stigler
Hello I looked on the archives but did not find answer for that... Running R CMD check for a package, i get an error: Error in parse(n = -1, file = file) : unexpected symbol at 3341: } But how can I find which file is guilty? What is this 3342 referring to? Finally the solution I found is to