-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 855 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: lvec
Type: Package
Title: Out of Memory Vectors
Version: 0.2.5
Date: 2023-10-20
Author: Jan van der Laan
Maintainer: Jan van der Laan <r@eoos.dds.nl>
Description: Core functionality for working with vectors (numeric, integer,
logical and character) that are too large to keep in memory. The vectors are
kept (partially) on disk using memory mapping. This package contains the
basic functionality for working with these memory mapped vectors (e.g.
creating, indexing, ordering and sorting) and provides C++ headers which can
be used by other packages to extend the functionality provided in this
package.
URL: https://github.com/djvanderlaan/lvec
Depends:
stats,
R (>= 3.0.0)
LinkingTo: BH,
Rcpp
Imports:
Rcpp
Suggests:
testthat
SystemRequirements: C++11
License: GPL-3
LazyLoad: yes
RoxygenNote: 7.2.0