Skip to content

Commit

Permalink
lintr?
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Dec 16, 2024
1 parent 46ce451 commit 69f6b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/register_extendr.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ register_extendr <- function(path = ".", quiet = FALSE, force = FALSE, compile =
error = function(e) {
cli::cli_abort(
c("Failed to generate wrapper functions.",
x = e[["message"]],
x = e[["message"]],
y = e[["parent"]][["message"]]
),
),

Check warning on line 106 in R/register_extendr.R

View check run for this annotation

Codecov / codecov/patch

R/register_extendr.R#L103-L106

Added lines #L103 - L106 were not covered by tests
class = "rextendr_error"
)
}
Expand Down

0 comments on commit 69f6b10

Please sign in to comment.