diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 76b7a6a0..c4924913 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Contributions to the `infer` whether in the form of bug fixes, issue reports, ne code or documentation improvements are encouraged and welcome. We welcome novices who may have never contributed to a package before as well as friendly veterans looking to help us improve the package for users. We are eager to include -and accepting of contributions from everyone that meets our [code of conduct](CONDUCT.md) +and accepting of contributions from everyone that meets our [code of conduct](.github/CODE_OF_CONDUCT.md) guidelines. Please use the GitHub issues. For any pull request, please link to or open a @@ -32,4 +32,4 @@ Besides that, in general follow the ## Code of Conduct When contributing to the `infer` package you must follow the code of -conduct defined in [CONDUCT](CONDUCT.md). +conduct defined in [CONDUCT](.github/CODE_OF_CONDUCT.md). diff --git a/DESCRIPTION b/DESCRIPTION index 2a5630a0..7cb9c73c 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: infer Title: Tidy Statistical Inference -Version: 1.0.4.9000 +Version: 1.0.5 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 1d9e370c..5d2ebf7f 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# infer v1.0.4.9000 (developmental version) +# infer v1.0.5 * Implemented support for permutation hypothesis tests for paired data via the argument value `null = "paired independence"` in `hypothesize()` (#487). diff --git a/README.Rmd b/README.Rmd index 27e2ed36..757720b2 100755 --- a/README.Rmd +++ b/README.Rmd @@ -56,7 +56,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/CONDUCT.md) guidelines. By participating in this project you agree to abide by its terms. +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/). diff --git a/README.md b/README.md index be0f56d4..65218fae 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![R-CMD-check](https://github.com/tidymodels/infer/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/tidymodels/infer/actions/workflows/check-standard.yaml) [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/infer)](https://cran.r-project.org/package=infer) [![Coverage -Status](https://img.shields.io/codecov/c/github/tidymodels/infer/main.svg)](https://codecov.io/github/tidymodels/infer/?branch=main) +Status](https://img.shields.io/codecov/c/github/tidymodels/infer/main.svg)](https://app.codecov.io/github/tidymodels/infer/?branch=main) The objective of this package is to perform statistical inference using an expressive statistical grammar that coheres with the `tidyverse` @@ -69,7 +69,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/CONDUCT.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. diff --git a/cran-comments.md b/cran-comments.md index 0d20c66c..831b1558 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -4,4 +4,4 @@ ## Reverse dependencies -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. +We checked 6 reverse dependencies (3 from CRAN + 3 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package, and saw no new problems.