From 03b210fdee804293a7754cc4de38b3a364fd5ac5 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 26 Dec 2025 14:14:47 -0800 Subject: [PATCH] refine mention of ancient version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951c750d3..0f6dddf5d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ pay for developer time, professional services, travel, workshops, and a variety * fast and feature rich **reshaping** data: **[`?dcast`](https://rdatatable.gitlab.io/data.table/reference/dcast.data.table.html)** (_pivot/wider/spread_) and **[`?melt`](https://rdatatable.gitlab.io/data.table/reference/melt.data.table.html)** (_unpivot/longer/gather_) * **any R function from any R package** can be used in queries not just the subset of functions made available by a database backend, also columns of type `list` are supported * has **[no dependencies](https://en.wikipedia.org/wiki/Dependency_hell)** at all other than base R itself, for simpler production/maintenance -* the R dependency is **as old as possible for as long as possible**, dated April 2014, and we continuously test against that version; e.g. v1.11.0 released on 5 May 2018 bumped the dependency up from 5 year old R 3.0.0 to 4 year old R 3.1.0 +* the R dependency is **as old as possible for as long as possible**, currently R 3.5.0 (2018), and we continuously test against that version ## Installation