-
Notifications
You must be signed in to change notification settings - Fork 14
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
Split sitrep into smaller unit packages #134
Comments
big like! definitely the way to go |
So we need to think about how to break things up. (names are all crap and need thinking but ignore for now) |
So i think we can do the following: move from {sitrep} to {epikit} (also see #269):
can be removed from {sitrep} as not using:
move from {sitrep} to {epidict}:
move from {sitrep} to {apyramid} (also see #281)
can be removed from {sitrep} as is part of {epidict}:
and we can leave the following in {sitrep}: NEED TO UPDATE EXPORTED FUNCTIONS
|
Currently sitrep does a few disparate things:
fmt_count()
family of functionsdescriptive()
tabulate_survey()
plot_age_pyramid()
It's safe to say that some of these can be broken into different packages because there are currently 34 packages that we import (which is not the number of packages that get installed).
When we know these templates are working, it would be a good idea to split some of these up into smaller packages that are viable stand-alone CRAN packages that sitrep can depend on (a la a kind of 'tidyverse' for epi packages).
The text was updated successfully, but these errors were encountered: