From 6a4e31d1a588a3e5e37636f2bf42166a1ce82f10 Mon Sep 17 00:00:00 2001 From: Greg Freedman Ellis Date: Fri, 23 Aug 2024 16:43:14 -0500 Subject: [PATCH] new release version --- CRAN-SUBMISSION | 3 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index dbc0666..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 1.3.0 -Date: 2024-08-19 16:14:23 UTC -SHA: 53c6662338cac080e270e9375f6e5bbcdc1d9ce4 diff --git a/DESCRIPTION b/DESCRIPTION index 1dbcd30..95a6a3a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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.3.0 +Version: 1.3.0.9000 Date: 2024-08-19 Authors@R: c(person("Greg", "Freedman Ellis", email = "greg.freedman@gmail.com", role = c("aut", "cre")), person("Thomas", "Lumley", role = "ctb"), diff --git a/NEWS.md b/NEWS.md index 9641666..3946dfe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# srvyr (development version) + # srvyr 1.3.0 * `as_survey_rep()` now has an argument `degf`, corresponding to the same argument in the survey function `svrepdesign()`. This argument can be useful for large data sets, since specifying a value for `degf` avoids a calculation which can be slow for very large data sets, (#171, @bschneidr). * Speed improvements for summarize when there are many groups (#168, thanks @etiennebacher)