Skip to content

Commit

Permalink
Merge pull request #169 from gergness/cran-pkg-doc
Browse files Browse the repository at this point in the history
Cran pkg doc
  • Loading branch information
gergness authored Jul 14, 2024
2 parents f0c5b5e + ebad9ab commit 43d2072
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: 'dplyr'-Like Syntax for Summary Statistics of Survey Data
Description: Use piping, verbs like 'group_by' and 'summarize', and other
'dplyr' inspired syntactic style when calculating summary statistics on survey
data using functions from the 'survey' package.
Version: 1.2.0
Version: 1.2.0.9000
Date: 2023-02-20
Authors@R: c(person("Greg", "Freedman Ellis", email = "greg.freedman@gmail.com", role = c("aut", "cre")),
person("Thomas", "Lumley", role = "ctb"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# srvyr (development version)

# srvyr 1.2.0
* `survey_prop()` now uses proportions as the default, which should confidence interval improve coverage, but does mean results may slightly change (#141, #142, thanks @szimmer)
* New function `survey_corr()` calculates the correlation between 2 variables, (#150, #151, thanks @szimmer & @bschneidr)
Expand Down
3 changes: 1 addition & 2 deletions R/srvyr.r
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
#' Within summarise, you can also use \code{\link{unweighted}}, which calculates
#' a function without taking into consideration the survey weighting.
#'
#' @docType package
#' @name srvyr
NULL
"_PACKAGE"
26 changes: 26 additions & 0 deletions man/srvyr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43d2072

Please sign in to comment.