Package: bigdist
Type: Package
Title: Store Distance Matrices on Disk
Version: 0.1.4
Authors@R: c(
  person("Komala Sheshachala", "Srikanth", email = "sri.teach@gmail.com", role = c("aut", "cre")),
  person("Florian", "Privé", email = "florian.prive.21@gmail.com", role = c("ctb"))
  )
Description: Provides utilities to compute, store and access distance matrices on disk as file-backed matrices provided by the 'bigstatsr' package. File-backed distance matrices are stored as a symmetric matrix to facilitate out-of-memory operations on file-backed matrix while the in-memory 'dist' object stores only the lower diagonal elements. 'disto' provides an unified interface to work with in-memory and disk-based distance matrices.
URL: https://github.com/talegari/bigdist
BugReports: https://github.com/talegari/bigdist/issues
Imports: assertthat (>= 0.2.0), bigstatsr (>= 0.9.1), proxy (>=
        0.4.21), furrr (>= 0.1.0), utils,
Depends: R (>= 3.4.0)
Suggests: stats, spelling (>= 2.0), testthat (>= 2.0.1),
License: GPL-3
Encoding: UTF-8
RoxygenNote: 6.1.0
Language: en-US
NeedsCompilation: no
Packaged: 2019-03-16 11:53:05 UTC; srikanth
Author: Komala Sheshachala Srikanth [aut, cre],
  Florian Privé [ctb]
Maintainer: Komala Sheshachala Srikanth <sri.teach@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-16 14:13:30 UTC
Built: R 4.0.2; ; 2020-07-17 12:10:18 UTC; unix
