Package: csvy
Type: Package
Title: Import and Export CSV Data with a YAML Metadata Header
Version: 0.3.0
Date: 2018-07-31
Authors@R: c(person("Thomas J.", "Leeper",
                    role = c("aut", "cre"), 
                    email = "thosjleeper@gmail.com",
                    comment = c(ORCID = "0000-0003-4097-6326")),
             person("Alexey N.", "Shiklomanov",
                    role = c("aut"),
                    email = "alexey.shiklomanov@gmail.com",
                    comment = c(ORCID = "0000-0003-4022-5979")),
             person("Jonathan", "Carroll", 
                     email = "rpkg@jcarroll.com.au", 
                     role = c("aut"), 
                     comment = c(ORCID = "0000-0002-1404-5264"))
             )
Description: Support for import from and export to the CSVY file format. CSVY is a file format that combines the simplicity of CSV (comma-separated values) with the metadata of other plain text and binary formats (JSON, XML, Stata, etc.) by placing a YAML header on top of a regular CSV.
URL: https://github.com/leeper/csvy
BugReports: https://github.com/leeper/csvy/issues
Imports: tools, data.table, jsonlite, yaml
Suggests: testthat, datasets
License: GPL-2
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-31 23:26:01 UTC; THOMAS
Author: Thomas J. Leeper [aut, cre] (<https://orcid.org/0000-0003-4097-6326>),
  Alexey N. Shiklomanov [aut] (<https://orcid.org/0000-0003-4022-5979>),
  Jonathan Carroll [aut] (<https://orcid.org/0000-0002-1404-5264>)
Maintainer: Thomas J. Leeper <thosjleeper@gmail.com>
Repository: CRAN
Date/Publication: 2018-08-01 04:40:02 UTC
Built: R 4.6.0; ; 2025-07-18 04:01:46 UTC; unix
