Skip to content

normal-bracket50bracket-normal?

2 messages · Brian Ripley, Spencer Graves

#
These usually indicate incorrect files. Have you looked at the 
experimental Rd parser in R-devel to see if it pinpoints an error?

For example, in both Fperm.Rd and compareDerivatives.Rd there is an 
\itemize{} construct inside \value, which is incorrect as \value is itself 
an implicit \itemize.  Please do check the description in 'Writing R 
Extensions' (and \value is definitely quirky).
On Sun, 30 Nov 2008, Spencer Graves wrote:

            
Which is insufficient for the rest of us to get access to it.

  
    
#
Dear Prof. Ripley: 

      Thanks very much.  It looks like removing the "\itemize" from 
within "\value" should fix the problem, though I haven't fully tested it 
yet.  I previously removed that from "Fperm.fd" and the problem is fixed 
there.  I haven't yet tested it with "tperm.fd" and "compareDerivatives". 

      Thanks again. 
      Spencer
Prof Brian Ripley wrote: