From 0e22e2763b6c4df3197834216e56e027f15a0760 Mon Sep 17 00:00:00 2001 From: Kalash Singhal Date: Mon, 28 Oct 2024 00:15:29 +0530 Subject: [PATCH] refactor --- DESCRIPTION | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bd7b0f9..a702f7b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,16 +27,18 @@ Imports: tidyr, tidyselect, tiltIndicator (>= 0.0.0.9223), - tiltIndicatorAfter, - tiltPolish, + tiltIndicatorAfter (>= 0.0.0.9061), + tiltPolish (>= 0.0.0.9006), tiltToyData (>= 0.0.0.9204), utils, withr Suggests: testthat (>= 3.0.0) -Remotes: +Remotes: 2DegreesInvesting/tiltIndicator, - 2degreesinvesting/tiltToyData + 2degreesinvesting/tiltToyData, + 2degreesinvesting/tiltIndicatorAfter, + 2degreesinvesting/tiltPolish Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE)