{
  "_id": "6a54af15ff0138dec5d66a04",
  "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\",\nrole = c(\"aut\", \"cre\"),\nemail = \"thosjleeper@gmail.com\",\ncomment = c(ORCID = \"0000-0003-4097-6326\")),\nperson(\"Alexey N.\", \"Shiklomanov\",\nrole = c(\"aut\"),\nemail = \"alexey.shiklomanov@gmail.com\",\ncomment = c(ORCID = \"0000-0003-4022-5979\")),\nperson(\"Jonathan\", \"Carroll\",\nemail = \"rpkg@jcarroll.com.au\",\nrole = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-1404-5264\"))\n)",
  "Description": "Support for import from and export to the CSVY file\nformat. CSVY is a file format that combines the simplicity of\nCSV (comma-separated values) with the metadata of other plain\ntext and binary formats (JSON, XML, Stata, etc.) by placing a\nYAML header on top of a regular CSV.",
  "URL": "https://github.com/leeper/csvy",
  "BugReports": "https://github.com/leeper/csvy/issues",
  "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": {
    "Date": "2026-07-13 09:23:06 UTC",
    "User": "root"
  },
  "Author": "Thomas J. Leeper [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-4097-6326>),\nAlexey N. Shiklomanov [aut] (ORCID:\n<https://orcid.org/0000-0003-4022-5979>),\nJonathan Carroll [aut] (ORCID: <https://orcid.org/0000-0002-1404-5264>)",
  "Maintainer": "Thomas J. Leeper <thosjleeper@gmail.com>",
  "_user": "leeper",
  "_type": "src",
  "_file": "csvy_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/d28c873466996a23d6f4180a5aef7274ac5f39909791202cface2777e5549804",
  "_filesize": 112321,
  "_sha256": "d28c873466996a23d6f4180a5aef7274ac5f39909791202cface2777e5549804",
  "_expires": "2026-10-21T09:25:39.000Z",
  "_created": "2026-07-13T09:23:06.000Z",
  "_published": "2026-07-13T09:25:41.277Z",
  "_jobs": [
    {
      "job": 86779996401,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274617121"
    },
    {
      "job": 86779996382,
      "time": 121,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274618967"
    },
    {
      "job": 86779996369,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274602336"
    },
    {
      "job": 86779996528,
      "time": 83,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274603592"
    },
    {
      "job": 86779363434,
      "time": 182,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274567843"
    },
    {
      "job": 86779996371,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8274618459"
    },
    {
      "job": 86779996400,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8274602946"
    },
    {
      "job": 86779996429,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8274613470"
    },
    {
      "job": 86779996424,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8274603661"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982",
  "_status": "success",
  "_upstream": "https://github.com/leeper/csvy",
  "_commit": {
    "id": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
    "author": "Thomas J. Leeper <thosjleeper@gmail.com>",
    "committer": "Thomas J. Leeper <thosjleeper@gmail.com>",
    "message": "update package for current csvy specification\n",
    "time": 1533079588
  },
  "_maintainer": {
    "name": "Thomas J. Leeper",
    "email": "thosjleeper@gmail.com",
    "login": "leeper",
    "orcid": "0000-0003-4097-6326",
    "description": "Behavioral scientist and R hacker",
    "uuid": 3505428
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "datasets",
      "role": "Suggests"
    }
  ],
  "_owner": "leeper",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "csv",
    "csvy",
    "data",
    "yaml"
  ],
  "_stars": 61,
  "_contributors": [
    {
      "user": "leeper",
      "count": 21,
      "uuid": 3505428
    },
    {
      "user": "jonocarroll",
      "count": 11,
      "uuid": 9496865
    },
    {
      "user": "ashiklom",
      "count": 4,
      "uuid": 5680221
    }
  ],
  "_userbio": {
    "uuid": 3505428,
    "type": "user",
    "name": "Thomas J. Leeper",
    "followers": 1006,
    "description": "Behavioral scientist and R hacker"
  },
  "_downloads": {
    "count": 344,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/csvy"
  },
  "_devurl": "https://github.com/leeper/csvy",
  "_searchresults": 7,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/csvy.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/leeper/csvy",
  "_realowner": "leeper",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.3",
      "date": "2016-07-28"
    },
    {
      "version": "0.3.0",
      "date": "2018-08-01"
    }
  ],
  "_exports": [
    "get_yaml_header",
    "read_csvy",
    "read_metadata",
    "write_csvy",
    "write_metadata"
  ],
  "_help": [
    {
      "page": "colclass_dict",
      "title": "Dictionary of column classes for reading data",
      "topics": [
        "colclass_dict"
      ]
    },
    {
      "page": "csvy",
      "title": "Import and Export CSV Data With a YAML Metadata Header",
      "topics": [
        "csvy-package",
        "csvy"
      ]
    },
    {
      "page": "get_yaml_header",
      "title": "Retrieve YAML header from file",
      "topics": [
        "get_yaml_header"
      ]
    },
    {
      "page": "read_csvy",
      "title": "Import CSVY data",
      "topics": [
        "read_csvy"
      ]
    },
    {
      "page": "read_metadata",
      "title": "Read metadata",
      "topics": [
        "read_metadata"
      ]
    },
    {
      "page": "write_csvy",
      "title": "Export CSVY data",
      "topics": [
        "write_csvy"
      ]
    },
    {
      "page": "write_metadata",
      "title": "Write csvy metadata",
      "topics": [
        "write_metadata"
      ]
    }
  ],
  "_readme": "https://github.com/leeper/csvy/raw/HEAD/README.md",
  "_rundeps": [
    "data.table",
    "jsonlite",
    "yaml"
  ],
  "_score": 4.785329835010767,
  "_indexed": true,
  "_nocasepkg": "csvy",
  "_universes": [
    "leeper"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-13T09:25:06.000Z",
      "distro": "resolute",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/a8ff89aa72508f80483c1083b001e9564f6941b9e9120d28211e7d6ea3a2bae9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-13T09:25:11.000Z",
      "distro": "resolute",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/2b7f4503ed24f6fbf272411da6ae2f3953b31251653ac0f1411de4f2be04bc98",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-13T09:24:33.000Z",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/8a888f97783cb583d4eef18ee0d7fe6fb82d177ca8142f6e782954ddc828a24c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-13T09:24:35.000Z",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/2d672c810b3ad5ea9746fdc17d7310479081dc66b05f620d3cc41596342b8956",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-13T09:25:20.000Z",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/47bff33c88ae4af82067b7c69d0fb3f764b36a647dfc5ca0f98931321f2ef02b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-13T09:24:27.000Z",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/2958788dabc208a77fc4b89c7b1f0ddbf37ed1d394b55259fc6f017cc0da6925",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-13T09:24:54.000Z",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/6ce3d9eb7eaf77817cce57fb383c5a30c907994971b80696848619df93912928",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-13T09:24:29.000Z",
      "commit": "af0aa8de5ac17d1b5e73ed0f080f786549e4d06f",
      "fileid": "https://r2.ropensci.org/f2f0139f37a15208ee4e85e619dd2c0c7a15331fb3e2a3c67599713fa8f84755",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/leeper/actions/runs/29238685982"
    }
  ]
}