From c4408b3346cf30134c3f311138544d0266fc5645 Mon Sep 17 00:00:00 2001 From: dsweber2 Date: Fri, 1 Sep 2023 15:44:44 -0700 Subject: [PATCH] fix: actually import cachem and openssl --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e7ab879e..fc6b2f49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,6 +24,7 @@ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) Imports: + cachem, checkmate, cli, httr, @@ -31,16 +32,15 @@ Imports: magrittr, MMWRweek, purrr, + openssl, readr, tibble, xml2 RoxygenNote: 7.2.3 Suggests: - cachem, dplyr, ggplot2, knitr, - openssl, rmarkdown, testthat (>= 3.1.5), withr