Skip to content
Prev 6081 / 63468 Next

Suggested change to documentation

Its not clear from the documentation whether one should do

\keyword[key1, key2}

or

\keyword{key1}
\keyword{key2}

in .Rd files.  I believe the latter is correct.  (At least 'R CMD check' 
complains when given the first version.)  It would help to make this 
explicit in the R extension writing docs.

Tim