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 Repository: https://leeper.r-universe.dev Date/Publication: 2018-07-31 23:26:28 UTC RemoteUrl: https://github.com/leeper/csvy RemoteRef: HEAD RemoteSha: af0aa8de5ac17d1b5e73ed0f080f786549e4d06f NeedsCompilation: no Packaged: 2026-07-13 09:23:06 UTC; root Author: Thomas J. Leeper [aut, cre] (ORCID: ), Alexey N. Shiklomanov [aut] (ORCID: ), Jonathan Carroll [aut] (ORCID: ) Maintainer: Thomas J. Leeper