forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
15 lines (14 loc) · 883 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: data.table
Version: 1.9.3
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, reshape2
Suggests: chron, ggplot2 (>= 0.9.0), plyr, reshape, testthat (>= 0.4), hexbin, fastmatch, nlme, xts, bit64
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: http://datatable.r-forge.r-project.org/, http://stackoverflow.com/questions/tagged/data.table
BugReports: https://github.com/Rdatatable/data.table/issues
MailingList: [email protected]
ByteCompile: TRUE