An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121203/e7563e45/attachment.pl>
Help R CMD check
2 messages · Monica Rinaldi, Duncan Murdoch
On 03/12/2012 8:46 AM, Monica Rinaldi wrote:
Hello,
I'm trying to make one new package and when I'm run the following statement
R CMD check new
R return the next error:
* checking whether package 'new' can be installed ... ERROR
* install options are ' --no-html'
Errore: 1:8: unexpected symbol
1: export R
^
Esecuzione interrotta
You probably have more information in the check log file, but that looks like a syntax error in the NAMESPACE file. Duncan Murdoch