{
  "_id": "6a1ed50bb401979e7340e469",
  "Package": "csvread",
  "Title": "Fast Specialized CSV File Loader",
  "Version": "1.2.3",
  "Authors@R": "person(given = \"Sergei\",\nfamily = \"Izrailev\",\nrole = c(\"aut\", \"cre\"),\nemail = \"sizrailev@jabiruventures.com\")",
  "Description": "Functions for loading large (10M+ lines) CSV and other\ndelimited files, similar to read.csv, but typically faster and\nusing less memory than the standard R loader. While not\nentirely general, it covers many common use cases when the\ntypes of columns in the CSV file are known in advance. In\naddition, the package provides a class 'int64', which\nrepresents 64-bit integers exactly when reading from a file.\nThe latter is useful when working with 64-bit integer\nidentifiers exported from databases. The CSV file loader\nsupports common column types including 'integer', 'double',\n'string', and 'int64', leaving further type transformations to\nthe user.",
  "URL": "https://github.com/jabiru/csvread",
  "License": "Apache License (== 2.0)",
  "Copyright": "Copyright (C) Collective, Inc. | file inst/COPYRIGHTS",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Repository": "https://jabiru.r-universe.dev",
  "Date/Publication": "2024-11-05 03:30:32 UTC",
  "RemoteUrl": "https://github.com/jabiru/csvread",
  "RemoteRef": "HEAD",
  "RemoteSha": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-20 10:39:47 UTC",
    "User": "root"
  },
  "Author": "Sergei Izrailev [aut, cre]",
  "Maintainer": "Sergei Izrailev <sizrailev@jabiruventures.com>",
  "MD5sum": "18b36438aa25207a9625d366ecb28daf",
  "_user": "jabiru",
  "_type": "src",
  "_file": "csvread_1.2.3.tar.gz",
  "_fileid": "b22258117f99049409097cf4fe1d26d591c37e457703346c8622e24d9390e16e",
  "_filesize": 740366,
  "_sha256": "b22258117f99049409097cf4fe1d26d591c37e457703346c8622e24d9390e16e",
  "_created": "2026-05-20T10:39:47.000Z",
  "_published": "2026-06-02T13:05:15.017Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79077094637,
      "time": 119,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7107786067"
    },
    {
      "job": 79077094529,
      "time": 102,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7107781238"
    },
    {
      "job": 79077094819,
      "time": 108,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107782497"
    },
    {
      "job": 79077094809,
      "time": 111,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107783377"
    },
    {
      "job": 79077096130,
      "time": 70,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7107860277"
    },
    {
      "job": 79077094858,
      "time": 136,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7107859357"
    },
    {
      "job": 79077094436,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107792532"
    },
    {
      "job": 79077094369,
      "time": 146,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107901728"
    },
    {
      "job": 79077094166,
      "time": 133,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107745789"
    },
    {
      "job": 79077093940,
      "time": 111,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358460080"
    },
    {
      "job": 79077094301,
      "time": 122,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7107787012"
    },
    {
      "job": 79077095150,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7107783598"
    },
    {
      "job": 79077094786,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7107778193"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jabiru/csvread",
  "_commit": {
    "id": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
    "author": "Sergei Izrailev <sizrailev@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #6 from jabiru/no-remap-fix\n\na fix to comply with -DR_NO_REMAP compiling in R 4.5.0",
    "time": 1730777432
  },
  "_maintainer": {
    "name": "Sergei Izrailev",
    "email": "sizrailev@jabiruventures.com",
    "login": "sizrailev",
    "description": "",
    "uuid": 2292320
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.15",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "bit64",
      "role": "Enhances"
    }
  ],
  "_owner": "jabiru",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sizrailev",
      "count": 32,
      "uuid": 2292320
    },
    {
      "user": "ym-sergei",
      "count": 4,
      "uuid": 84069904
    }
  ],
  "_userbio": {
    "uuid": 7691593,
    "type": "organization",
    "name": "Jabiru Ventures LLC"
  },
  "_downloads": {
    "count": 1016,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/csvread"
  },
  "_devurl": "https://github.com/jabiru/csvread",
  "_searchresults": 38,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/csvread.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jabiru/csvread",
  "_realowner": "jabiru",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2014-06-25"
    },
    {
      "version": "1.1",
      "date": "2014-11-11"
    },
    {
      "version": "1.2",
      "date": "2015-03-08"
    },
    {
      "version": "1.2.1",
      "date": "2018-12-05"
    },
    {
      "version": "1.2.2",
      "date": "2023-12-11"
    },
    {
      "version": "1.2.3",
      "date": "2024-11-05"
    }
  ],
  "_exports": [
    "-.int64",
    "[.int64",
    "[[.int64",
    "[<-.int64",
    "+.int64",
    "as.character.int64",
    "as.data.frame.int64",
    "as.double.int64",
    "as.int64",
    "as.int64.character",
    "as.int64.default",
    "as.int64.factor",
    "as.int64.NULL",
    "as.int64.numeric",
    "as.integer.int64",
    "as.list.int64",
    "c.int64",
    "csvread",
    "format.int64",
    "int64",
    "is.int64",
    "is.na.int64",
    "is.numeric.int64",
    "map.coltypes",
    "Ops.int64",
    "print.int64",
    "rep.int64"
  ],
  "_help": [
    {
      "page": "csvread",
      "title": "Fast Specialized CSV File Loader.",
      "topics": [
        "csvread-package",
        "csvread",
        "map.coltypes"
      ]
    },
    {
      "page": "int64",
      "title": "A very basic 64-bit integer class.",
      "topics": [
        "as.character.int64",
        "as.data.frame.int64",
        "as.double.int64",
        "as.int64",
        "as.int64.character",
        "as.int64.default",
        "as.int64.factor",
        "as.int64.NULL",
        "as.int64.numeric",
        "as.integer.int64",
        "as.list.int64",
        "c.int64",
        "format.int64",
        "int64",
        "is.int64",
        "is.na.int64",
        "is.numeric.int64",
        "print.int64",
        "rep.int64",
        "[.int64",
        "[<-.int64",
        "[[.int64"
      ]
    },
    {
      "page": "Ops.int64",
      "title": "Operators for the 'int64' class.",
      "topics": [
        "+",
        "+.int64",
        "-",
        "-.int64",
        "<",
        "Ops.int64"
      ]
    }
  ],
  "_readme": "https://github.com/jabiru/csvread/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.2856473089007294,
  "_indexed": true,
  "_nocasepkg": "csvread",
  "_universes": [
    "jabiru",
    "sizrailev"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-05-20T10:41:58.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "27f88ddb27a2d46cdc70194c81b851219bc3354bee78e70c37ddb49336af2b0b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-05-20T10:41:41.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "bab095dc0afc9b51aacac20b37771e4dc589954d85eeba9fee7ace041e9de253",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-05-20T10:41:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "664b132825ad5171e4730fbbf57d25aefeca11ac571da7416d1a3748e6e4d491",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.3",
      "date": "2026-05-20T10:41:50.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "7b2323f3a2da52970e4a8af718c2e9cec303089ffb35a9d257bb95711b56fc66",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-05-20T10:45:48.000Z",
      "arch": "aarch64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "0c6d2718a6e981a90ddccb0683812d7bec9a01d1cb7d13c8a57b13ecc6fe080d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-05-20T10:45:35.000Z",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "baae62caf8da2c02d12d338ef0a6312af86ca185d070a4319ecd7ec2e871fee1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-05-20T10:42:12.000Z",
      "arch": "aarch64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "8f13da52b927d48db901e054a58d78be5626027e1e69db7726029d66df6bbe4c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.3",
      "date": "2026-05-20T10:47:44.000Z",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "e6b376b384c16689547821d04183d6d730f3f10c09b65d2c36e83b6b54422e09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-05-20T10:41:34.000Z",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "03c7b1e44a5f8f669c13b7c0cfb56f6992044b5720ba8a31633d70af8c8d0347",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-05-20T10:40:58.000Z",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "efa9a4d85cec91931194f17b34e9555dfe9579aa16d9f57d5fb941820a20d1b3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.3",
      "date": "2026-05-20T10:41:00.000Z",
      "arch": "x86_64",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "da8d5c9c1d8801ec614770d560323aa98631afd20b9b16ce140303c75c2f0349",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.3",
      "date": "2026-06-02T13:04:49.000Z",
      "arch": "emscripten",
      "commit": "83185ebecbd657efa400e45a4e95cc5285e8aa1f",
      "fileid": "c8ce557e39094afbac0c94a6931ba32cce7ce3263441125a8116f12d7895e674",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jabiru/actions/runs/26157150472"
    }
  ]
}