Skip to content
Prev 316957 / 398506 Next

First R Package --- Advice?

I'd argue that there's an important distinction between documenting a
function (how to use it) vs. documenting an algorithm (how it works).
I think noweb can work well for describing how something works, but
it's not so good for describing how to use it (as evidence see the 400
page latex package manuals that don't help you at all)

Hadley