From abcd7b581a4e4c34e2214f131fed719fb353591d Mon Sep 17 00:00:00 2001 From: dennisbrookner Date: Fri, 16 Aug 2024 16:31:31 -0400 Subject: [PATCH] Move cfbfastR to Remotes, rather than Imports --- DESCRIPTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ecd3489..e13aa49 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,7 +13,6 @@ URL: https://puntalytics.github.io/puntr, https://github.com/Puntalytics/puntr Encoding: UTF-8 LazyData: true Imports: - cfbfastR, dplyr, forcats, ggimage, @@ -27,7 +26,9 @@ Imports: stringr, tibble, tictoc -RoxygenNote: 7.1.1 +Remotes: + sportsdataverse/cfbfastR +RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3