Skip to content

Commit

Permalink
merge pr #411: infer v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Aug 13, 2021
2 parents d534de5 + 00b959a commit e375221
Show file tree
Hide file tree
Showing 158 changed files with 13,621 additions and 3,639 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: infer
Title: Tidy Statistical Inference
Version: 0.5.4.9000
Version: 1.0.0
Authors@R:
c(person(given = "Andrew",
family = "Bray",
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# infer 0.5.4.9000

To be released as 1.0.0
# infer 1.0.0

v1.0.0 is the first major release of the {infer} package! By and large, the core verbs `specify()`, `hypothesize()`, `generate()`, and `calculate()` will interface as they did before. This release makes several improvements to behavioral consistency of the package and introduces support for theory-based inference as well as randomization-based inference with multiple explanatory variables.

Expand Down
2 changes: 1 addition & 1 deletion R/get_p_value.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ two_sided_p_value <- function(vec, obs_stat) {
check_hypotheses_align <- function(x, obs_stat) {
if (is_hypothesized(x) &&
is_hypothesized(obs_stat) &&
attr(x, "params") != attr(obs_stat, "params")) {
any(attr(x, "params") != attr(obs_stat, "params"))) {
warning_glue(
"`x` and `obs_stat` were generated using different null hypotheses. ",
"This workflow is untested and results may not mean what you think ",
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@

## Reverse dependencies

We checked six reverse dependencies, five of which are on CRAN, with the
remaining on bioconductor, and found no new issues.
We checked 6 reverse dependencies (5 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.
197 changes: 69 additions & 128 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e375221

Please sign in to comment.