Type: Package
Package: disk.frame
Title: Larger-than-RAM Disk-Based Data Manipulation Framework
Version: 0.2.0
Date: 2019-10-06
Authors@R: person("Dai", "ZJ", email = "zhuojia.dai@gmail.com",
  role = c("aut", "cre"))
Maintainer: Dai ZJ <zhuojia.dai@gmail.com>
Description: A disk-based data manipulation tool for working with 
  large-than-RAM datasets. Aims to lower the barrier-to-entry for 
  manipulating large datasets by adhering closely to popular and 
  familiar data manipulation paradigms like dplyr verbs and 
  data.table syntax.
License: MIT + file LICENSE
Imports: Rcpp (>= 0.12.13), glue (>= 1.3.1), rlang (>= 0.4.0), furrr
        (>= 0.1.0), future.apply (>= 1.3.0), fs (>= 1.3.1), jsonlite
        (>= 1.6), pryr (>= 0.1.4), stringr (>= 1.4.0), fst (>= 0.8.0),
        assertthat (>= 0.2.1), globals (>= 0.12.4), future (>= 1.14.0),
        data.table (>= 1.12.2), crayon (>= 1.3.4), benchmarkme (>=
        1.0.2), bigreadr (>= 0.1.9), bit64
Depends: R (>= 3.5.0), dplyr (>= 0.8.3), purrr (>= 0.3.2)
Suggests: testthat, knitr, rmarkdown, nycflights13, magrittr, shiny,
        LaF, readr, rstudioapi, biglm, speedglm, broom, learnr, ggplot2
LinkingTo: Rcpp
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Encoding: UTF-8
URL: https://diskframe.com
BugReports: https://github.com/xiaodaigh/disk.frame/issues
NeedsCompilation: yes
Packaged: 2019-10-05 15:51:52 UTC; RTX2080
Author: Dai ZJ [aut, cre]
Repository: CRAN
Date/Publication: 2019-10-05 16:10:02 UTC
