[R] Help R CMD check

Duncan Murdoch murdoch.duncan at gmail.com
Mon Dec 3 15:47:23 CET 2012


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




More information about the R-help mailing list