forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
15 lines (15 loc) · 916 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: data.table
Version: 1.9.7
Title: Extension of Data.frame
Author: M Dowle, A Srinivasan, T Short, S Lianoglou with contributions from R Saporta, E Antonyan
Maintainer: Matt Dowle <[email protected]>
Depends: R (>= 2.14.1)
Imports: methods, chron
Suggests: ggplot2 (>= 0.9.0), plyr, reshape, reshape2, testthat (>= 0.4), hexbin, fastmatch, nlme, xts, bit64, gdata, GenomicRanges, caret, knitr, curl, zoo, plm
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 and a fast file reader (fread). Offers a natural and flexible syntax, for faster development.
License: GPL-3 | file LICENSE
URL: https://github.com/Rdatatable/data.table/wiki
BugReports: https://github.com/Rdatatable/data.table/issues
MailingList: [email protected]
VignetteBuilder: knitr
ByteCompile: TRUE