Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructuring tests for upcoming uncoupling #290

Merged
merged 2 commits into from Aug 14, 2019
Merged

Conversation

IndrajeetPatil
Copy link
Owner

No description provided.

@lintr-bot
Copy link

R/helpers_gghistostats_graphics.R:49:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

tests/testthat/test-ggcoefstats.R:134:7: style: Commented code should be removed.

# testthat::expect_equal(tidy_df$std.error, broom_df$std.error, tolerance = 1e-3)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-ggcoefstats.R:490:7: style: Commented code should be removed.

# testthat::expect_equal(broom_df1$p.value, tidy_df1$p.value, tolerance = 0.001)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 similar comment
@lintr-bot
Copy link

R/helpers_gghistostats_graphics.R:49:5: warning: local variable ‘label.value’ assigned but may not be used

label.value <- x_pos
    ^~~~~~~~~~~

tests/testthat/test-ggcoefstats.R:134:7: style: Commented code should be removed.

# testthat::expect_equal(tidy_df$std.error, broom_df$std.error, tolerance = 1e-3)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

tests/testthat/test-ggcoefstats.R:490:7: style: Commented code should be removed.

# testthat::expect_equal(broom_df1$p.value, tidy_df1$p.value, tolerance = 0.001)
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@codecov
Copy link

codecov bot commented Aug 14, 2019

Codecov Report

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

@@          Coverage Diff          @@
##           master   #290   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          36     36           
  Lines        5325   5328    +3     
=====================================
+ Hits         5325   5328    +3
Impacted Files Coverage Δ
R/helpers_pairwise_comparison.R 100% <ø> (ø) ⬆️
R/helpers_gghistostats_graphics.R 100% <ø> (ø) ⬆️
R/helpers_bf_tests.R 100% <100%> (ø) ⬆️
R/helpers_ggbetween_anova_subtitles.R 100% <100%> (ø) ⬆️
R/ggscatterstats.R 100% <100%> (ø) ⬆️

@IndrajeetPatil IndrajeetPatil merged commit abb4322 into master Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants