Skip to content
Prev 312842 / 398503 Next

.Rd vs. .R, matrix multiplication

Hi,

I find it cumbersomesome the I have to use \%*\% in .Rd files vs. %*% in 
.R files. R CMD check will refuse %*% in .Rd files. I would like to have 
%*% in .Rd files to be able to execute expressions with matrix 
multiplication from .Rd files directly, but ESS (version 5.13) would 
refuse to execute this execution.

What can be done here?

TIA

Christian