Skip to content

Commit

Permalink
Prepare for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigOlsen committed Mar 7, 2020
1 parent 902f8c1 commit 31a26c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -33,9 +33,8 @@ Suggests:
rmarkdown,
testthat,
tidyr,
xpectr (>= 0.1.0)
xpectr (>= 0.1.1)
RdMacros:
lifecycle
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr

5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# groupdata2 1.1.2.9000
# groupdata2 1.2.0

* Adds Zenodo DOI for easier citation.

Expand All @@ -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.

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

|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 |
|language |(EN) |
|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

Binary file added revdep/data.sqlite
Binary file not shown.

0 comments on commit 31a26c6

Please sign in to comment.