nutterb / HydeNet

Hybrid Decision Networks in R
Other
23 stars 4 forks source link

Do we need to export as many functions as we do? #55

Closed nutterb closed 9 years ago

nutterb commented 9 years ago

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.

jarrod-dalton commented 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.

jarrod-dalton commented 9 years ago

We could combine the help files for the datasets into a single file, as Hadley does here:

https://github.com/hadley/babynames/blob/master/R/data.R

nutterb commented 9 years ago

and it seems the answer is yes, we need to export all of the methods.