From c6005c6f037357f2627da4441db012e97ace49e8 Mon Sep 17 00:00:00 2001 From: Elliot Gould Date: Mon, 6 Nov 2023 16:17:22 +1100 Subject: [PATCH] ensure GH packages are specified under Remotes, not Imports, add missing pkgs --- DESCRIPTION | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1ff7ae7..93e7771 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -35,7 +35,6 @@ Imports: rlang, tidyr, tidyselect, - orchaRd, pointblank, tibble, broom.mixed, @@ -44,7 +43,6 @@ Imports: forcats, fs, ggeffects, - ggforestplot, glue, here, lme4, @@ -64,6 +62,11 @@ Imports: stringr, timetk, workflows +Suggests: + tidyverse +Remotes: + daniel1noble/orchaRd, + NightingaleHealth/ggforestplot Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE)