UCL / rmcmc

Robust Markov chain Monte Carlo methods in R
http://github-pages.ucl.ac.uk/rmcmc/
Other
1 stars 0 forks source link

Remove unnecessary functions from API #14

Closed matt-graham closed 1 month ago

matt-graham commented 1 month ago

We currently export a few utility functions which aren't really necessary for external users

We also currently export some functions which could potentially be useful to users wishing to use smaller components of the package but aren't necessary for the main use case of the package

The former set of functions I would say should definitely not be exported, the latter its more arguable, but I would say probably better to initially keep API minimal and reexport later if it looks like there are valid use cases, to keep the exposed surface as minimal as possible.