-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on which functions to make internal #79
Comments
PR #365 reopened this issue:
|
Noting that new functions introduced in #365 have been exported under the understanding that are reviewed here |
To create a new model
To add a new reparameterisation of a family
So in this sense, you perhaps don't need to edit In the case of Similarly, if we are not to be exporting e.g. Perhaps this line of thinking is pushing us towards not exporting any of these things? |
@seabbs make sure to think about the simulation code. |
Currently (approximately) all of the functions in the package are external (
@export
).We should decide which should be made internal to the package.
As example, in #70 @seabbs raised this regarding functions in
utils.R
and theepidist_stancode
functions.The text was updated successfully, but these errors were encountered: