Skip to content

Errors checking a library

1 message · Roger Bivand

#
On Thu, 18 Nov 2004, michael watson (IAH-C) wrote:

            
I'm guessing at what you may mean, so excuse me getting it wrong. If the 
code is in an example in a help file (*.Rd, \examples{} block), then the % 
may be being interpreted as a comment character, and the remainder of the 
line not processed - see Writing R Extensions -> Writing R documentation 
files -> Insertions.

If that is the problem, then escaping the % by \% should fix it, that it 
what is done in src/library/base/man/match.Rd anyway.