From 8027427ec989f5daff4eaea4cd84eb69a9552474 Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Thu, 30 Nov 2023 08:57:31 -0700 Subject: [PATCH] Update GOVERNANCE.md Co-authored-by: Michael Chirico --- GOVERNANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 297d6b39c..72b9f7bdd 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -30,7 +30,7 @@ The current scope of package functionality includes: Functionality that is out of scope: * plotting/graphics (like ggplot2) -* manipulating data stored on disk (or remote SQL DB) rather than in memory (like sqldf / dbplyr) +* manipulating out-of-memory data, e.g. data stored on disk or remote SQL DB, (as opposed e.g. to sqldf / dbplyr) * machine learning / modeling (like mlr3) * regular expression builders (like rex and nc packages)