forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
82 lines (82 loc) · 4.05 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Package: data.table
Version: 1.14.3
Title: Extension of `data.frame`
Authors@R: c(
person("Matt","Dowle", role=c("aut","cre"), email="[email protected]"),
person("Arun","Srinivasan", role="aut", email="[email protected]"),
person("Jan","Gorecki", role="ctb"),
person("Michael","Chirico", role="ctb"),
person("Pasha","Stetsenko", role="ctb"),
person("Tom","Short", role="ctb"),
person("Steve","Lianoglou", role="ctb"),
person("Eduard","Antonyan", role="ctb"),
person("Markus","Bonsch", role="ctb"),
person("Hugh","Parsonage", role="ctb"),
person("Scott","Ritchie", role="ctb"),
person("Kun","Ren", role="ctb"),
person("Xianying","Tan", role="ctb"),
person("Rick","Saporta", role="ctb"),
person("Otto","Seiskari", role="ctb"),
person("Xianghui","Dong", role="ctb"),
person("Michel","Lang", role="ctb"),
person("Watal","Iwasaki", role="ctb"),
person("Seth","Wenchel", role="ctb"),
person("Karl","Broman", role="ctb"),
person("Tobias","Schmidt", role="ctb"),
person("David","Arenburg", role="ctb"),
person("Ethan","Smith", role="ctb"),
person("Francois","Cocquemas", role="ctb"),
person("Matthieu","Gomez", role="ctb"),
person("Philippe","Chataignon", role="ctb"),
person("Nello","Blaser", role="ctb"),
person("Dmitry","Selivanov", role="ctb"),
person("Andrey","Riabushenko", role="ctb"),
person("Cheng","Lee", role="ctb"),
person("Declan","Groves", role="ctb"),
person("Daniel","Possenriede", role="ctb"),
person("Felipe","Parages", role="ctb"),
person("Denes","Toth", role="ctb"),
person("Mus","Yaramaz-David", role="ctb"),
person("Ayappan","Perumal", role="ctb"),
person("James","Sams", role="ctb"),
person("Martin","Morgan", role="ctb"),
person("Michael","Quinn", role="ctb"),
person("@javrucebo","", role="ctb"),
person("@marc-outins","", role="ctb"),
person("Roy","Storey", role="ctb"),
person("Manish","Saraswat", role="ctb"),
person("Morgan","Jacob", role="ctb"),
person("Michael","Schubmehl", role="ctb"),
person("Davis","Vaughan", role="ctb"),
person("Toby","Hocking", role="ctb"),
person("Leonardo","Silvestri", role="ctb"),
person("Tyson","Barrett", role="ctb"),
person("Jim","Hester", role="ctb"),
person("Anthony","Damico", role="ctb"),
person("Sebastian","Freundt", role="ctb"),
person("David","Simons", role="ctb"),
person("Elliott","Sales de Andrade", role="ctb"),
person("Cole","Miller", role="ctb"),
person("Jens Peder","Meldgaard", role="ctb"),
person("Vaclav","Tlapak", role="ctb"),
person("Kevin","Ushey", role="ctb"),
person("Dirk","Eddelbuettel", role="ctb"),
person("Benjamin","Schwendinger", role="ctb"),
person("Tony","Fischetti", role="ctb"),
person("Ofek","Shilon", role="ctb"),
person("Vadim","Khotilovich", role="ctb"),
person("Hadley","Wickham", role="ctb"),
person("Bennet","Becker", role="ctb"),
person("Kyle","Haynes", role="ctb"),
person("Boniface Christian","Kamgang", role="ctb"),
person("Olivier","Delmarcell", role="ctb"))
Depends: R (>= 3.1.0)
Imports: methods
Suggests: bit64 (>= 4.0.0), bit (>= 4.0.4), curl, R.utils, xts, nanotime, zoo (>= 1.8-1), yaml, knitr, rmarkdown, markdown
SystemRequirements: zlib
Description: Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.
License: MPL-2.0 | file LICENSE
URL: https://r-datatable.com, https://Rdatatable.gitlab.io/data.table, https://github.com/Rdatatable/data.table
BugReports: https://github.com/Rdatatable/data.table/issues
VignetteBuilder: knitr
ByteCompile: TRUE