diff --git a/DESCRIPTION b/DESCRIPTION index 4c5ea02..249a399 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: groupdata2 Title: Creating Groups from Data -Version: 1.1.2.9000 +Version: 1.2.0 Authors@R: person("Ludvig Renbo", "Olsen", email = "r-pkgs@ludvigolsen.dk", role = c("aut", "cre")) Description: Methods for dividing data into groups. Create balanced partitions and cross-validation folds. @@ -19,7 +19,7 @@ Imports: numbers (>= 0.7-5), lifecycle, plyr (>= 1.8.5), - rlang (>= 0.4.5), + rlang (>= 0.4.4), tibble (>= 2.1.3), utils RoxygenNote: 7.0.2 @@ -33,9 +33,8 @@ Suggests: rmarkdown, testthat, tidyr, - xpectr (>= 0.1.0) + xpectr (>= 0.1.1) RdMacros: lifecycle Roxygen: list(markdown = TRUE) VignetteBuilder: knitr - diff --git a/NEWS.md b/NEWS.md index f66c712..d10ba03 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# groupdata2 1.1.2.9000 +# groupdata2 1.2.0 * Adds Zenodo DOI for easier citation. @@ -8,7 +8,7 @@ * Bug fix: In grouping functions with method `l_starts` and `n = "auto"`, `NA`s are now replaced by a unique value before finding group starts. E.g. `c(1,1,1,2,2,NA,NA,4,4)` yields 4 groups. -* The `data` argument in `fold()` takes a data frame, not vectors. +* More explicit: the `data` argument in `fold()` and `participant` takes a data frame, not a vector. * Possibly breaking change: Adds `checkmate` input checks. Improves error messages but also restricts behavior. @@ -25,6 +25,7 @@ looking only at the group members, allowing for different group names / identifi * Adds badges to README, including travis-ci status, AppVeyor status, Codecov, min. required R version, CRAN version and monthly CRAN downloads. Note: Zenodo badge will be added post release. + # groupdata2 1.1.1 * Bug fix: `fold()` ungroups dataset before removing existing fold columns. diff --git a/cran-comments.md b/cran-comments.md index 44ea3b0..9c20e98 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local OS X install, R 3.6.0 -* ubuntu 14.04.5 (on travis-ci), R 3.5.3, 3.6.1 and devel (2019-08-05 r76918) +* local OS X install, R 3.6.1 +* ubuntu 14.04.5 (on travis-ci), R 3.5.3, 3.6.1 and devel * win-builder ## R CMD check results diff --git a/revdep/README.md b/revdep/README.md index b8eb28f..df9ba71 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -2,7 +2,7 @@ |field |value | |:--------|:----------------------------| -|version |R version 3.6.0 (2019-04-26) | +|version |R version 3.6.1 (2019-07-05) | |os |macOS Sierra 10.12.6 | |system |x86_64, darwin15.6.0 | |ui |RStudio | @@ -10,13 +10,13 @@ |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | |tz |Europe/Copenhagen | -|date |2019-08-05 | +|date |2020-03-07 | # Dependencies -|package |old |new |Δ | -|:----------|:-----|:----------|:--| -|groupdata2 |1.1.1 |1.1.1.9000 |* | +|package |old |new |Δ | +|:----------|:-----|:-----|:--| +|groupdata2 |1.1.2 |1.2.0 |* | # Revdeps diff --git a/revdep/data.sqlite b/revdep/data.sqlite new file mode 100644 index 0000000..9aaf443 Binary files /dev/null and b/revdep/data.sqlite differ