From c8509beb2564da0fd85eea4446e07273e2773f18 Mon Sep 17 00:00:00 2001 From: Kamil Zyla Date: Sun, 25 Aug 2024 22:54:30 +0200 Subject: [PATCH] fix: ignore lint error --- R/node.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/node.R b/R/node.R index c030c676..4ab20c5a 100644 --- a/R/node.R +++ b/R/node.R @@ -34,7 +34,7 @@ node_check <- function() { } node_missing <- function(npm_command, info = NULL, abort = FALSE) { - docs_url <- "https://go.appsilon.com/rhino-system-dependencies" + docs_url <- "https://go.appsilon.com/rhino-system-dependencies" # nolint object_usage_linter msg <- c( "!" = "Failed to run system command {.code {npm_command}}.", " " = "Do you have Node.js installed? Read more: {.url {docs_url}}",