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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
