Here is my current version of data.table :
Package LibPath Version Priority Depends 1: data.table /Library/Frameworks/R.framework/Versions/3.1/Resources/library 1.9.2 NA R (>= 2.14.0) Imports LinkingTo 1: methods, reshape2 NA Suggests Enhances License 1: chron, ggplot2 (>= 0.9.0), plyr, reshape, testthat (>= 0.4),\nhexbin, fastmatch, nlme, xts, bit64 NA GPL (>= 2) License_is_FOSS License_restricts_use OS_type MD5sum NeedsCompilation Built Status 1: NA NA NA NA yes 3.1.0 ok
As you can see, its 1.9.2 , despite http://cran.us.r-project.org listing 1.9.4 as current. I tried the following to update it, but with little effect:
update.packages() update.packages(repos='http://cran.us.r-project.org') update.packages(old.packages='data.table', repos='http://cran.us.r-project.org')
sessionInfo() still gives me
other attached packages: [1] foreign_0.8-61 data.table_1.9.2 ggplot2_1.0.0
I am on Mac OS X, and the current version is R. Unplugging the package before updating does not help.
source share