From a8c929cca692460378c0fe7e151ae5202d7ef7a2 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Fri, 11 Jul 2025 10:17:34 -0700 Subject: [PATCH] Move data.table to Imports --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1b85233..d34bfaa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -10,12 +10,12 @@ Author: Andrea Batch [aut, cre], Walt Kampas [ctb] Maintainer: Andrea Batch Depends: - R (>= 3.2.1), - data.table + R (>= 3.2.1) Imports: httr, DT, - jsonlite + jsonlite, + data.table Description: Provides an R interface for the Bureau of Economic Analysis (BEA) API (see for more information) that serves two core purposes -