Package: ggdatasaver Title: Automatically save data associated with a 'ggplot2' plot Version: 0.0.0.9000 Authors@R: c(person(given = "Elio", family = "Campitelli", role = c("cre", "aut"), email = "elio.campitelli@cima.fcen.uba.ar", comment = c(ORCID = "0000-0002-7742-9230"))) Description: Automatically create a file with the data used to create a 'ggplot2' plot. Each layer's data is saved in its own csv file inside a compressed file. These files can then be published as supplemental material so that other people can re-do your plots without the need of digitising them. Because the only data that is saved is the one that is shown in the plot, there are fewer privacy concerns. License: MIT + file LICENSE Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.0 Imports: ggplot2, knitr Repository: https://eliocamp.r-universe.dev Date/Publication: 2022-10-06 18:59:36 UTC RemoteUrl: https://github.com/eliocamp/ggdatasaver RemoteRef: HEAD RemoteSha: 3c1431827722ce9dffaf249466523d1f299996c8 NeedsCompilation: no Packaged: 2026-06-17 10:01:49 UTC; root Author: Elio Campitelli [cre, aut] (ORCID: ) Maintainer: Elio Campitelli