-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Migrating from memory of meeting.
Updating just documentation for data objects currently requires:
- Updating docs in epidatasets.
- Re-documenting downstream packages with latest epidatasets, as downstream packages inherit documentation.
- Every developer pulling epidatasets to not reverse doc updates.
- (Maybe some other things? Adjusting version bounds doesn't seem strictly necessary since it's just documentation, but might assist in forcing developers to stay in sync.)
Ideas for simplifying:
- Replace downstream docs with just a single data re-exports topic with links to epidatasets documentation for each object. We get to keep the note about
data(<obj name>)(and could add one about needing epidatasets attached for listing its data sets with justdata()). - Remove downstream docs; just
@exportand that's it.?/helpshould route to epidatasets documentation [since weImports:it], assuming we have identical object naming. We lose the notes about not being able to usedata(<obj name>), but that's an dated paradigm anyway, so hopefully not a huge loss. - Don't re-export at all downstream. This requires adding
epidatasets::and/orlibrary(epidatasets)in various downstream examples and vignettes.
Metadata
Metadata
Assignees
Labels
No labels