Package: reshape2 Title: Flexibly Reshape Data: A Reboot of the Reshape Package Version: 1.4.5.9000 Authors@R: person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")) Description: Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast'). License: MIT + file LICENSE URL: https://github.com/hadley/reshape BugReports: https://github.com/hadley/reshape/issues Depends: R (>= 3.1) Imports: plyr (>= 1.8.1), Rcpp, stringr Suggests: covr, lattice, testthat (>= 3.0.0) LinkingTo: Rcpp Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://hadley.r-universe.dev Date/Publication: 2025-11-12 17:56:16 UTC RemoteUrl: https://github.com/hadley/reshape RemoteRef: HEAD RemoteSha: 03373426695f28edbf2a542fa43353dbdab3c4a6 NeedsCompilation: yes Packaged: 2026-06-24 02:20:21 UTC; root Author: Hadley Wickham [aut, cre] Maintainer: Hadley Wickham