Skip to content

Conversation

@andrewpbray
Copy link
Collaborator

This is version 0.5.0 recently accepted to CRAN.

echasnovski and others added 30 commits January 4, 2019 22:58
Manage "infer" class more systematically
This seems to be the way to test push access :)
Use {vdiffr} for plot testing
Details:
- Data used in those tests is now generated in 'helper-data.R' file. That is why actual {vdiffr} image outputs have changed.
Use "area under the curve" in `shade_p_value()`
…on` synonyms (to avoid duplicating expectations).
@andrewpbray andrewpbray requested a review from ismayc October 1, 2019 21:05
hypothesize_checks(x, null)

}
dots <- compact(list(p = p, mu = mu, med = med, sigma = sigma))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Snazzy!

Copy link
Collaborator Author

@andrewpbray andrewpbray Oct 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's all @richierocks

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @richierocks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for flagging that bit about plot labels. We'll try to tack that on to the next wave of updates, led by @simonpcouch, focused on documentation.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Looking forward to it. Happy to provide a quick review. Just tag me and I'll let you know a timeline for when I'll be able to get it done.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll move it over to an issue and try to assign it to Simon.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great. I'm not sure why the travis build is taking so long...normally it's like a 5 min job.

Copy link
Collaborator

@ismayc ismayc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrewpbray All looks good to me.

One thing I noticed that we should check for is that visualize() always labels the distribution plot as 'Null Distribution' but that isn't the case if we are creating confidence intervals for example. This is a long standing issue that I've been meaning to fix for awhile.

@codecov-io
Copy link

codecov-io commented Oct 1, 2019

Codecov Report

Merging #251 into master will decrease coverage by 1.68%.
The diff coverage is 95.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage     100%   98.31%   -1.69%     
==========================================
  Files          13       15       +2     
  Lines         947     1068     +121     
==========================================
+ Hits          947     1050     +103     
- Misses          0       18      +18
Impacted Files Coverage Δ
R/calculate.R 100% <100%> (ø) ⬆️
R/shade_confidence_interval.R 100% <100%> (ø)
R/generate.R 100% <100%> (ø) ⬆️
R/visualize.R 100% <100%> (ø) ⬆️
R/specify.R 98.73% <100%> (-1.27%) ⬇️
R/hypothesize.R 100% <100%> (ø) ⬆️
R/utils.R 99.45% <100%> (-0.55%) ⬇️
R/shade_p_value.R 100% <100%> (ø)
R/wrappers.R 85.84% <84.94%> (-14.16%) ⬇️
... and 1 more

@ismayc
Copy link
Collaborator

ismayc commented Oct 1, 2019

@andrewpbray I'll leave this merge up to you now that I've approved it. I recommend getting the coverage back to 100% as soon as possible to prevent weird bugs from seeping through, especially since this version is up on CRAN now.

@andrewpbray andrewpbray merged commit 6021338 into master Oct 1, 2019
@github-actions
Copy link

github-actions bot commented Mar 9, 2021

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants