Package: rearrr
Title: Rearranging Data
Version: 0.3.3
Authors@R: 
    c(person(given = "Ludvig Renbo",
             family = "Olsen",
             role = c("aut", "cre"),
             email = "r-pkgs@ludvigolsen.dk"))
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.1)
RdMacros: lifecycle
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-01-18 22:36:33 UTC; au547627
Author: Ludvig Renbo Olsen [aut, cre]
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>
Repository: CRAN
Date/Publication: 2023-01-18 23:10:09 UTC
Built: R 4.1.3; ; 2023-04-17 17:05:24 UTC; windows
