RDatasets.jl icon indicating copy to clipboard operation
RDatasets.jl copied to clipboard

Streamline adding a new dataset

Open frankier opened this issue 3 years ago • 2 comments

  • Add instructions to README for adding a new dataset
  • Add scripts to update the dataset metadata
  • Add update_doc method to only add a single dataset
  • Add HTML documentation generation to update_doc
  • Change update_doc to correctly round trip quotes in the metadata CSV

frankier avatar Aug 29 '22 15:08 frankier

Partially addresses https://github.com/JuliaStats/RDatasets.jl/issues/47#issuecomment-445564130 and https://github.com/JuliaStats/RDatasets.jl/issues/127 which both mention wanting further instruction on how to add a dataset.

frankier avatar Aug 29 '22 16:08 frankier

Codecov Report

Base: 83.33% // Head: 81.48% // Decreases project coverage by -1.85% :warning:

Coverage data is based on head (ebcbfef) compared to base (b1a5959). Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   83.33%   81.48%   -1.86%     
==========================================
  Files           3        3              
  Lines          24       27       +3     
==========================================
+ Hits           20       22       +2     
- Misses          4        5       +1     
Impacted Files Coverage Δ
src/dataset.jl 85.71% <66.66%> (-5.20%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov-commenter avatar Oct 14 '22 12:10 codecov-commenter