Closed nutterb closed 9 years ago
I agree. And for some reason, roxygen put a skeleton documentation file for %>%
into the package. I don't know why it did that, and no idea how to get around it.
We could combine the help files for the datasets into a single file, as Hadley does here:
and it seems the answer is yes, we need to export all of the methods.
It seems to me that a lot of the functions I've exported aren't really intended to be called by the user. This is especially true in the case of the methods like
writeJagsFormula
. I need to figure out how to get these to work without exporting them.