-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: rearrr
Title: Rearranging Data
Version: 0.3.4.9000
Authors@R:
c(person(given = "Ludvig Renbo",
family = "Olsen",
role = c("aut", "cre"),
email = "r-pkgs@ludvigolsen.dk",
comment = c(ORCID = "0009-0006-6798-7454", Twitter = "@ludvigolsen")))
Description: Arrange data by a set of methods. Use rearrangers to reorder
data points and mutators to change their values. From basic utilities,
to centering the greatest value, to swirling in 3-dimensional space,
'rearrr' enables creativity when plotting and experimenting with data.
License: MIT + file LICENSE
URL: https://github.com/ludvigolsen/rearrr
BugReports: https://github.com/ludvigolsen/rearrr/issues
Depends:
R (>= 3.5)
Imports:
checkmate (>= 2.0.0),
dplyr (>= 0.8.5),
lifecycle,
plyr,
purrr (>= 0.3.4),
rlang (>= 0.4.7),
R6,
stats,
tibble,
utils
Suggests:
covr,
ggplot2,
knitr,
testthat,
tidyr,
xpectr (>= 0.4.3)
RdMacros:
lifecycle
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1