richfitz / remake

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

Try adding scoped rules #171

Closed ashiklom closed 5 years ago

ashiklom commented 7 years ago

Simple patch for getting scoped rules to work (#119, #170). It's not an ideal solution, and it doesn't address package dependencies (#124), but it's one that seems to work with minimal changes to the existing code structure.

codecov-io commented 7 years ago

Codecov Report

Merging #171 into master will decrease coverage by 0.02%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
- Coverage    89.2%   89.17%   -0.03%     
==========================================
  Files          26       26              
  Lines        2325     2329       +4     
==========================================
+ Hits         2074     2077       +3     
- Misses        251      252       +1
Impacted Files Coverage Δ
R/parse_command.R 93.47% <87.5%> (-0.56%) :arrow_down:

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 730f472...d95e8ec. Read the comment docs.