Skip to content

Commit 63aaaa0

Browse files
authored
infer 1.0.7 release candidate (#536)
* update redirecting URL * update CRAN comments * Increment version number to 1.0.7
1 parent 5f3e7c9 commit 63aaaa0

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: infer
33
Title: Tidy Statistical Inference
4-
Version: 1.0.6.9000
4+
Version: 1.0.7
55
Authors@R: c(
66
person("Andrew", "Bray", , "abray@reed.edu", role = "aut"),
77
person("Chester", "Ismay", , "chester.ismay@gmail.com", role = "aut",

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# infer (development version)
1+
# infer 1.0.7
22

33
* The aliases `p_value()` and `conf_int()`, first deprecated 6 years ago, now
44
return an error (#530).

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pak::pak("tidymodels/infer")
5858

5959
We welcome others helping us make this package as user-friendly and efficient as possible. Please review our [contributing](https://github.com/tidymodels/infer/blob/main/CONTRIBUTING.md) and [conduct](https://github.com/tidymodels/infer/blob/main/.github/CODE_OF_CONDUCT.md) guidelines. By participating in this project you agree to abide by its terms.
6060

61-
For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question). If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/infer/issues). Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code. Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).
61+
For questions and discussions about tidymodels packages, modeling, and machine learning, please [post on Posit Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question). If you think you have encountered a bug, please [submit an issue](https://github.com/tidymodels/infer/issues). Either way, learn how to create and share a [reprex](https://reprex.tidyverse.org/articles/learn-reprex.html) (a minimal, reproducible example), to clearly communicate about your code. Check out further details on [contributing guidelines for tidymodels packages](https://www.tidymodels.org/contribute/) and [how to get help](https://www.tidymodels.org/help/).
6262

6363
### Examples
6464

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ terms.
7676

7777
For questions and discussions about tidymodels packages, modeling, and
7878
machine learning, please [post on Posit
79-
Community](https://community.rstudio.com/new-topic?category_id=15&tags=tidymodels,question).
79+
Community](https://forum.posit.co/new-topic?category_id=15&tags=tidymodels,question).
8080
If you think you have encountered a bug, please [submit an
8181
issue](https://github.com/tidymodels/infer/issues). Either way, learn
8282
how to create and share a

cran-comments.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
0 errors | 0 warnings | 0 notes
44

5+
With current CRAN checks, we do see failures on R-devel with Windows. This check ERROR doesn't seem to cite an actual check failure and is present on the check pages for many other packages, so we assume it is a false positive.
6+
57
## Reverse dependencies
68

7-
We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.
9+
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.

0 commit comments

Comments
 (0)