Hi all, I am new to R and currently learning through a book. Everything works until I try package "data.table". I am using R3.2.1 and RStudio 0.99.441. Package "data.table" is version 1.9.4.
> require(data.table) Loading required package: data.table data.table 1.9.4 For help type: ?data.table *** NB: by=.EACHI is now explicit. See README to restore previous behaviour. Warning message: package ‘data.table’ was built under R version 3.2.1 The problem is I can't invoke tables() > tables()Error in paste("%", nchar(m[1, "NROW"]), "s", sep = "") : 4 arguments passed to .Internal(nchar) which requires 3 or setkey > setkey(theDT, D)Error in setkeyv(x, cols, verbose = verbose, physical = > physical) : 4 arguments passed to .Internal(nchar) which requires 3 Would you please help me to investigate what's wrong with my installation? Thanks, Eddie [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.