leeper / cregg

Simple Conjoint Analyses, Tidying, and Visualization
Other
49 stars 7 forks source link

adding missing character #20

Closed emitrokhina closed 5 years ago

emitrokhina commented 5 years ago

Please ensure the following before submitting a PR:

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   89.28%   89.28%           
=======================================
  Files          19       19           
  Lines         784      784           
=======================================
  Hits          700      700           
  Misses         84       84

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 1c0ec3a...caae5b4. Read the comment docs.

leeper commented 5 years ago

This looks great. Thank you! Want to try running devtools::document() (or the RStudio commands described here) to build the documentation files? Once you do that, you can update the PR simply by pushing an update to your repository with those changes and that will be reflected here.

leeper commented 5 years ago

Oh, and one other thing: it's good to mention the issue you're addressing in your git commit message, like:

adding missing character (closes #19)

That links this PR to that issue (both to let others know you're working on the issue and when I merge this PR, it will lead github to close that issue as complete automatically).