Package: dpkg
Title: Create, Stow, and Read Data Packages
Version: 0.6.2
Authors@R: 
    person("Cole", "Brokamp", , "cole@colebrokamp.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-0289-3151"))
Description: Data frame, tibble, or tbl objects are converted to data package objects using specific metadata labels (name, version, title, homepage, description). A data package object ('dpkg') can be written to disk as a 'parquet' file or released to a 'GitHub' repository. Data package objects can be read into R from online repositories and downloaded files are cached locally across R sessions.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Suggests: dplyr, digest, geoarrow, gert, gh, sf, testthat (>= 3.0.0),
        usethis, withr
Config/testthat/edition: 3
URL: https://github.com/cole-brokamp/dpkg,
        https://cole-brokamp.github.io/dpkg/
BugReports: https://github.com/cole-brokamp/dpkg/issues
Imports: arrow, cli, fs, glue, httr2, rlang, tibble
NeedsCompilation: no
Packaged: 2026-01-23 18:53:20 UTC; cole
Author: Cole Brokamp [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-0289-3151>)
Maintainer: Cole Brokamp <cole@colebrokamp.com>
Repository: CRAN
Date/Publication: 2026-01-23 19:30:02 UTC
Built: R 4.6.0; ; 2026-02-28 04:06:33 UTC; windows
