forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
16 lines (15 loc) · 905 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: data.table
Version: 1.9.5
Title: Extension of data.frame
Author: M Dowle, T Short, S Lianoglou, A Srinivasan with contributions from R Saporta, E Antonyan
Maintainer: Matt Dowle <[email protected]>
Depends: R (>= 2.14.0)
Imports: methods, chron
Suggests: ggplot2 (>= 0.9.0), plyr, reshape, reshape2, testthat (>= 0.4), hexbin, fastmatch, nlme, xts, bit64, gdata, GenomicRanges, caret, knitr, RCurl, zoo
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 (>= 2)
URL: https://github.com/Rdatatable/data.table/wiki
BugReports: https://github.com/Rdatatable/data.table/issues
MailingList: [email protected]
VignetteBuilder: knitr
ByteCompile: TRUE