-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.21 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: LaF
Type: Package
Title: Fast Access to Large ASCII Files
Version: 0.8.6
Date: 2024-12-13
Authors@R:
person(given = "Jan",
family = "van der Laan",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0693-1514"))
Description: Methods for fast access to large ASCII files. Currently the
following file formats are supported: comma separated format (CSV) and fixed
width format. It is assumed that the files are too large to fit into memory,
although the package can also be used to efficiently access files that do
fit into memory. Methods are provided to access and process files blockwise.
Furthermore, an opened file can be accessed as one would an ordinary
data.frame. The LaF vignette gives an overview of the functionality
provided.
URL: https://github.com/djvanderlaan/LaF
License: GPL-3
LazyLoad: yes
Depends:
methods,
utils
Suggests:
testthat,
yaml
LinkingTo: Rcpp
Imports:
Rcpp (>= 0.11.1)
Collate:
'generics.R'
'laf.R'
'laf_column.R'
'meta.R'
'open.R'
'read_dm_blaise.R'
'stats.R'
'textutils.R'
'types.R'
'utility.R'
RoxygenNote: 7.3.1
Encoding: UTF-8