Skip to content

Commit 1da7f38

Browse files
authored
v1.0.4 (#469)
1 parent a92433e commit 1da7f38

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
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.3.9000
4+
Version: 1.0.4
55
Authors@R:
66
c(person(given = "Andrew",
77
family = "Bray",

NEWS.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# infer (developmental version)
2-
3-
To be released as infer v1.0.4.
1+
# infer v1.0.4
42

53
* Fixed bug in p-value shading where shaded regions no longer correctly overlaid
64
histogram bars.
5+
* Addressed deprecation warning ahead of upcoming dplyr release.
76

87
# infer v1.0.3
98

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ remotes::install_github("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/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 RStudio Community](https://rstd.io/tidymodels-community). 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://rstd.io/reprex) (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 RStudio 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/).
6262

6363
### Examples
6464

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ terms.
7575

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

cran-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
## Reverse dependencies
66

7-
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.
7+
We checked 9 reverse dependencies (8 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.

0 commit comments

Comments
 (0)