ScottishCovidResponse / data_pipeline_api

API to access the data pipeline
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Added R API Instructions #87

Closed kzscisoft closed 4 years ago

kzscisoft commented 4 years ago

Addition of r_api folder which just contains instructions on how to use the API via the reticulate library in R

codecov-commenter commented 4 years ago

Codecov Report

Merging #87 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #87   +/-   ##
=========================================
  Coverage     76.72%   76.72%           
  Complexity      180      180           
=========================================
  Files            64       64           
  Lines          2217     2217           
  Branches         38       38           
=========================================
  Hits           1701     1701           
  Misses          484      484           
  Partials         32       32           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d18c240...4f8d4b0. Read the comment docs.

mrow84 commented 4 years ago

I'm not approving because I'm not sure if you want review yet - add me as a reviewer if you do. I also wonder whether you should add a brief section to the top-level README pointing to this one?

richardreeve commented 4 years ago

@kzscisoft Do yon want to merge in the latest changes to master and resolve the conflicts, then you could ask Chris to review it and merge it (as it would be good to get these docs in there and release a new version of the API).

kzscisoft commented 4 years ago

@richardreeve I have cherry picked this commit onto a new branch on top of master then force pushed it to this branch. Rebase was causing too many conflicts despite this MR only changing the README. Should pass everything now @mrow84