{
  "_id": "6a497b6e6d67900babdf6f62",
  "Package": "prt",
  "Title": "Tabular Data Backed by Partitioned 'fst' Files",
  "Version": "0.2.1",
  "Authors@R": "c(person(given = \"Nicolas\",\nfamily = \"Bennett\",\nrole = c(\"aut\", \"cre\"),\nemail = \"r@nbenn.ch\"),\nperson(given = \"Drago\",\nfamily = \"Plecko\",\nrole = \"ctb\",\nemail = \"drago.plecko@stat.math.ethz.ch\"))",
  "Description": "Intended for larger-than-memory tabular data, 'prt'\nobjects provide an interface to read row and/or column subsets\ninto memory as data.table objects. Data queries, constructed as\n'R' expressions, are evaluated using the non-standard\nevaluation framework provided by 'rlang' and file-backing is\npowered by the fast and efficient 'fst' package.",
  "URL": "https://nbenn.github.io/prt/",
  "BugReports": "https://github.com/nbenn/prt/issues",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Repository": "https://nbenn.r-universe.dev",
  "Date/Publication": "2025-09-03 20:22:18 UTC",
  "RemoteUrl": "https://github.com/nbenn/prt",
  "RemoteRef": "HEAD",
  "RemoteSha": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 21:27:22 UTC",
    "User": "root"
  },
  "Author": "Nicolas Bennett [aut, cre],\nDrago Plecko [ctb]",
  "Maintainer": "Nicolas Bennett <r@nbenn.ch>",
  "_user": "nbenn",
  "_type": "src",
  "_file": "prt_0.2.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/6e6c7330978d328bf3b07e870fb60b7f7cff77d90ac0e2e4116d72e1710af389",
  "_filesize": 166035,
  "_sha256": "6e6c7330978d328bf3b07e870fb60b7f7cff77d90ac0e2e4116d72e1710af389",
  "_expires": "2026-10-12T21:30:20.000Z",
  "_created": "2026-07-04T21:27:22.000Z",
  "_published": "2026-07-04T21:30:22.276Z",
  "_jobs": [
    {
      "job": 85168395785,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085590267"
    },
    {
      "job": 85168395784,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085590140"
    },
    {
      "job": 85168395775,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085584320"
    },
    {
      "job": 85168395780,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085585247"
    },
    {
      "job": 85168197134,
      "time": 177,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085575163"
    },
    {
      "job": 85168395764,
      "time": 145,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8085591707"
    },
    {
      "job": 85168395788,
      "time": 80,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8085584430"
    },
    {
      "job": 85168395794,
      "time": 86,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8085585267"
    },
    {
      "job": 85168395800,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8085584170"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950",
  "_status": "success",
  "_upstream": "https://github.com/nbenn/prt",
  "_commit": {
    "id": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
    "author": "Nicolas Bennett <3158446+nbenn@users.noreply.github.com>",
    "committer": "Nicolas Bennett <3158446+nbenn@users.noreply.github.com>",
    "message": "update news\n",
    "time": 1756930938
  },
  "_maintainer": {
    "name": "Nicolas Bennett",
    "email": "r@nbenn.ch",
    "login": "nbenn",
    "description": "",
    "uuid": 3158446
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "assertthat",
      "role": "Imports"
    },
    {
      "package": "fst",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "pillar",
      "version": ">= 1.7.0",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "backports",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    },
    {
      "package": "datasets",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    }
  ],
  "_owner": "nbenn",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-36",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 6,
  "_contributors": [
    {
      "user": "nbenn",
      "count": 89,
      "uuid": 3158446
    },
    {
      "user": "krlmlr",
      "count": 1,
      "uuid": 1741643
    }
  ],
  "_userbio": {
    "uuid": 3158446,
    "type": "user",
    "name": "Nicolas Bennett",
    "followers": 41
  },
  "_downloads": {
    "count": 395,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/prt"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/nbenn/prt",
  "_pkgdown": "https://nbenn.github.io/prt/",
  "_searchresults": 6,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/prt.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/nbenn/prt",
  "_realowner": "nbenn",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-08-18"
    },
    {
      "version": "0.1.1",
      "date": "2020-09-02"
    },
    {
      "version": "0.1.2",
      "date": "2020-09-29"
    },
    {
      "version": "0.1.3",
      "date": "2021-02-23"
    },
    {
      "version": "0.1.4",
      "date": "2021-05-16"
    },
    {
      "version": "0.1.5",
      "date": "2022-07-18"
    },
    {
      "version": "0.2.0",
      "date": "2023-04-09"
    },
    {
      "version": "0.2.1",
      "date": "2025-09-03"
    }
  ],
  "_exports": [
    "as_prt",
    "format_dt",
    "glimpse_dt",
    "is_prt",
    "n_part",
    "new_prt",
    "part_nrow",
    "str_dt",
    "str_sum",
    "subset_quo",
    "trunc_dt"
  ],
  "_help": [
    {
      "page": "glimpse",
      "title": "Get a glimpse of your data",
      "topics": [
        "glimpse.prt",
        "glimpse_dt",
        "str.prt",
        "str_dt",
        "str_sum"
      ]
    },
    {
      "page": "new_prt",
      "title": "Methods for creating and inspecting prt objects",
      "topics": [
        "as.data.frame.prt",
        "as.data.table.prt",
        "as.list.prt",
        "as.matrix.prt",
        "as_prt",
        "head.prt",
        "is_prt",
        "new_prt",
        "n_part",
        "part_nrow",
        "tail.prt"
      ]
    },
    {
      "page": "nse",
      "title": "NSE subsetting",
      "topics": [
        "nse",
        "subset.prt",
        "subset_quo"
      ]
    },
    {
      "page": "formatting",
      "title": "Printing prt",
      "topics": [
        "format.prt",
        "format_dt",
        "print.prt",
        "trunc_dt"
      ]
    },
    {
      "page": "subsetting",
      "title": "Subsetting operations",
      "topics": [
        "$.prt",
        "subsetting",
        "[.prt",
        "[[.prt"
      ]
    }
  ],
  "_readme": "https://github.com/nbenn/prt/raw/HEAD/README.md",
  "_rundeps": [
    "assertthat",
    "backports",
    "cli",
    "crayon",
    "data.table",
    "fst",
    "fstcore",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "Rcpp",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "prt.Rmd",
      "filename": "prt.html",
      "title": "Introduction to prt",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2020-07-30 09:51:02",
      "modified": "2023-04-08 12:23:22",
      "commits": 10
    }
  ],
  "_score": 4.954242509439325,
  "_indexed": true,
  "_nocasepkg": "prt",
  "_universes": [
    "nbenn"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-04T21:29:28.000Z",
      "distro": "resolute",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/b5c7c1b3bf8eb264bec2f6340f75193834338825e53f0f8c965c15359968cd21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-07-04T21:29:27.000Z",
      "distro": "resolute",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/f16f84e81ee1e9e5004476da9aff0981cb17d3ab33e881431825a25a9c047cc9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-04T21:28:41.000Z",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/50a22689a4cc274b1d879ea71acc415a23170bd97cd47f6cda9b93f76685d8a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-07-04T21:28:46.000Z",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/40c57e1906d292d5755d1780ea4415211a8b20cb25d2d80dedfdd7a807e7019f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-07-04T21:30:01.000Z",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/cf41e9c3a307c367421c9cd39ddae677f5d16355812588f500e255403b89c89f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-04T21:28:29.000Z",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/a1562e7680bc84c54393c0823a5c8133edf88815ac87666c32cba24551b5ae1d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-04T21:28:26.000Z",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/1f1ef89c185f7abd0755293368d109ba6aa25c2fb73e0b4b2639e2b17790bb9c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-07-04T21:28:27.000Z",
      "commit": "77cb631cd07157a8c4f80dc5647d01d6a626c017",
      "fileid": "https://r2.ropensci.org/eccc48375ae3634ec803d36a8b4dae7009a8cf2e79025f27bf212d2df8ec1fe1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/nbenn/actions/runs/28720099950"
    }
  ]
}