Skip to content

Commit

Permalink
merge pr #375: infer 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Jan 13, 2021
2 parents 26e9beb + ed39d81 commit cffc082
Show file tree
Hide file tree
Showing 39 changed files with 1,052 additions and 708 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
^README\.Rmd$
^figs$
^profiles*
^\.travis\.yml$
^examples*
^codecov\.yml$
^docs*
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'devel'}
- {os: ubuntu-16.04, r: 'release', rspm: "https://demo.rstudiopm.com/all/__linux__/xenial/latest"}
- {os: windows-latest, r: '3.6'}
- {os: ubuntu-16.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", http-user-agent: "R/4.0.0 (ubuntu-16.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
61 changes: 0 additions & 61 deletions .travis.yml

This file was deleted.

126 changes: 89 additions & 37 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,53 +1,105 @@
Package: infer
Type: Package
Package: infer
Title: Tidy Statistical Inference
Version: 0.5.3
Authors@R: c(
person("Andrew", "Bray", email = "[email protected]", role = c("aut", "cre")),
person("Chester", "Ismay", email = "[email protected]", role = "aut"),
person("Evgeni", "Chasnovski", email = "[email protected]", role = "aut"),
person("Ben", "Baumer", email = "[email protected]", role = "aut"),
person("Mine", "Cetinkaya-Rundel", email = "[email protected]", role = "aut"),
person("Simon", "Couch", email = "[email protected]", role = "ctb"),
person("Ted", "Laderas", email = "[email protected]", role = "ctb"),
person("Nick", "Solomon", email = "[email protected]", role = "ctb"),
person("Johanna", "Hardin", email = "[email protected]", role = "ctb"),
person("Albert Y.", "Kim", email = "[email protected]", role = "ctb"),
person("Neal", "Fultz", email = "[email protected]", role = "ctb"),
person("Doug", "Friedman", email = "[email protected]", role = "ctb"),
person("Richie", "Cotton", email = "[email protected]", role = "ctb"),
person("Brian", "Fannin", email = "[email protected]", role = "ctb"))
Description: The objective of this package is to perform inference using an expressive statistical grammar that coheres with the tidy design framework.
Version: 0.5.4
Authors@R:
c(person(given = "Andrew",
family = "Bray",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Chester",
family = "Ismay",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2820-2547")),
person(given = "Evgeni",
family = "Chasnovski",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1617-4019")),
person(given = "Ben",
family = "Baumer",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3279-0516")),
person(given = "Mine",
family = "Cetinkaya-Rundel",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6452-2420")),
person(given = "Simon",
family = "Couch",
role = "ctb",
email = "[email protected]"),
person(given = "Ted",
family = "Laderas",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6207-7068")),
person(given = "Nick",
family = "Solomon",
role = "ctb",
email = "[email protected]"),
person(given = "Johanna",
family = "Hardin",
role = "ctb",
email = "[email protected]"),
person(given = "Albert Y.",
family = "Kim",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7824-306X")),
person(given = "Neal",
family = "Fultz",
role = "ctb",
email = "[email protected]"),
person(given = "Doug",
family = "Friedman",
role = "ctb",
email = "[email protected]"),
person(given = "Richie",
family = "Cotton",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2504-802X")),
person(given = "Brian",
family = "Fannin",
role = "ctb",
email = "[email protected]"))
Description: The objective of this package is to perform
inference using an expressive statistical grammar that coheres with
the tidy design framework.
License: CC0
Encoding: UTF-8
LazyData: true
URL: https://github.com/tidymodels/infer,
https://infer.tidymodels.org/
BugReports: https://github.com/tidymodels/infer/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 0.7.0),
methods,
tibble,
rlang (>= 0.2.0),
ggplot2,
magrittr,
glue (>= 1.3.0),
grDevices,
purrr
Depends:
R (>= 3.5.0)
Suggests:
magrittr,
methods,
purrr,
rlang (>= 0.2.0),
tibble
Suggests:
broom,
covr,
devtools (>= 1.12.0),
fs,
knitr,
tidyr,
rmarkdown,
nycflights13,
rmarkdown,
stringr,
testthat,
covr,
vdiffr,
fs
URL: https://github.com/tidymodels/infer,
https://infer.netlify.com/
BugReports: https://github.com/tidymodels/infer/issues
tidyr,
vdiffr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export(hypothesize)
export(p_value)
export(prop_test)
export(rep_sample_n)
export(rep_slice_sample)
export(shade_ci)
export(shade_confidence_interval)
export(shade_p_value)
Expand All @@ -28,7 +29,6 @@ export(visualise)
export(visualize)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,one_of)
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# infer 0.5.4

- `rep_sample_n()` no longer errors when supplied a `prob` argument (#279)
- Added `rep_slice_sample()`, a light wrapper around `rep_sample_n()`, that
more closely resembles `dplyr::slice_sample()` (the function that supersedes
`dplyr::sample_n()`) (#325)
- Added a `success`, `correct`, and `z` argument to `prop_test()`
(#343, #347, #353)
- Implemented observed statistic calculation for the standardized proportion
$z$ statistic (#351, #353)
- Various bug fixes and improvements to documentation and errors.

# infer 0.5.3

## Breaking changes
Expand Down Expand Up @@ -172,7 +184,7 @@ current implementations being
They now live in `specify()`.
- Updated documentation with examples
- Created `pkgdown` site materials
- Deployed to https://infer.netlify.com
- Deployed to https://https://infer.tidymodels.org/


# infer 0.0.1
Expand Down
Loading

0 comments on commit cffc082

Please sign in to comment.