Package: workspace
Title: Manage Collections of Datasets and Objects
Version: 0.1.6
Authors@R: c(
    person("Eli", "Daniels", , "eli.daniels@ardata.fr", role = c("aut", "cre")),
    person("David", "Gohel", , "david.gohel@ardata.fr", role = "aut"),
    person("ArData", role = c("cph", "fnd"))
  )
Description: Create, store, read and manage structured collections of
    datasets and other objects using a 'workspace', then bundle it into a
    compressed archive.  Using open and interoperable formats makes it
    possible to exchange bundled data from 'R' to other languages such as
    'Python' or 'Julia'.  Multiple formats are supported 'Parquet',
    'JSON', 'yaml', spatial data and raster data are supported.
License: MIT + file LICENSE
URL: https://github.com/ardata-fr/workspace
BugReports: https://github.com/ardata-fr/workspace/issues
Imports: arrow, cli, dplyr, rlang, stringi, tibble, tools, utils, yaml,
        zip
Suggests: sf, terra, testthat (>= 3.0.0), jsonlite
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-09-29 15:40:44 UTC; EliDaniels
Author: Eli Daniels [aut, cre],
  David Gohel [aut],
  ArData [cph, fnd]
Maintainer: Eli Daniels <eli.daniels@ardata.fr>
Repository: CRAN
Date/Publication: 2025-09-29 16:00:02 UTC
