Skip to content

Commit

Permalink
fix: ignore lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Aug 25, 2024
1 parent 4fd0eb1 commit c8509be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/node.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}}",
Expand Down

0 comments on commit c8509be

Please sign in to comment.