richfitz / remake

Make-like declarative workflows in R
Other
340 stars 32 forks source link

Reduce memory consumption #156

Closed krlmlr closed 7 years ago

krlmlr commented 7 years ago

by avoiding holding the updated target.

codecov-io commented 7 years ago

Codecov Report

Merging #156 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #156   +/-   ##
=======================================
  Coverage   89.29%   89.29%           
=======================================
  Files          26       26           
  Lines        2316     2316           
=======================================
  Hits         2068     2068           
  Misses        248      248
Impacted Files Coverage Δ
R/remake.R 94.57% <100%> (ø) :white_check_mark:

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 9575212...cfc4fa2. Read the comment docs.

richfitz commented 7 years ago

Thanks, as always :)