uptake / updraft

R package for building flexible workflows
Other
13 stars 12 forks source link

Changed several methods to return invisible(self) to allow chaining #21

Closed jayqi closed 6 years ago

jayqi commented 6 years ago

Enables the code shown in this example.

codecov-io commented 6 years ago

Codecov Report

Merging #21 into master will decrease coverage by 0.15%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   82.88%   82.72%   -0.16%     
==========================================
  Files          14       14              
  Lines         625      625              
==========================================
- Hits          518      517       -1     
- Misses        107      108       +1
Impacted Files Coverage Δ
R/workflow_dag.R 91.62% <100%> (-0.47%) :arrow_down:
R/module_package_function.R 84.44% <100%> (ø) :arrow_up:
R/module_custom_function.R 93.33% <100%> (ø) :arrow_up:

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 d7a9453...db8bb9b. Read the comment docs.

jayqi commented 6 years ago

This contributes to #20

jameslamb commented 6 years ago

I just assigned @cwschultz88 to this PR