Skip to content
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

Update the README following major changes to the import process. #95

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

plietar
Copy link
Member

@plietar plietar commented Dec 6, 2023

The README makes mention of a database that gets created at startup from the imported data. This step was removed as part of PR #72. The imported data is now used directly by mintr, and no database needs construction.

Also some minor related updates here and there:

  • The data files are now hosted on GitHub releases rather than DIDE servers.
  • The inst/version file was renamed to inst/data_version in mrc-4163 version endpoint #94.
  • The .gitignore contained an import line which matched against scripts/import. While git supports this fine, other tooling gets confused a bit. As far as I can tell, there are no scripts that produce files with that name (anymore at least).
  • scripts/import contained an old import function that was used to feed the data to tests. The mintr_test_db_init is now responsible for that task and gets called automatically.
  • The branch for EPIC: 2023 data update #72 was temporarily added to CI config files. This isn't needed anymore now that work on this is complete.

The README makes mention of a database that gets created at startup from
the imported data. This step was removed as part of PR #72. The imported
data is now used directly by mintr, and no database needs construction.

Also some minor related updates here and there:
- The data files are now hosted on GitHub releases rather than DIDE
  servers.
- The `inst/version` file was renamed to `inst/data_version` in #94.
- The .gitignore contained an `import` line which matched against
  `scripts/import`. While git supports this fine, other tooling gets
  confused a bit. As far as I can tell, there are no scripts that
  produce files with that name (anymore at least).
- `scripts/import` contained an old `import` function that was used to
  feed the data to tests. The `mintr_test_db_init` is now responsible
  for that task and gets called automatically.
- The branch for #72 was temporarily added to CI config files. This
  isn't needed anymore now that work on this is complete.
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4734c6) 99.71% compared to head (1eedef8) 99.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   99.71%   99.71%           
=======================================
  Files           7        7           
  Lines         356      356           
=======================================
  Hits          355      355           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@plietar plietar merged commit 8acfd15 into master Dec 7, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants