Skip to content

Commit

Permalink
Prepare for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UchidaMizuki committed May 29, 2022
1 parent 8b813db commit 6b5e2f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dibble
Type: Package
Title: Dimensional Data Frames
Version: 0.1.1.9000
Version: 0.2.0
Authors@R:
person(
given = "Mizuki",
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# dibble 0.2.0

* Override `base::%*%` and support matrix multiplications for dibbles.
* Override `base::pmin()` and `base::pmax()` functions.
* Add `t()` methods for dibbles.
* Add `dplyr::filter()` and `dplyr::rows_*()` methods for dibbles.
* Add .names_sep argument to dibble_by() and support dibble whose dim names are data frames.
* Add `tidyr::replace_na()` methods for dibbles.

# dibble 0.1.1

* Support unary operation by `-`.
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Test environments

* local Windows 10 Pro, R 4.1.2
* macOS Big Sur, R 4.1.0
* local Windows 10 Pro, R 4.2.0
* R-hub: Ubuntu Linux 20.04.1 LTS, R-release, GCC
* R-hub: Fedora Linux, R-devel, clang, gfortran
* R-hub: Windows Server 2022, R-devel, 64 bit
Expand Down

0 comments on commit 6b5e2f4

Please sign in to comment.