grimbough / rhdf5

Package providing an interface between HDF5 and R
http://bioconductor.org/packages/rhdf5
59 stars 22 forks source link

Expose per-class methods for h5writeAttribute. Fixes issue #98; PR 2 of 2. #100

Closed dansmith01 closed 2 years ago

dansmith01 commented 2 years ago

Since these function names have a "." in them, roxygen will add them to NAMESPACE as e.g. S3method(h5writeAttribute,integer). This PR will force oxygen to include them in NAMESPACE as e.g. export(h5writeAttribute.integer), thereby restoring the exports present prior to PR #87.