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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://ludvigolsen.r-universe.dev Date/Publication: 2025-03-06 18:28:45 UTC RemoteUrl: https://github.com/ludvigolsen/rearrr RemoteRef: HEAD RemoteSha: 03843f8acf45b2deb46ef506b22f2434ef9f758e NeedsCompilation: no Packaged: 2026-06-23 05:59:24 UTC; root Author: Ludvig Renbo Olsen [aut, cre] (ORCID: ) Maintainer: Ludvig Renbo Olsen