ropensci / drake

An R-focused pipeline toolkit for reproducibility and high-performance computing
https://docs.ropensci.org/drake
GNU General Public License v3.0
1.34k stars 128 forks source link

Stylistic change in list of conditions #1329

Closed vkehayas closed 3 years ago

vkehayas commented 3 years ago

Summary

The list of condition items in drake_history appears in one line. Adding \cr at the end should solve the issue based on https://stackoverflow.com/a/24165701/6888231. I had difficulty reading the help of this function before realizing that this was a list, so I thought this is a worthwhile edit.

Checklist

codecov-io commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1329   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           51        51           
  Lines         8339      8339           
=========================================
  Hits          8339      8339           
Impacted Files Coverage Δ
R/drake_history.R 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 0e47a5c...e846733. Read the comment docs.

wlandau commented 3 years ago

Thanks