You have an error in the R files of your package. Before you even do
R CMD check, do try loading the package in R.
On Mon, 30 Jun 2003, John Bj?rnar Bremnes wrote:
> when using R CMD check mypkg I get the error message
> ...
> * checking R files for library.dynam ... OK
> * checking generic/method consistency ... WARNING
> Error in .loadPackageQuietly(package, lib.loc) :
> Error in parse(file, n, text, prompt) : syntax error on line 95
> Execution halted
> * checking for assignment functions with final arg not named
'value' ...
> WARNING
> Error in .loadPackageQuietly(package, lib.loc) :
> Error in parse(file, n, text, prompt) : syntax error on line 95
> Execution halted
> ...
>
> What can I do to avoid this? I use R-1.7.0 on Linux RedHat.
>
> Any suggestions are appreciated.
>
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595