Skip to content

Commit

Permalink
Merge branch 'release/v0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
harell committed Aug 5, 2021
2 parents dc7feba + 7b5a1af commit 4fe06ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Design Patterns in R
URL: https://tidylab.github.io/R6P/, https://github.com/tidylab/R6P
BugReports: https://github.com/tidylab/R6P/issues
Version: 0.2.1
Version: 0.2.2
Date: 2021-08-01
Authors@R: c(
person("Harel", "Lustiger", email = "[email protected]", role = c("aut", "cre"),
Expand All @@ -30,15 +30,15 @@ Depends:
R (>= 3.5)
Suggests:
testthat,
collections,
dplyr,
DBI,
RSQLite,
ggplot2,
tibble,
tidyr
ggplot2
Imports:
R6,
collections,
dplyr,
purrr,
stringr
stringr,
R6,
tibble,
tidyr
Config/testthat/edition: 3
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.2 Bug fix

* Include the tibble pacakge in "Imports"

## v0.2.1 Update

* Removed `LazyData` from DESCRIPTION
Expand Down

0 comments on commit 4fe06ca

Please sign in to comment.