Skip to content

Commit f048dc8

Browse files
committed
Bump version
1 parent 1b53d1b commit f048dc8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package: rearrr
22
Title: Rearranging Data
3-
Version: 0.3.4.9000
3+
Version: 0.3.5
44
Authors@R:
55
c(person(given = "Ludvig Renbo",
66
family = "Olsen",
77
role = c("aut", "cre"),
88
email = "[email protected]",
9-
comment = c(ORCID = "0009-0006-6798-7454", Twitter = "@ludvigolsen")))
9+
comment = c(ORCID = "0009-0006-6798-7454")))
1010
Description: Arrange data by a set of methods. Use rearrangers to reorder
1111
data points and mutators to change their values. From basic utilities,
1212
to centering the greatest value, to swirling in 3-dimensional space,
@@ -38,4 +38,4 @@ RdMacros:
3838
lifecycle
3939
Encoding: UTF-8
4040
Roxygen: list(markdown = TRUE)
41-
RoxygenNote: 7.3.1
41+
RoxygenNote: 7.3.2

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11

2-
# rearrr 0.3.4.9000
2+
# rearrr 0.3.5
3+
4+
* Replaces use of `dplyr::all_equal()` with `all.equal()`.
5+
6+
* Fixes test of `quantile_index()`.
37

48
# rearrr 0.3.4
59

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rvers <- substring(dep, 7, nchar(dep)-1)
3232
**Rearrrange Data**
3333
**Authors:** [Ludvig R. Olsen](https://www.ludvigolsen.dk/) ( [email protected] )
3434
<a href='https://twitter.com/ludvigolsen'><img src='man/figures/icons8-twitter.svg' height="17" /></a><br/>
35-
**License:** [MIT](https://opensource.org/license/mit/) <br/>
35+
**License:** [MIT](https://opensource.org/license/mit) <br/>
3636
**Started:** April 2020
3737

3838
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/rearrr)](https://cran.r-project.org/package=rearrr)

0 commit comments

Comments
 (0)