From a6ed5397a6511e1ec72bb44a6b51f328f65f97c9 Mon Sep 17 00:00:00 2001 From: cynthiahqy <29718979+cynthiahqy@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:42:10 -0700 Subject: [PATCH] Add link to rlang docs for cli_abort etc reference (#544) Updates title, adds description to function reference index for signalling error, warnings and messages. --- _pkgdown.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 7602aaa3f..62a2d58cc 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -167,7 +167,12 @@ reference: - utf8_nchar - utf8_substr -- title: Format and signal errors with cli formatting +- title: Raising conditions with formatted cli messages + desc: | + This section documents cli functions for signalling + errors, warnings or messages using + abort(), warn() and inform() from + [rlang](https://rlang.r-lib.org/reference/topic-condition-formatting.html) contents: - cli_abort - cli_inform