From 63aaaa0f17e4364e2f912c787ef75176098f8f47 Mon Sep 17 00:00:00 2001 From: "Simon P. Couch" Date: Tue, 26 Mar 2024 07:06:32 -0500 Subject: [PATCH] infer 1.0.7 release candidate (#536) * update redirecting URL * update CRAN comments * Increment version number to 1.0.7 --- DESCRIPTION | 2 +- NEWS.md | 2 +- README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 4 +++- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index aeb0019a..2d8e94db 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: infer Title: Tidy Statistical Inference -Version: 1.0.6.9000 +Version: 1.0.7 Authors@R: c( person("Andrew", "Bray", , "abray@reed.edu", role = "aut"), person("Chester", "Ismay", , "chester.ismay@gmail.com", role = "aut", diff --git a/NEWS.md b/NEWS.md index 1e50970d..fa76b518 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# infer (development version) +# infer 1.0.7 * The aliases `p_value()` and `conf_int()`, first deprecated 6 years ago, now return an error (#530). diff --git a/README.Rmd b/README.Rmd index 23e83d8a..411a2bd3 100755 --- a/README.Rmd +++ b/README.Rmd @@ -58,7 +58,7 @@ pak::pak("tidymodels/infer") 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. -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/). +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/). ### Examples diff --git a/README.md b/README.md index 04ee0696..0f3493b6 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ terms. 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). +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 diff --git a/cran-comments.md b/cran-comments.md index 3f306830..a5f21da4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,6 +2,8 @@ 0 errors | 0 warnings | 0 notes +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. + ## Reverse dependencies -We checked 8 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems. +We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.