forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
15 lines (15 loc) · 913 Bytes
/
DESCRIPTION
File metadata and controls
15 lines (15 loc) · 913 Bytes
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 <mattjdowle@gmail.com>
Depends: R (>= 3.0.0)
Imports: methods
Suggests: chron, ggplot2 (>= 0.9.0), plyr, reshape, reshape2, testthat (>= 0.4), hexbin, fastmatch, nlme, xts, bit64, gdata, GenomicRanges, caret, knitr, curl, zoo, plm, rmarkdown, parallel
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: http://r-datatable.com
BugReports: https://github.com/Rdatatable/data.table/issues
MailingList: datatable-help@lists.r-forge.r-project.org
VignetteBuilder: knitr
ByteCompile: TRUE