-
Notifications
You must be signed in to change notification settings - Fork 5
Open
2 / 42 of 4 issues completedLabels
6_test_dataTest and example dataTest and example data
Description
this post will be updated as work evolves
We presently have many datasets, some in data, others in tests, not all of them used. This complicates updates when RDBES is upgraded. There is not a clear path to know what needs done and by what order
We decide to work with an API in mind [the API will facilitate steps 1 and 2 below:
- text book and other examples need to be uploaded to RDBES (also so the data is validated) under ZW
- ZW data will be downloaded to data-raw.
- A function will be placed in data-raw that splits the ZW zip into the data used in the package.
- some data used in tests\testthat will be organized into hierarchy folders in the test folder - these will be mostly csv and zips to test the importing functions - and be named only as H1, H2, ... so paths inside the tests do not have to be updated.
- most data will be placed in the data directory - most tests will source from there and so will all vignettes
- data and files that appear not to be used, will be moved to data-raw/old
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
6_test_dataTest and example dataTest and example data