Package: prt
Title: Tabular Data Backed by Partitioned 'fst' Files
Version: 0.2.0
Authors@R: c(person(given = "Nicolas",
                    family = "Bennett",
                    role = c("aut", "cre"),
                    email = "r@nbenn.ch"),
             person(given = "Drago",
                    family = "Plecko",
                    role = "ctb",
                    email = "drago.plecko@stat.math.ethz.ch"))
Description: Intended for larger-than-memory tabular data, 'prt' objects provide an interface to read row and/or column subsets into memory as data.table objects. Data queries, constructed as 'R' expressions, are evaluated using the non-standard evaluation framework provided by 'rlang' and file-backing is powered by the fast and efficient 'fst' package.
URL: https://nbenn.github.io/prt/
BugReports: https://github.com/nbenn/prt/issues
License: GPL-3
Imports: assertthat, fst, data.table, utils, vctrs, tibble, cli, pillar
        (>= 1.7.0), crayon, backports, rlang,
Suggests: testthat, xml2, covr, withr, nycflights13, datasets,
        rmarkdown, knitr, bench
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-04-08 16:58:53 UTC; nbennett
Author: Nicolas Bennett [aut, cre],
  Drago Plecko [ctb]
Maintainer: Nicolas Bennett <r@nbenn.ch>
Repository: CRAN
Date/Publication: 2023-04-09 16:00:02 UTC
Built: R 4.2.0; ; 2023-04-09 16:32:30 UTC; unix
