mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

mrc-1800: Expand docs #21

Closed richfitz closed 4 years ago

richfitz commented 4 years ago

In preparation to pick #17 up again, this PR adds roxygen docs to the main class. We need examples and a vignette still.

Minimal changes to the actual implementation aside from dropping a couple of arguments that were not used.

codecov[bot] commented 4 years ago

Codecov Report

Merging #21 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1023      1023           
=========================================
  Hits          1023      1023           
Impacted Files Coverage Δ
R/rrq_controller.R 100.00% <100.00%> (ø)

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 532bd30...a69ccb3. Read the comment docs.