rladies/praise

Word list should be internal data?

hadley opened this issue · 3 comments

i.e. in R/sysdata.rda since it's to be used by the package, not by users of the pacakge

I would keep it in a "text" file, actually, because then people can see it on GitHub, and also easily submit pull requests.

I know I could still build a sysdata.rda, but that also complicates pull requests.

I don't see this package having a lot of words, at most a couple of thousands, so I think for now the text files are fine.

Ok, but be prepared for awkwardness when trying to access that data within R/

Maybe I'll just put it in R/ then, as regular R objects. No trouble then I think.