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 e0e3d18 commit 2ac41eb
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 @@ -152,7 +152,7 @@ vendor_pkgs <- function(path = ".", quiet = FALSE, overwrite = NULL) {

if (update_res[["status"]] != 0) {
cli::cli_abort(
"{.file Cargo.lock} could not be creates with {.code cargo generate-lockfile}",
"{.file Cargo.lock} could not be created using {.code cargo generate-lockfile}",
class = "rextendr_error"
)
}
Expand Down

0 comments on commit 2ac41eb

Please sign in to comment.