Skip to content

Commit

Permalink
Increment version number to 0.0.17.9003
Browse files Browse the repository at this point in the history
will fail with a warning for [ documentation
  • Loading branch information
llrs committed Jul 3, 2023
1 parent 314fc03 commit 4cfab29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: BaseSet
Title: Working with Sets the Tidy Way
Version: 0.0.17.9002
Version: 0.0.17.9003
Authors@R:
c(person(given = "Lluís",
family = "Revilla Sancho",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* New function `union_closed()`.
* Make more robust the code to unwanted dimensions drops.
* `power_set()` returns also the sets of size 1 and have better names by default.
* Extractors `[`, `$`, `[[` now work for TidySets:
* Extractors `[`, `$`, `[[` and setters `[<-`, `$<-` now work for TidySets:
- `i` indicates rows,
- `j` either "relations", "sets" or "elements"
- `k` the columns of the slot.
Expand Down

0 comments on commit 4cfab29

Please sign in to comment.