grimbough / rhdf5

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

Expose per-class functions for h5writeDataset. Fixes issue #98; PR 1 of 2. #99

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(h5writeDataset,integer). This PR will force oxygen to include them in NAMESPACE as e.g. export(h5writeDataset.integer), thereby restoring the exports present prior to PR #87.