Skip to content
Prev 312854 / 398503 Next

.Rd vs. .R, matrix multiplication

On 12-12-03 5:00 PM, Christian Hoffmann wrote:
That sounds like a problem that ESS could solve.  The rules for what 
needs escaping in .Rd files are well defined, and ESS should know what 
kind of file it is editing, so it should be fixable.

Allowing raw %*% in a .Rd code block would mean that invisible comments 
were impossible (since Rd comments start with %).  They are not 
extremely common, but common enough that it would inconvenience a lot of 
package writers to make that change.  Seems like a small ESS fix is easier.

Duncan Murdoch