From b8b2b1f0d436257b004648cad103e1c80fed1a68 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:43:32 +0900 Subject: [PATCH] Suggests cli 3.1.1 in standalone-cli --- DESCRIPTION | 2 +- R/standalone-cli.R | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index fd84de697..87f91f93b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -25,7 +25,7 @@ Depends: Imports: utils Suggests: - cli (>= 3.1.0), + cli (>= 3.1.1), covr, crayon, fs, diff --git a/R/standalone-cli.R b/R/standalone-cli.R index a284967bb..2d7e936f6 100644 --- a/R/standalone-cli.R +++ b/R/standalone-cli.R @@ -3,6 +3,7 @@ # file: standalone-cli.R # last-updated: 2023-10-06 # license: https://unlicense.org +# suggests: cli (>= 3.1.1) # --- # # Provides a minimal shim API to format message elements consistently