diff --git a/DESCRIPTION b/DESCRIPTION index 12d7810..85003b7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,8 +4,8 @@ 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: 0.3.1.9000 -Date: 2018-03-10 +Version: 0.3.2 +Date: 2018-05-03 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 4c1fb15..3628d9e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# srvyr 0.3.1.9000 +# srvyr 0.3.2 * Bug fix for calculating multiple quantiles on grouped data (#38, thanks @iantperry) diff --git a/cran-comments.md b/cran-comments.md index c92c6eb..89b66bc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments * local OS X install, R 3.4.3 -* ubuntu 12.04 (on travis-ci), R 3.4.2, 3.3.3 and R devel +* ubuntu 12.04 (on travis-ci), R 3.5.0, 3.3.3 and R devel * win-builder (devel) ## R CMD check results