Displaying 1 result from an estimated 1 matches for "eqnnormal".
Did you mean:
  encnormal
  
2008 Dec 07
2
Checking your package's help files
...checked for validity).  This results in at best 
missing information and at worse nonsense.
3) Grep the installed help for internal constructs, e.g.
grep nornal-bracket <installed-package>/help/*
Three ways I have found such constructs to appear in the processed files:
a) If you see 'eqnnormal-bracket' then you have a one-argument \eqn (or 
possibly \deqn) command immediately followed by }.  This is correct Rd but 
mis-processed in earlier versions of R.  In all the cases I have seen it 
comes from grammatically incorrect help files of the form
\item{foo}{... \eqn{x}}
where the ite...