Skip to content

Commit

Permalink
Update R/cran-compliance.R
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kosenkov <[email protected]>
  • Loading branch information
JosiahParry and Ilia-Kosenkov authored Sep 24, 2023
1 parent e54dc06 commit 6f39904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cran-compliance.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ vendor_pkgs <- function(path = ".", quiet = FALSE, overwrite = NULL) {

if (vendor_res[["status"]] != 0) {
cli::cli_abort(
"{.code cargo vendor} was not executed successfully",
"{.code cargo vendor} failed",
class = "rextendr_error"
)
}
Expand Down

0 comments on commit 6f39904

Please sign in to comment.