Skip to content

Commit

Permalink
Add dplyr to suggested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Oct 10, 2017
1 parent a811d20 commit 30a60b5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tidyselect
Title: Select from a Set of Strings
Version: 0.2.1
Version: 0.2.2
Authors@R: c(
person("Lionel", "Henry", ,"[email protected]", c("aut", "cre")),
person("Hadley", "Wickham", ,"[email protected]", "aut"),
Expand All @@ -18,6 +18,7 @@ Imports:
rlang (>= 0.1),
Rcpp (>= 0.12.0)
Suggests:
dplyr,
testthat
LinkingTo:
Rcpp (>= 0.12.0),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# tidyselect 0.2.2

* `dplyr` is now correctly mentioned as suggested package.


# tidyselect 0.2.1

* `-` now supports character vectors in addition to strings. This
Expand Down
15 changes: 7 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

This release attempts to fix the R CMD check warnings that appeared on
some platforms.
This release includes dplyr in suggested package which should
hopefully fix the R CMD check warnings that appeared on some
CRAN platforms.


## Test environments

Expand All @@ -11,12 +13,9 @@ some platforms.

## R CMD check results

0 errors | 0 warnings | 0 notes

0 errors | 0 warnings | 1 note

## Reverse dependencies
NOTE: Days since last update: 1

I have run R CMD check on the 4 downstream dependencies. (Summary at
https://github.com/tidyverse/tidyselect/tree/master/revdep).

There were no problems.
## Reverse dependencies

0 comments on commit 30a60b5

Please sign in to comment.