Package: rearrr
Title: Rearranging Data
Version: 0.3.5
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")))
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
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-03 16:45:02 UTC; au547627
Author: Ludvig Renbo Olsen [aut, cre] (<https://orcid.org/0009-0006-6798-7454>)
Maintainer: Ludvig Renbo Olsen <r-pkgs@ludvigolsen.dk>
Repository: CRAN
Date/Publication: 2025-03-03 17:10:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:04:22 UTC; windows
