-
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
add tests for data imports #314
Comments
These need to be moved to their own package with the raw datasets which are available through two routes: The second requires functions and tests. This should act as a single source of truth for all the datasets used in handbooks, tutorials, exercises and case studies. Need a good way to include metadata (both in terms of description of dataset source and data dictionaries). Ideally need a future way for this to be programming and human language interchangable. https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/00Index.html https://github.com/rfordatascience/tidytuesday/blob/master/.github/pr_instructions.md |
cross-referencing appliedepi/epiRhandbook_eng#129 |
This has now been implemented in https://github.com/appliedepi/appliedepidata This means that the following files can be deleted - and then {appliedepidata} needs to be added as a dependency. R folder:
data folder:
inst>extdata folder:
|
neale added functions to have data and shapefiles available for datasets.
need to add tests.
The text was updated successfully, but these errors were encountered: