egonw / rrdf

R package for handling RDF data.
Other
29 stars 11 forks source link

NAMESPACE file missing #14

Closed egonw closed 10 years ago

egonw commented 12 years ago

As reported by "R CMD check":

As from R 2.14.0 all packages need a namespace. One will be generated on installation, but it is better to handcraft a NAMESPACE file: R CMD build will produce a suitable starting point.

cboettig commented 10 years ago

Oh, it appears you've already done this: https://github.com/egonw/rrdf/blob/master/rrdf/NAMESPACE

I've generated roxygen2 style documentation to your functions on my fork, not sure if you would be interested in that as a pull request?

egonw commented 10 years ago

Yeah, sorry. Apparently forgot to close this bug :(

Thanx for the docs; yes, I'm interested indeed! I not a bit fan of the split of .R and .Rd :)