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 Thanks [[alternative HTML version deleted]]
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