Package: workspace Title: Manage Collections of Datasets and Objects Version: 0.1.7 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 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libicu-dev libssl-dev Repository: https://ardata-fr.r-universe.dev Date/Publication: 2026-06-12 07:54:51 UTC RemoteUrl: https://github.com/ardata-fr/workspace RemoteRef: HEAD RemoteSha: be0e57ae3fe3184a23218ad01607727c5ca4bb32 NeedsCompilation: no Packaged: 2026-06-12 12:00:51 UTC; root Author: Eli Daniels [aut, cre], David Gohel [aut], ArData [cph, fnd] Maintainer: Eli Daniels